Changes:
- Added player-opcommand reward type.
- Added {xp_formatted} and {max_xp_formatted} to fix weird issues with large numbers.
- Fixed grammatical and spelling errors.
- Cleaned up code.
Changes:
- Fixed bug with XP ranges. Min and max now can be set to 0 and can be swapped (auto-fixed by LevelTools)
- Cleaned up utility code.
Changes:
- Fixed whitelist/blacklist bugs.
- New update checker API.
Changes
- 'enchant3' as a new reward type (increases the level of existing enchantment on the item)
- Entity and block lists can now be both whitelists and blacklists.
YAML:# A list that prevents/allows the blocks listed from giving XP on break. block_list_type: "BLACKLIST" # Types: WHITELIST, BLACKLIST (blacklist by default) block_list: - "FIRE" - "SOUL_FIRE" - "CRIMSON_FUNGUS" - "BROWN_MUSHROOM" - "RED_MUSHROOM" - "CRIMSON_ROOTS" - "GRASS" - "TALL_GRASS" - "SEAGRASS" - "TORCH" - "FERN" - "LARGE_FERN" - "SUNFLOWER" - "CORNFLOWER" # A list that prevents/allows the entities listed from giving XP on kill. entity_list_type: "BLACKLIST" # Types: WHITELIST, BLACKLIST (blacklist by default) entity_list: - "PLAYER" # - "enchant3" : Increases the existing level value of the enchant. (Ex: "enchant3 efficiency 1")
Changes
- Improved lore mechanics. LevelTools no longer overrides lore.
- Fixed bug with player-command
- Reformatted code
Changes
- Fixed buggy check in BlockBreakEvent's listener. This check wasn't compatible with certain server setups. Reported by Hxtch#4275.
- Added /leveltools reset command. Requested by Caffeinated Spartan#6082.
Changes
- Recently added config system seems to override certain config changes.
