TreeForce is a lightweight resource gathering plugin for PaperMC. This project is a refactored fork of TreeChopper, updated to support Minecraft 1.21.10.
- Tree Chopping: Break one log with an axe while sneaking to fell the entire tree.
- Vein Mining: Break one ore with a pickaxe while sneaking to mine the entire vein.
- Auto-Replant: Automatically plants a matching sapling or fungus after a tree is felled.
- Experience Drops: Vein-mined ores drop experience naturally.
- Modern Compatibility: Supports Pale Oak, Copper tools, and Nether vegetation.
- Tool Protection: Mining stops if the tool is about to break.
- Wood: Hold an axe and sneak while breaking a log.
- Ores: Hold a pickaxe and sneak while breaking an ore block.
- Download the
TreeForce.jarfile. - Move the file into your server's
pluginsfolder. - Restart your server.
Compiling requires Java 21 and Maven.
- Clone the repository.
- Run
mvn clean packagein the project root. - The compiled jar will be in the
target/directory.
- Based on: TreeChopper by beanfeed and TreeFella by V1ttorassi.