Releases: kainlighty/LightCutter
Release list
v1.3.2 | Full WorldGuard support and reduced file size
Improved
- The database is now cached for better performance if the
cachingoption is enabled.
You can reload the database connection and refresh the cache with the command:/lightcutter reload +database. - The file size has been reduced from 3020 KB to 167 KB.
Added
- Full WorldGuard Support. PlaceholderAPI is no longer required.
Additionally, the plugin now checks if the block being broken is in a region, rather than checking the player. - New Placeholder
#permission#for thewarnings.no-permissionsmessage. - Tab completion for commands.
Removed
- Permission
lightcutter.break.bypass. This has been replaced by theowner-bypassoption.
v1.3.1 | New animations and improvements
Improved
- Animation of a falling tree for versions above 1.19.4.
- The
messages-typeparameter has been moved to thewoodcutter-settingssection. It is now unified for all modes. - In the
regenerationsection, thesecondsparameter has been renamed todelay. He only accepts seconds. - Interaction with the database.
- Minor internal improvements.
Added
-
Tree regeneration animation. New
animationsection.
ThedelayPerBlockparameter sets the delay between the appearance of each block. -
Randomization of particles and sounds during tree regeneration.
You can now specify a list of particles and sounds, and one will be chosen randomly. -
Region owner check. New
owner-bypassparameter in theconfig.yml.
If a player owns the region, the plugin ignores their actions. This is useful for tree adjustments, modifications, or deletions. -
More detailed descriptions in
config.ymlwhen it is created for the first time. -
Added an explicit
enableparameter in theregenerationsection to toggle tree regeneration on or off. -
Customizable sound and particle parameters.
Now you can configure the volume, pitch, or count for each sound and particle:Example particle: - 'EXPLOSION_NORMAL:3' # count: 3 Example sound: - 'BLOCK_WOOD_PLACE:1:0.8' # volume: 1, pitch: 0.8 - 'BLOCK_WOOD_HIT:2' # only volume changed - 'BLOCK_STEM_HIT::0.7' # only pitch changed
-
Default settings for particles and sounds:
particle: default-count: 4 sound: default-volume: 1 default-pitch: 1
Fixed
- The
parse_modeparameter was ignored for some messages. - Messages still appeared in the Actionbar when CHAT was set in
messages-type. - Drops were not disabled when
allow-dropwas set to false. - Issues with disabling particles and sounds.
- Sound duplication during tree regeneration.
Tested version:
- 1.18.2
- 1.19.2
- 1.19.4
- 1.20.2
- 1.21.3
v1.3.0.3 | Updated dependencies
DEV-12: Updated dependencies
Vault fixes
- Fixed NPE when loading Vault, which is not controlled by anything.
Support legacy colors
- Added placeholder for displaying integers
#amount_rounded# - Added support legacy colors
- Language settings and colors mode have been moved to main-settings.
MiniMessages and more...
- More information in debug
- Switching to MiniMessage
- Added permissions for each of the commands
- Immutable messages have been moved to message configs
- Withdrawal of support for 1.16 (minimum version 1.18)
- Replaced placeholders with <> to ##.