Click here to get to our wiki
SmoothTimber is customizable wood chopper plugin which has a smooth tree chopping animation.
It supports [ 1.8.x -> 1.21.x ] and it's optimized for our plugin RealisticWorldGenerator.
- Support every Tree type that has connected Logs
- Support 1.8 - 1.21
- Configurable "wood exclusion" materials
- Configurable Cutting Materials (So Tool materials)
- Configurable wood searching radius
- Configurable messages
- Configurable tool cooldown
- Toggleable tool
- Async Block detection
- Automatic config reload
- Supports more than one World
- Supports some enchantments
- No Duplicated drops
- Smooth tree collapsing animation
- High performance
- API
- Support for WorldGuard, Residence, Lands, GriefPrevention, JobsReborn, Core-Protect, PlaceholderAPI, BlockyLog and more! - Other plugins can get requested via Gitlab-Issues
- Checks if a Block was placed by a player or not (only with LogBlock or CoreProtect installed)
Better, here is a GIF made by UsefullPig :
( hope you enjoy it ♥ )
Spoiler: Tutorials / Reviews
If you want your video on this List be sure to contact us, it would be great if someone covers all features within a single video in each Language
Ajneb97
Ajneb97
- smoothtimber.* ( for all permissions )
- smoothtimber.use
- smoothtimber.toggle
- smoothtimber.<WOOD_TYPE>
- smoothtimber.<CUTTER_TYPE>
- smoothtimber.limit.*
- smoothtimber.limit.<BLOCK_AMOUNT>
- smoothtimber.cooldown.*
- smoothtimber.cooldown.<MILLISECONDS>
The config is quite basic, here you see an example config for 1.13+ :message.yml
Code (YAML):
version
: 4
messages:
global:
prefix : '&5Smooth&dTimber &8||'
list-split : '&7, &d'
not-allowed : '&7You''re lacking the permission &5 %permission% &7to use &5Smooth&dTimber&7!'
reload:
needed : '&7Detected a %type0% change, &5reloading %type1%&7...'
done : '&7 %type% reloaded &dsuccessfully!'
startup:
version:
supported : '&7You''re currently using the &dsupported&7 Minecraft Version &d %minecraft%
&7 (&5Core %core%&7)'
unsupported : '&7You''re currently using the &cunsupported&7 Minecraft Version
&4 %minecraft%'
need-update : '&7If you want to use &5Smooth&dTimber &7you need to update your
server to a supported Minecraft Version'
versions : '&7Supported Versions are : &d%versions%'
type:
message : message
messages : messages
setting:
main : setting
addon : addon
settings:
main : settings
addon : addons
addon : ' %addon% setting'
addons : ' %addon% settings'
time:
second : second
seconds : seconds
tools:
woodchopper : woodchopper
toggle:
'on':
forever : '&7You enabled your &d %tool%&7!'
timed : '&7You enabled your &d %tool% &7for &5%time%&7!'
'off':
forever : '&7You disabled your &c %tool%&7!'
timed : '&7You disabled your &c %tool% &7for &4%time%&7!'
disabled : '&7Toggling is disabled!'
cooldown:
wait : '&7Your tool is still on &dcooldown&7 for &5 %time%&7!'
command:
only:
player : '&7Only a &5player &7can run this command!'
wip : '&7This command is work in progress!'
non-existent : '&7This command doesn''t exist! Use &5/sm help &7for help!'
missing-permission : '&7You''re lacking the permission &5 %permission% &7to execute
this command!'
usage:
toggle : '&7/sm toggle (<time> ) &8- &7Enable the tree chopper permanently or
a specific time in seconds.'
help : '&7/sm help &8- &7List all smoothtimber commands with their description
and usage'
abort:
message : '&7You can''t cut this tree because &c %reason%&7!'
reason:
unknown : another plugin cancelled the process
griefprevention : it is protected by a GriefPrevetion Claim
worldguard : it is protected by a WorldGuard Region
residence : it is protected by a Residence Region
lands : it is protected by a Lands Region
towny : it is protected by a Towny town
messages:
global:
prefix : '&5Smooth&dTimber &8||'
list-split : '&7, &d'
not-allowed : '&7You''re lacking the permission &5 %permission% &7to use &5Smooth&dTimber&7!'
reload:
needed : '&7Detected a %type0% change, &5reloading %type1%&7...'
done : '&7 %type% reloaded &dsuccessfully!'
startup:
version:
supported : '&7You''re currently using the &dsupported&7 Minecraft Version &d %minecraft%
&7 (&5Core %core%&7)'
unsupported : '&7You''re currently using the &cunsupported&7 Minecraft Version
&4 %minecraft%'
need-update : '&7If you want to use &5Smooth&dTimber &7you need to update your
server to a supported Minecraft Version'
versions : '&7Supported Versions are : &d%versions%'
type:
message : message
messages : messages
setting:
main : setting
addon : addon
settings:
main : settings
addon : addons
addon : ' %addon% setting'
addons : ' %addon% settings'
time:
second : second
seconds : seconds
tools:
woodchopper : woodchopper
toggle:
'on':
forever : '&7You enabled your &d %tool%&7!'
timed : '&7You enabled your &d %tool% &7for &5%time%&7!'
'off':
forever : '&7You disabled your &c %tool%&7!'
timed : '&7You disabled your &c %tool% &7for &4%time%&7!'
disabled : '&7Toggling is disabled!'
cooldown:
wait : '&7Your tool is still on &dcooldown&7 for &5 %time%&7!'
command:
only:
player : '&7Only a &5player &7can run this command!'
wip : '&7This command is work in progress!'
non-existent : '&7This command doesn''t exist! Use &5/sm help &7for help!'
missing-permission : '&7You''re lacking the permission &5 %permission% &7to execute
this command!'
usage:
toggle : '&7/sm toggle (<time> ) &8- &7Enable the tree chopper permanently or
a specific time in seconds.'
help : '&7/sm help &8- &7List all smoothtimber commands with their description
and usage'
abort:
message : '&7You can''t cut this tree because &c %reason%&7!'
reason:
unknown : another plugin cancelled the process
griefprevention : it is protected by a GriefPrevetion Claim
worldguard : it is protected by a WorldGuard Region
residence : it is protected by a Residence Region
lands : it is protected by a Lands Region
towny : it is protected by a Towny town
Code (YAML):
version
: 9
global:
debug : false
sync-time : 50
cutter:
radius : 2
depth : 3
materials :
- WOODEN_AXE
- STONE_AXE
- IRON_AXE
- GOLDEN_AXE
- DIAMOND_AXE
- NETHERITE_AXE
options:
sneak : 'off'
toggleable : 'off'
sync-detection : false
animation : true
collect-instantly : false
permission:
wood-type : false
cutter-type : false
limit:
enabled : true
default : 1000
cooldown:
enabled : false
time : 20000
enchantments:
unbreaking:
enabled : true
fortune:
enabled : false
multiplier : 1.0
exclusion:
enabled : false
list : [ ]
inclusion:
enabled : false
list : [ ]
worlds:
enabled : false
blacklist : false
list :
- world
- world_nether
- world_the_end
global:
debug : false
sync-time : 50
cutter:
radius : 2
depth : 3
materials :
- WOODEN_AXE
- STONE_AXE
- IRON_AXE
- GOLDEN_AXE
- DIAMOND_AXE
- NETHERITE_AXE
options:
sneak : 'off'
toggleable : 'off'
sync-detection : false
animation : true
collect-instantly : false
permission:
wood-type : false
cutter-type : false
limit:
enabled : true
default : 1000
cooldown:
enabled : false
time : 20000
enchantments:
unbreaking:
enabled : true
fortune:
enabled : false
multiplier : 1.0
exclusion:
enabled : false
list : [ ]
inclusion:
enabled : false
list : [ ]
worlds:
enabled : false
blacklist : false
list :
- world
- world_nether
- world_the_end
Code (YAML):
version
: 1
addons:
CoreProtect : true
Lands : true
Towny : true
Jobs : true
mcMMO : true
Residence : true
BlockyLog : true
GriefPrevention : true
LogBlock : true
PlaceholderAPI : true
WorldGuard : true
addons:
CoreProtect : true
Lands : true
Towny : true
Jobs : true
mcMMO : true
Residence : true
BlockyLog : true
GriefPrevention : true
LogBlock : true
PlaceholderAPI : true
WorldGuard : true
(
please
note that you need to use the right
materials
for your server version that SmoothTimber can
work normally
)
Click here to go to all code contributors
Big thanks to @SrJoSaf for creating this page with <3
Important Notes for Reviews!
Reviews are important to get information about a resource. But they are no support-section. If you need support due to issues or other questions use the buttons(Round images) on top of this page. We are nearly 24/7 reachable via Spigot-DM's or Discord and we would be glad to help you there.
Writing a review should state the current situation you have with our plugin, but please have in mind, when you have issues, you should always contact us first. In most situations, they can be fixed within some minutes and a review gets obsolete.
Big thanks to @SrJoSaf for creating this page with <3
Important Notes for Reviews!
Reviews are important to get information about a resource. But they are no support-section. If you need support due to issues or other questions use the buttons(Round images) on top of this page. We are nearly 24/7 reachable via Spigot-DM's or Discord and we would be glad to help you there.
Writing a review should state the current situation you have with our plugin, but please have in mind, when you have issues, you should always contact us first. In most situations, they can be fixed within some minutes and a review gets obsolete.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
SmoothTimber is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 885,807 times (via Spigot). Download it and open it directly in the game.