Want to cut trees smooth and fast?

 
 

As any other chopping plugin, we have nice features :
more to come !

Better, here is a GIF made by UsefullPig :


The permission list is very simple :

The config is quite basic, here you see an example config for 1.13+ :
message.yml
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
config.yml
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
addons.yml
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
