Language

Extended Inventory

Extended Inventory

SpigotMCModrinth

Do you ever wanted to have more space in your inventory?

18.7k downloads 3.8 rating
latest v1.0.1 SpigotMC
1.8 – 1.11

I really enjoy making my plugins for free but it would be great if you donate a little amount of Money and help to keep this resource for free:


[​IMG]



[​IMG]

Do you ever wanted to have more space in your inventory?
This is a smart solution for all your problems.

NOTE: Please read this post carefully and wirte me a PM before giving a bad rating and post bugs or issues in the Discuss-Section.


[​IMG]

  • Small and lightweight plugin
  • SQL- or FlatFile-Storage
  • Highly configurable
  • Hotbar does not change
  • Decide if your inventory gets dropped after death or not
  • Change the limit of pages, normal and premium players can have

[​IMG]



[​IMG]

Setup:

  • Just drag and drop the downloaded jar-File into your plugin folder and restart your server

Files:
Code (Text):
#################################################[/B][/B]
[B][B]#                                                #
#    Plugin made by HyChrod, Version: 1.0.0     #
#                                                #
#################################################

ExtendedInventory:
  Prefix: "&6EInventory &7|"
  CheckForUpdates: true

  Options:
    # This is the limit of pages, normal players will have
    SiteLimit: 5
    # This is the limit of pages, players with special permission have
    # Permission:
    # - ExtendedInventory.MorePages
    PremiumSiteLimit: 8
    # If this is enabled, the player will drop the items oh all inventorys when he dies
    # If this is disabled, he only drops the items from his current page
    DropAllPages: false

  InventoryItems:
    NextPage:
      Name: "&6Next Page"
      ItemID: "262:0"
      # You can split the lines with: "//"!
      Lore: ""
      InventorySlot: 27
    PreviousPage:
      Name: "&6Pevious Page"
      ItemID: "262:0"
      # You can split the lines with: "//"!
      Lore: ""
      InventorySlot: 36
    PlaceholderItems:
      ItemID: "160:7"
      InventorySlots:
      - 18

#################################################
#                                                #
#    You are not authorized to sell this plugin    #
#    All rights reserved by HyChrod, 2017.        #
#                                                #
#################################################
Code (Text):
# Here you can change all the messages to your wishes![/B][/B]
[B][B]Messages:
  AlreadyOnFirstPage: "%PREFIX% &cYou are already on the first page!"
  NoMorePages: "%PREFIX% &cThere are no more pages!"
  SwitchPage: "%PREFIX% &aYour are now on page &3%PAGE%"

Code (Text):
MySQL:
  Enable: false
  Host: "yourHost"
  Port: "3306"
  Database: "yourDatabase"
  Username: "yourUsername"
  Password: "yourPassword"





[​IMG]

Versions

Release
1.0.1
·
8
Release
1.0.0
·
204

Comments 0

No comments yet. Be the first to share your thoughts.

Download Extended Inventory

Modrinth

Files are served directly from the original source. Modgrid does not host or modify them.