Extended Inventory
SpigotMCModrinthDo you ever wanted to have more space in your inventory?
18.7k downloads 3.8 rating
latest v1.0.1 SpigotMC
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:
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.
- 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
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. #
# #
#################################################
[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%"
[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"
Enable: false
Host: "yourHost"
Port: "3306"
Database: "yourDatabase"
Username: "yourUsername"
Password: "yourPassword"
![[IMG]](http://proxy.spigotmc.org/9c91d77a0b024afc1d12d1caa95038bcb209d4b8?url=https%3A%2F%2Fwww.paypalobjects.com%2Fen_US%2Fi%2Fbtn%2Fbtn_donateCC_LG.gif)
Comments 0
No comments yet. Be the first to share your thoughts.