- Fixed bossbar inline tag duplication
- Added per command cooldown bypass (
aircore.bypass.command.<name>)
- Refactored command cooldown structure:
Code (YAML):
# -----------------------------
# COMMANDS, COOLDOWNS & LIMITS
# -----------------------------
command-cooldowns
:
# 'strict: true' to match commands strictly.
repair:
key
:
"repair"
cooldown
: 60
strict
: true
# repairall:
# key: "repair all"
# cooldown: 120
# strict: true
heal:
key
:
"heal"
cooldown
: 120
strict
: false
# feed:
# key: "feed"
# cooldown: 60
# strict: false
- Added
-autoequip parameter on
/createkit |
/editkit
- Removed
auto-equip option from
config.yml (kits section), now handled per kit thru parameter
- Changed
"permission: ..." to
"delhome: ..." for consistency (on
Home GUIs)