LightCutter • 1.18 − 1.21 icon

LightCutter • 1.18 − 1.21 -----

Work as a woodcutter




Improved
  • The database is now cached for better performance if the caching option 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 the warnings.no-permissions message.
  • Tab completion for commands.
Removed
  • Permission lightcutter.break.bypass. This has been replaced by the owner-bypass option.
----------, Jan 13, 2025

Improved
  1. Animation of a falling tree for versions above 1.19.4.
  2. The messages-type parameter has been moved to the woodcutter-settings section. It is now unified for all modes.
  3. In the regeneration section, the seconds parameter has been renamed to delay. He only accepts seconds.
  4. Interaction with the database.
  5. Minor internal improvements.
Added
  1. Tree regeneration animation. New animation section.
    The delayPerBlock parameter sets the delay between the appearance of each block.
  2. Randomization of particles and sounds during tree regeneration.
    You can now specify a list of particles and sounds, and one will be chosen randomly.
  3. Region owner check. New owner-bypass parameter in the config.yml.
    If a player owns the region, the plugin ignores their actions. This is useful for tree adjustments, modifications, or deletions.
  4. More detailed descriptions in config.yml when it is created for the first time.
  5. Added an explicit enable parameter in the regeneration section to toggle tree regeneration on or off.
  6. Customizable sound and particle parameters.
    Now you can configure the volume, pitch, or count for each sound and particle:
    Code (YAML):
    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
  7. Default settings for particles and sounds:
    Code (YAML):
    particle:
      default-count
    : 4
     
    sound
    :
      default-volume
    : 1
      default-pitch
    : 1
Fixed
  1. The parse_mode parameter was ignored for some messages.
  2. Messages still appeared in the Actionbar when CHAT was set in messages-type.
  3. Drops were not disabled when allow-drop was set to false.
  4. Issues with disabling particles and sounds.
  5. Sound duplication during tree regeneration.
1.18.2
1.19.2
1.19.4
1.20.2
1.21.3
----------, Jan 8, 2025

  • Fixed NPE when loading Vault, which is not controlled by anything.
----------, Oct 22, 2024

  • Added placeholder for displaying integers #amount_rounded#
  • Added support legacy colors
  • Language settings and colors mode have been moved to main-settings.
----------, Sep 15, 2024

- 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 ##.
----------, Sep 12, 2024

There may be a withdrawal of support for 1.16 and 1.17 soon (not a fact, but I warn you)
----------, Feb 21, 2024

  • At 1.16, it gave an error when cutting down a tree, since the wood was indicated, which is not on this version
    It should work with any tree now.
----------, Jan 26, 2024

  • Improvements performance
  • Fixed animation bug (higher 1.19.4)
  • Added debug value in config (for the future)
----------, Jan 23, 2024

  • Refactoring configurations
  • Code refactoring
  • Performance improvement
  • Removed unnecessary
  • Added an item (/lc deleter) to delete blocks without interacting with the plugin functionality
  • Improved tree fall animation
  • Since version 1.19.4, the animation looks better
  • Spigot support
  • Automatic configuration updates
  • Turning off the drop now works more correctly
  • Added alias /lc
  • Work with the database has been carried out
----------, Sep 29, 2023

[*] Fixed the output of some messages
----------, May 15, 2023

[+] Command /lightcutter region list
[+] Hover message when adding a region (when hovering over a message about a successfully added region, you will see information about it)
[*] Fixed all commands
[*] Now you can get information about the region only if it is in the database (lightcutter region <name> info)
[*] Fixed Tab Completer
[*] The configurations have been moved to the 'messages' folder, where other languages will be added in the future
----------, May 14, 2023

[+] Animation when breaking blocks
[+] Added MySQL support (works with SQLite as standard)
[*] Delay on tree breaking
[*] Fixed updater
[*] Rewritten output in the action bar
[*] Worked with the code, configuration (deleted the old ones)
[*] Restoring a broken tree
[*] Correction when breaking tree blocks:

- after, for example, 5 broken blocks, the animation is played, as well as after the recovery effect.
- the tree does not fall out if it is not specified in the configuration
----------, May 10, 2023

[ +] Added PlayerPoints Support (for world and region modes)
[!] Minor fixes
----------, Oct 29, 2022

[ +] "disable-breaking-in-modes" has been added to the config. If true, the broken tree will not be destroyed
[ !] Code correction
----------, Oct 27, 2022

[!] Fixed value "count" in the "particles" (The specified value in the config had no effect)
[*] Added hints to the list of commands - /lightcutter
----------, Oct 23, 2022

[ !] When you broke a tree in the specified region, a message was written to you " Hey! Sorry, but you can't break that block here". This is now fixed
----------, Oct 15, 2022

[ +] Added TabCompleter for commands
----------, Oct 8, 2022

[ +] Added hints to the /lightcutter command
[ +] New commands:
/lightcutter world drop <true|false>
/lightcutter world cost oak <value>
/lightcutter world cost spruce <value>
/lightcutter world cost birch <value>
/lightcutter world cost jungle <value>
/lightcutter world cost acacia <value>
/lightcutter world cost dark <value>
/lightcutter region add <name>
/lightcutter region remove <name>
/lightcutter region earn <value>
/lightcutter region break <value> (need-break in config)
/lightcutter region drop <true|false>
/lightcutter region regeneration <true|false>
/lightcutter region regeneration time <value>
/lightcutter region particles <true|false>
/lightcutter region particles count <value>​
Later I will add my own permission for each command
----------, Oct 7, 2022

[ +] Added messages-type
Code (YAML):
 region-settings:
    messages-type
: CHAT_ACTIONBAR # CHAT - in chat, CHAT_ACTIONBAR - chat + action bar, ACTIONBAR - actionbar
[ +] Added the setting of custom particles when restoring the tree and the number of visible particles
Code (Text):
  region-settings: # for mode REGION
    regeneration:
      particles:
        particle: EXPLOSION_NORMAL
        count: 5
[ +] Added the value change-to (which block will be restored)
Code (YAML):
change-to : OAK_LOG
----------, Oct 7, 2022

Code (YAML):
main-settings:
  lang
: EN # EN or RU
----------, Oct 5, 2022

[ !] Update messages were shown to all players
Ой че я на английском то.. Сообщения о обновлении показывались всем игрокам, пофиксил :)
----------, Oct 4, 2022

[ +] Два режима работы: WORLD и REGION
[ +] Выключение в определенных мирах (к примеру для режима WORLD)
[ +] Теперь можно указать свой регион где будет работать лесоруб (при включенном режиме REGION)
Code (YAML):
   working-regions :
     - wood
[ +] Указать нужное количество разрушения для получения заработка (в режиме REGION)

Конфиги полностью обновлены!
----------, Oct 3, 2022

Resource Information
Author:
----------
Total Downloads: 2,950
First Release: Oct 2, 2022
Last Update: Jan 13, 2025
Category: ---------------
All-Time Rating:
10 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings