ModsJava
Storages [1.13 - 1.18.x]
Simple storage plugin | Fully customizable. Free Minecraft Java mod for 1.13, 1.14, 1.15.
⬇ Download on Spigot
Features
- 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
Spoiler: config.yml
# 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
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
Spoiler: custom-storages.yml
# FORMAT
# s1:
# item: 'type'
# name: 'name'
# lore:
# - 'lore'
# - 'lore'
# size: size
# 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
Code (YAML):
# FORMAT
# s1:
# item: 'type'
# name: 'name'
# lore:
# - 'lore'
# - 'lore'
# size: size
# 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
Spoiler: 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é#9632Upcoming features:
- Add MySQL support for saving storages.
- Add new ways of customizing the storages.
Storages [1.13 - 1.18.x] is a free Minecraft Java mod. Compatible with Minecraft 1.13, 1.14, 1.15, 1.16 and newer. Downloaded 1,613 times (via Spigot). Download it and open it directly in the game.