- Added a sell-currency-plugins section to the hooks.yml, which can be used to use a different plugin for selling drops and buying upgrades.
- Fixed that sellwand multiplier were always converted to integers, so for example a 1.3x sellwand always went back to 1x
- Added a [DROP-ITEMS] action to the spawner gui, which can be used to drop all items on the ground when clicked.
Here is an example on how it can be used:
Code (YAML):
drop-all:
slot
: 47
material
:
"DROPPER"
name
:
"�AAFF&lᴅʀᴏᴘ ᴀʟʟ"
lore
:
-
" "
-
"�AAFFClick �AAFF&l> �DDFFDrop all items from the spawner"
actions
:
-
"[DROP-ITEMS]"
-
"[SOUND] ui.button.click|1|1"