/MyStoragePlugin

Have your own personal storage with this simple plugin

Primary LanguageJava

MyStoragePlugin

Have your own personal storage with this simple plugin.

Inventory data is saved in inventories.db located at your server/plugins/MyStorage/inventories.db.

The settings.yml file

#The storage inventory title, {player_name} to get the viewing player's name.
inventory-title: '{player_name}''s Portable Inventory'

#The storage command aliases
storage-command-aliases:
  - 'storage'
  - 'mystorage'
  - 'backpack'