Falling Tree Mod — Configuration
Configuration
The mod is controlled via a configuration file (typically found in config/fallingtree-common.toml). This allows for extensive fine-tuning of the mod's behavior.
General Settings
| Option | Default | Description |
|---|---|---|
miningSpeedModifier |
1.0 | Multiplier for how much the tree size affects mining speed. |
ignoreItems |
false | If true, any tool (or hand) can fell a tree. |
damageMultiplier |
1.0 | Multiplier for durability damage dealt to the tool. |
Tree Settings
| Option | Default | Description |
|---|---|---|
breakLeaves |
true | Whether leaves should be destroyed along with the logs. |
maxLogCount |
200 | The maximum number of logs a tree can have before the mod ignores it (prevents lag). |
reverseSneaking |
false | If true, you must sneak to fell the tree. If false, sneaking disables felling. |
instantBreak |
true | If true, all blocks break at once. If false, they break sequentially. |
Whitelists and Blacklists
Players can define specific blocks or tools that should be ignored by the mod using the internal tag system or the config file's whitelistedTools and blacklistedLogs sections.
Commands
FallingTree provides several commands for in-game management. These generally require Level 2 operator permissions.
/fallingtree help: Displays a list of available commands and their functions./fallingtree reload: Reloads the configuration file from the disk. This is useful for applying changes without restarting the server./fallingtree settings <setting> <value>: Allows players to change specific configuration values directly from the chat console.