- added PlaceholderAPI support in messages
- moved messages option to its own locale-specific files
- currently supporting these five languages
- English
- Spanish
- Czech
- Ukrainian
- Russian
![]()
- added option config to add more materials to tree detection
- note that trees can't be cut by hitting these non-standard blocks, but they will fall with the rest of the tree
![]()
![]()
- for better compatibility with Jobs Reborn, CoreProtect and other plugins, calling a dummy Bukkit BlockBreakEvent when log block is not a tree and instead breaks normally
- submitted a PR to Jobs Reborn to add support for Logically
- in the meantime, before it's merged, click here to download the compatible version or compile it yourself from source
![]()
- added compatibility with 1.21 and 1.21.1 since those versions do not have Pale oak
![]()
- added new config option for not prepending prefix to no-permission messages:
YAML:messages: # Whether to include prefix in no-permission messages no-permission-include-prefix: false
- fixed an issue on Spigot where NoSuchMethodException was being thrown in certain configurations
- fixed a bug where non-tree log blocks weren't breaking in certain configurations
- smoothened transition between blocks and display entities to avoid flicker
- fixed durability calculations and added an item breaking animation
New config option:
YAML:animation: # At what angle should the tree start to damage # players/entities in its path, in degrees damage-min-angle: 15.0
The new config section in question:
YAML:break: # Available options: # BOTH # CROUCH # STAND pose: "BOTH"
- added custom enchantment
- configurable costs
- configurable name
- configurable whether it will appear in
- Loot
- Enchanting table
- Villager trades
![]()
![]()
