Releases: byteful/LevelTools
Releases · byteful/LevelTools
[v1.3.6] XP boosters and new formula system
Changes
- Permissions-based XP booster system
- New formula configuration for flexible next XP values
Ex: 'leveltools.booster.2' will give a 2x booster to anyone with the permission
Ex: 'leveltools.booster.1.5' will give a 1.5x booster to anyone with the permission
Ex: '100 + {current_level} * 100' is the default formula in config.yml
Please update your configurations to support this new value!
[v1.3.5.2] Fix repeated reward bug
Changes
- Fix a bug where rewards would keep applying
[v1.3.5.1] Update dependencies for new MC version
Changes
- Updated dependencies
[v1.3.5] Fix for command rewards
Changes
- Fixed item update order issue with command rewards (affects enchant plugins, reported by Wesk#0163)
- Updated dependencies
[v1.3.4] Developer API fixes and blacklist/whitelist fixes
Changes
- Fixed LevelToolsLevelIncreaseEvent (wasn't being called)
- Fixed potential issues with blacklists and whitelists in config
- Updated dependencies
[v1.3.3] New configuration additions
Changes:
- Added
player-opcommandreward type. - Added
{xp_formatted}and{max_xp_formatted}to fix weird issues with large numbers. - Fixed grammatical and spelling errors.
- Cleaned up code.
[v1.3.2] Fixed bug with XP ranges.
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.
[v1.3.1] Fixed whitelist/blacklist bug.
Changes:
- Fixed whitelist/blacklist bugs.
- New update checker API.
[v1.3.0] Added max level in config.
Changes
- Added max level option in config.
[v1.2.8] Added 'enchant3' and blacklist/whitelist support.
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.
# 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")