- Added Item Actions Gui (Support for Bedrock players)
- Fixed reload command. Reload command updates the messages and guis now.
- Added remove item to the settings gui.
- We are now creating the citizens registry after 5 ticks to avoid some problems.
Code (YAML):
Settings: # Should we open another gui for selling, upgrading and collecting instead of keybinds? # You must enable this if you have mobile (geyser) players on your server since mobile players don't have drop or shift actions. use-item-gui: false
Item-Gui:
rows: 3
title: "Item Actions" items:
sell:
slot: 10
material: "GOLD_INGOT" displayName: "<yellow>Sell" lore: -
"<gray>Empty the storage by selling." -
"<gray>Click to sell" upgrade:
slot: 16
material: "FIREWORK_ROCKET" displayName: "<yellow>Upgrade" lore: -
"<gray>Upgrade this item." -
"<gray>Click to upgrade" collect-all:
slot: 14
material: "SUNFLOWER" displayName: "<yellow>Collect All" lore: -
"<gray>Fill your inventory with this item." -
"" -
"<gray>Click to collect all" collect:
slot: 12
material: "SUNFLOWER" displayName: "<yellow>Collect One Stack" lore: -
"<gray>Collect one stack of this item" -
"" -
"<gray>Click to collect one stack" Settings-Gui:
items:
remove:
slot: 11
material: "BARRIER" displayName: "<yellow>Break the collector" lore: -
"<gray>You will lose the items in storage." -
"<gray>Upgrades will be kept." -
"" -
"<gray>Click to remove this collector."