Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
TreeFella_Extended
This project is a fork of the original plugin by Vittorassi.
A simple plugin for quickly chopping down trees and ore mining!
Differences from the original plugin
- Update to 1.21.11 core for Paper
- Added copper tools
- Rewrite felling/mining algorithm
3.1. Now the items are cut down one by one with a very small delay to add a bit of verisimilitude.
3.2. The algorithm for getting dropped blocks has been changed. Now there are several schemes:
- If there is enough strength of the tool and space in the inventory → the blocks break, the drop is placed in the inventory.
- If the tool has enough durability but the inventory is full → the blocks will break. The system then checks for available space. If there is none, all loot drops at the block's location. If there is some space, part of the loot is added to the inventory, and the remainder is dropped on the ground.
- If the tool’s durability is insufficient to break all blocks → only the amount corresponding to the remaining durability will be destroyed. Regarding inventory storage, the conditions mentioned above apply. Any remaining blocks that exceeded the tool's durability stay intact. 3.3. Now, if the ore is nearby but in different types of blocks (deepslate and stone), they will break together, since the type of ore is the same.
- There is a destruction effect for each broken block, previously the effect was only for the first one.
- New commands and opportunity using emotes for Bedrock players
How to install
- Download ".jar" the file and place it in the plugins folder
- Start/restart your server
How to use it
Now plugin has 2 commands for enabling and disabling plugin and sneaking requirement.
- /tfetoggle on - enable plugin. If it's enabled it sends message in chat
- /tfetoggle off - disable plugin. If it's enabled it sends message in chat
- /tfesneaking on - enable requirement sneaking. If it's enabled it sends message in chat
- /tfesneaking off - disable requirement sneaking. If it's enabled it sends message in chat You can define sneaking requirement in config.yml.
Info for Bedrock players
For bedrock players who play in Java servers through Geyser you can use emotes for two command above. You can define this emotes in config.yml. Now available 4 type of emotes(because its free ond common):
- "waving"
- "asking everyone to follow"
- "pointing overthere"
- "clapping"
If emote is used it triggers above commands.
Example of default config.yml:
need_sneaking: false
emote_toggle: "waving"
emote_sneaking: "asking everyone to follow"
It does not work now with emotes added through 'Emotecraft' and other plugins for Java players.
Additional information
If you would like to see any features added or the ability to integrate with plugins like 'Emotecraft', you can create an issue on GitHub.
Pages
Members
Owner