HomeJavaModsStorages [1.13 - 1.18.x]
Storages [1.13 - 1.18.x]
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
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
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
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
[​IMG]
[​IMG]


Permissions
Bugs/Questions?
Feel free to message me on discord. IGN: Memé#9632

Upcoming features:

Commands

Plugin details

Read from the plugin's own plugin.yml.

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.

Explore more