Create virtual storage for your player to store their items when they mined or picked it up
Changelogs v2.4.4:
Changelogs v2.4.3:
Changelogs v2.4.2:
Changelogs v2.4.1:
Changelogs v2.4.0:
ControlItems:
Search:
Material: 'NAME_TAG'
Name: '&aSearch for items'
Lore: []
Slot: 10
ControlItems:
Search:
Material: 'NAME_TAG'
Name: '&aSearch for players'
Lore: []
Slot: 10
ControlItems:
Search:
Material: 'NAME_TAG'
Name: '&aSearch for items'
Lore: []
Slot: 10
ControlItems:
Search:
Material: 'NAME_TAG'
Name: '&aSearch for items'
Lore: []
Slot: 10
ControlItems:
Search:
Material: 'NAME_TAG'
Name: '&aSearch for items'
Lore: []
Slot: 50
SUCCESS:
search-guide: |
{prefix}&7Type the item you want to search for in chat and press Enter.
{prefix}&7Type &8(&6cancel&8) &7to cancel this action.
Changelogs v2.3.0:
Changelogs v2.2.7:
Changelogs v2.2.6:
Changelogs v2.2.5:
#The worth of items:
# * This option will be overrided if the value of the key "Currency" in config.yml is "ShopGUIPlus" or "EconomyShopGUI".
Worth:
#<material-key>:
cobblestone:0:
#Sell price:
#Set to -1 to disallow the sale of this item.
price: 8.0
#Requires item quantity (minimum value is 1):
quantity: 8
coal_block:0:
price: 10.0
quantity: 10
lapis_block:0:
price: 12.0
quantity: 16
redstone_block:0:
price: 13.0
quantity: 16
iron_block:0:
price: 16.0
quantity: 8
gold_block:0:
price: 15.0
quantity: 8
diamond_block:0:
price: 18.0
quantity: 4
emerald_block:0:
price: 18.0
quantity: 4
#The currency you want to use when selling the item:
# * Available: Vault, PlayerPoints and TokenManager.
#You can also use one of these marketplaces: ShopGUIPlus and EconomyShopGUI. It will override
#the default price list in worth.yml, so you don't need to configure it.
Currency: 'Vault'
Changelogs v2.2.4:
* Before updating the plugin, you need to add these keys to the messages.yml file:
HELP:
Player:
withdraw: '&8 > &c/{label} withdraw <material-key> <amount|all> &f: &7Withdraw the item.'
Admin:
whitelist: '&8 > &c/{label} whitelist &f: &7Editing whitelist items.'
SUCCESS:
whitelist-item: '{prefix}&7You have added &r{item} &7to whitelist.'
unwhitelist-item: '{prefix}&7You have removed &r{item} &7from whitelist.'
FAIL:
item-already-whitelisted: '{prefix}&cThis item already added to whitelist!'
Changelogs v2.2.3:
Changelogs v2.2.2:
Since the minecraft version 1.18, middle-click didn't work correctly. So we changed the hotkey of "Add all items to storage" to Shift-Right-Click, and "Withdraw all" to Shift-Left-Click for all versions.
Changelogs v2.2.1:
Changelogs v2.1.5:
* Backup your old config.yml file before updating the plugin!