Simple storage plugin that can have up to 54 storages available.
Permissions to open each storage.
Admins can open other players storages.
Option for default storages or custom storages.
Customize storages (item, name, lore, size)
Commands
/storage or /str --> opens the storages menu /storage <slot> or /str <slot> --> opens directly a storage /openstr <player> --> opens a player's storages menu /openstr <player> <slot> --> opens directly a player's storage /strreload --> reloads the plugin
Config Files
Code (YAML):
# size of the menu with all storages (needs to be multiple of 9 --> 9, 18, 27... - and a max of 54) menu-size: 9
# use default storages without any custom one (if 'false', usage 'custom-storages.yml') default-storages: true
# amount of storages that will show in the menu (this options only works if 'default-storages = true') storages-amount: 5
# how the storages will look like (this options only works if 'default-storages = true') storage: # item type for the storage item: 'CHEST'
# name of the storage name: 'Storage'
# lore of the storage (needs to be in list format) lore: - 'Storage 1'
- 'Save you items here!'
# size of the storage (needs to be multiple of 9 --> 9, 18, 27... - and a max of 54) size: 45
# this section is needed to load the storages storages: # key for the storage (this has no impact inside the game) s1: # item type for the storage item: 'CHEST'
# name of the storage name: 'Storage 1'
# lore of the storage (needs to be in list format) lore: - 'Storage 1'
- 'Save you items here!'
# size of the storage (needs to be multiple of 9 --> 9, 18, 27... - and a max of 54) size: 45
s2:
item: 'CHEST'
name: 'Storage 2'
lore: - 'Storage 2'
- 'Save you items here!'
size: 45
s3:
item: 'CHEST'
name: 'Storage 3'
lore: - 'Storage 3'
- 'Save you items here!'
size: 45
Screenshots
Permissions
sotrages.use.str<slot> --> permission to open each storage (if using defult storages)
storages.use.<key> --> permission to open each storage (if using custom storages)
storages.use.admin --> permission to open other players storages and reload the plugin.
Bugs/Questions?
Feel free to message me on discord. IGN: Memé#9632