- Changes on GUI configs: (added specific [action] type)
- sell.yml
Code (Text):
actions:
- "[sell]"
- "[sound] ui.button.click 1.0 1.2"
apply-confirm:
sell:
enabled: true
Code (Text):
actions:
- "[sell-all]"
- "[sound] ui.button.click 1.0 1.2"
apply-confirm:
sell-all:
enabled: true
- confirm.yml
Code (Text):
actions:
- "[sound] entity.player.levelup 1.0 1.2"
- "[sell]"
- "[close]"
shift-actions:
- "[sound] entity.player.levelup 1.0 1.2"
- "[sell]"
- homes.yml & homes-target.yml
Code (Text):
actions:
- "[sound] entity.enderman.teleport 1 1.2"
- "[teleport]"
shift-actions:
- "[sound] entity.enderman.teleport 1 1.2"
- "[delete]"
apply-confirm:
teleport:
enabled: false
delete:
enabled: true
- confirm.yml & confirm-target.yml
Code (Text):
actions:
- "[sound] entity.player.levelup 1.0 1.2"
- "[teleport]" # Same for [delete]
- "[close]"
- Fixed %aircore_player_block_by_<player>% returning raw placeholder instead of boolean.
- Added API for Block actions
- Added console support for /tp command
- Added @a argument for /tpahere (allows sending a tpa-here request to everyone online)
- Added max balance limit validation check for /sell command
- Added new message key:
Code (Text):
economy:
sell:
error-max-balance: "%prefix% <red>You cannot sell these items because your balance would exceed the limit of <yellow>$%amount%</yellow>.</red>"