ModsJava
AdvancedBackpack [1.8 to 1.12][NBT Items][Inventory Pages]
This plugin adds backpack system to your server which will let players store their items inside!. Free Minecraft Java mod for 1.8, 1.9, 1.10.
⬇ Download on Spigot
With advanced backpack, players can store their items inside as a extra storage and can be accessed everywhere by one command! It helps players survive easily when they do something such as mining, and etc...
Note: Don't read this if you download the latest version, if not please read carefully:
+ If your server is using version 1.0, 1.1 or 1.2 and now you want to upgrade to version 1.5, i recommend you to delete plugin and folder Backpack, then you download the version 1.5
+ If your server is using version 1.3 and now you want to upgrade to version 1.5, then plugin will automatically delete folder userdata and file configuration
+ If your server is using version 1.4 and now you want to upgrade to version 1.5, then plugin will automatically delete file configuration and custom message file, after upgraded please you /backpack upgradeuserdata to upgrade all backpacks' data to compatible with 1.5 version.
+ If your server is using version 1.0, 1.1 or 1.2 and now you want to upgrade to version 1.5, i recommend you to delete plugin and folder Backpack, then you download the version 1.5
+ If your server is using version 1.3 and now you want to upgrade to version 1.5, then plugin will automatically delete folder userdata and file configuration
+ If your server is using version 1.4 and now you want to upgrade to version 1.5, then plugin will automatically delete file configuration and custom message file, after upgraded please you /backpack upgradeuserdata to upgrade all backpacks' data to compatible with 1.5 version.
If you like this plugin, please give me a five star
And if your server is using this plugin, please leave your server name in the review and i will update to server list on here.
I won't release update frequently because i have to go to school every day from now
And if your server is using this plugin, please leave your server name in the review and i will update to server list on here.
I won't release update frequently because i have to go to school every day from now
- Open backpack everywhere
- Backpack can have multiple pages
- Backpack can be upgraded
- Backpack can be cleared
- Lock & Unlock backpack of a player easily
- Allow which world is enabled backpack
- Prevent players put blacklist items into their backpacks
- All NBT items are supported
- Support 1.8 to 1.12, Economy, UUID and Custom Messages
- Very simple file configuration
Spoiler: Commands
Alias: /bp
- /backpack open - Open backpack
- /backpack upgrade - Upgrade backpack
- /backpack clear <playername> - Clear backpack of <playername>
- /backpack lock <playername> - Lock backpack of <playername>
- /backpack unlock <playername> - Unlock backpack of <playername>
- /backpack buypage - Buy a page for backpack
- /backpack addpage <playername> - Add a page to backpack of <playername>
- /backpack removepage <playername> - Remove a page of backpack of <playername>
- /backpack reload - Reload backpack
Spoiler: Permissions
- backpack.* - Gives all permissions below
- backpack.open
- backpack.upgrade
- backpack.clear
- backpack.lock
- backpack.unlock
- backpack.buypage
- backpack.addpage
- backpack.removepage
- backpack.reload
Spoiler: Screenshots
Backpack with 54 slots
See backpack of a player
Backpack upgraded, cleared, locked, unlocked, reload
See backpack of a player
Backpack upgraded, cleared, locked, unlocked, reload
Code (Text):
#Advanced Backpack by DarkEvan
#Automatically update to latest version?
auto-update: true
#Default slots for backpack (Must only be one of these numbers: 0, 9, 18, 27, 36, 45, 54)
default-slot: 0
#Default pages for backpack (Must greater than or equals to 1)
default-page: 1
#Max pages for a backpack that players can have (Must greater than or equals to 1)
limit-page: 3
#Use money? (Require Vault)
use-money: false
#Is backpack's player cleared when die?
clear-when-die: true
#Which world will be enabled backpack?
#If you do not want to use world-enable, type none or leave blank
world-enable:
- none
#Which item will not be put into backpack? ('ID:DATA') or if that item does not have data just type its ID. For example: - '351:4'
#Important: Put blacklist item between ' '. For example: - '320', - '1', - '5:2'
#If you do not want to use blacklist, type none or leave blank. For example: - 'none'
blacklist:
- none
#If use-money is false it will use level(s) to upgrade, otherwise it will use money
#You can create as many as pages section you want like an example below but your pages you created must equals to limit-page
#Example: limit-page = 3, you must create upgrade and buy for 3 pages. If not, this plugin will be crashed
Upgrade:
Pages:
1:
Slots:
'9': 10
'18': 20
'27': 30
'36': 40
'45': 50
'54': 60
2:
Slots:
'9': 100
'18': 200
'27': 300
'36': 400
'45': 500
'54': 600
3:
Slots:
'9': 1000
'18': 2000
'27': 3000
'36': 4000
'45': 5000
'54': 6000
Buy:
Pages:
'1': 10
'2': 100
'3': 1000
#Automatically update to latest version?
auto-update: true
#Default slots for backpack (Must only be one of these numbers: 0, 9, 18, 27, 36, 45, 54)
default-slot: 0
#Default pages for backpack (Must greater than or equals to 1)
default-page: 1
#Max pages for a backpack that players can have (Must greater than or equals to 1)
limit-page: 3
#Use money? (Require Vault)
use-money: false
#Is backpack's player cleared when die?
clear-when-die: true
#Which world will be enabled backpack?
#If you do not want to use world-enable, type none or leave blank
world-enable:
- none
#Which item will not be put into backpack? ('ID:DATA') or if that item does not have data just type its ID. For example: - '351:4'
#Important: Put blacklist item between ' '. For example: - '320', - '1', - '5:2'
#If you do not want to use blacklist, type none or leave blank. For example: - 'none'
blacklist:
- none
#If use-money is false it will use level(s) to upgrade, otherwise it will use money
#You can create as many as pages section you want like an example below but your pages you created must equals to limit-page
#Example: limit-page = 3, you must create upgrade and buy for 3 pages. If not, this plugin will be crashed
Upgrade:
Pages:
1:
Slots:
'9': 10
'18': 20
'27': 30
'36': 40
'45': 50
'54': 60
2:
Slots:
'9': 100
'18': 200
'27': 300
'36': 400
'45': 500
'54': 600
3:
Slots:
'9': 1000
'18': 2000
'27': 3000
'36': 4000
'45': 5000
'54': 6000
Buy:
Pages:
'1': 10
'2': 100
'3': 1000
- Java 8
- Spigot or Craftbukkit
- Vault (Optional)
- Download the plugin
- Put the jar into your plugins folder
- Restart or reload server then edit file configuration suit your server
- Enjoy it
Donate me some foods during developing this plugin at HERE. Any donation is appreciated
. Thank you!
100 Downloads ✔
250 Downloads ✔
500 Downloads ✔
1000 Downloads ✔
2500 Downloads ✔
5000 Downloads ✖
10000 Downloads ✖
. Thank you!100 Downloads ✔
250 Downloads ✔
500 Downloads ✔
1000 Downloads ✔
2500 Downloads ✔
5000 Downloads ✖
10000 Downloads ✖
------------------------------------------------------------------------------
If you found any bugs instead leave a bad rating in the reviews, please send private message to me and i will fix it as soon as possible. Or you have any suggestions or questions? Please leave them in the review or discussion page. Thank you!
------------------------------------------------------------------------------
AdvancedBackpack [1.8 to 1.12][NBT Items][Inventory Pages] is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 46,645 times (via Spigot). Download it and open it directly in the game.