Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
SimpleTimber
PluginLicenseRef-All-Rights-Reserved

SimpleTimber

This plugin allows you to instantly chop down entire trees with just one hit.

2.5K
Downloads
2
Followers
1 months ago
Updated
📦
8
Versions
adventuregame-mechanicsutilitybukkitpaperpurpurspigot
Download Latestv2.2.1View on Modrinth

📖About SimpleTimber

This plugin allows you to instantly chop down entire trees with just one hit.

Features

  • Chop down entire trees with a single hit on any log.
  • Configurable durability reduction for axes based on the number of logs chopped.
  • Sneaking prevents the Timber feature from activating while chopping trees

Commands

  • Use /simpletimber reload to reload the plugin.
  • Use /simpletimber about to get information about the plugin.
  • Use /simpletimber toggle to toggle timber.

Permissions

  • simpletimber.admin.reload - Allows you to use /simpletimber reload.
  • simpletimber.admin.toggle - Allows you to use /simpletimber toggle.

Configs

View config.yml
# This plugin utilizes MiniMessage for messages.
# For more information, visit https://docs.adventure.kyori.net/minimessage.html

file-version: 1

# The prefix before every message
prefix: "<#DB9438><b>STimber</b> <dark_gray>⚡ <gray>"

# The messages file to use
langFile: 'english'

# Settings for the update checker
updateChecker:
  # Send a message to the console when a new version is available
  consoleMessage: true
  # Send a message to the player when a new version is available
  # This requires the permission 'simpletimber.admin.update' or to be an OP
  playerMessage: true

# Should timber be enabled?
enabled: true

# Maximum amount of blocks to break at once (Values greater than 1000 may cause lag)
maxChopLimit: 500

# Should SimpleTimber reduce the durability of the axe used by the player?
reduceDurability: true

# Should SimpleTimber only work if the player is NOT sneaking?
sneakPrevent: true

# Wich tools should be allowed to use timber?
validTools:
  - 'WOODEN_AXE'
  - 'STONE_AXE'
  - 'IRON_AXE'
  - 'GOLDEN_AXE'
  - 'DIAMOND_AXE'
  - 'NETHERITE_AXE'

# Allow timber in creative mode
allowCreativeMode: false

# Should leaves be broken too? (No durability cost)
breakLeaves: true

# Should saplings be replanted after cutting a tree?
autoReplantSaplings: true

# Should the tree break with delay animation?
animatedBreak: true

# Delay in ticks between block breaks when animation is enabled (20 ticks = 1 second)
animationDelay: 2
View english.yml
# This plugin utilizes MiniMessage for messages.
# For more information, visit https://docs.adventure.kyori.net/minimessage.html

file-version: 1

# General messages
general:
  noPlayer: "<gray>You <red>must be a player<gray> to execute this command!"
  noPerms: "<gray>You <red>do not have permission<gray> to execute this command!"

# Other messages
other:
  updateChecker: "<gray>An <yellow>update <gray>is available! You are using version <red>v%current-version%<gray>, the latest version is <green>%latest-version%<gray>!"

# Command messages
commands:
  # Messages for the /simpletimber command (main plugin command)
  simpletimber:
    usage: "<gray>Please use <red>/stimber <about/reload/toggle><gray>!"
    about: "<gray>SimpleTimber v%version% <dark_gray>- <gray>%author%"
    reload:
      reloading: "<yellow>Reloading <gray>SimpleTimber..."
      reloaded: "<green>Successfully reloaded <gray>SimpleTimber! <dark_gray>(%time%ms)"
      error: "<gray>An <red>error occurred <gray>while reloading SimpleTimber! Check the console for details."
    toggle:
      enabled: "<gray>SimpleTimber has been <green>enabled<gray>!"
      disabled: "<gray>SimpleTimber has been <red>disabled<gray>!"

# Listener messages
listeners:
  # Messages for the tree cutting listener
  treeCutting:
    axeTooWeak: "<gray>Your axe <red>doesn't have enough durability <gray>for that tree!"
View german.yml
# Dieses Plugin verwendet MiniMessage für Nachrichten.
# Weitere Informationen findest du unter https://docs.adventure.kyori.net/minimessage.html

file-version: 1

# Generelle Nachrichten
general:
  noPlayer: "<gray>Dies können <red>nur Spieler<gray> ausführen!"
  noPerms: "<gray>Du hast <red>keine Berechtigung<gray> für diesen Befehl!"

# Other messages
other:
  updateChecker: "<gray>Es ist ein <yellow>Update verfügbar<gray>! Die momentane Version ist die <red>v%current-version%<gray>, die neuste Version ist die <green>%latest-version%<gray>!"

# Befehlsnachrichten
commands:
  # Nachrichten für den /simpletimber Befehl (Hauptbefehl des Plugins)
  simpletimber:
    usage: "<gray>Bitte nutze <red>/stimber <about/reload/toggle><gray>!"
    about: "<gray>SimpleTimber v%version% <dark_gray>- <gray>%author%"
    reload:
      reloading: "<yellow>SimpleTimber <gray>wird neugeladen<gray>..."
      reloaded: "<green>SimpleTimber wurde <gray>erfolgreich neugeladen! <dark_gray>(%time%ms)"
      error: "<gray>Ein <red>Fehler ist aufgetreten<gray> beim Neuladen von SimpleTimber! Überprüfe die Konsole für Details."
    toggle:
      enabled: "<gray>SimpleTimber wurde <green>aktiviert<gray>!"
      disabled: "<gray>SimpleTimber wurde <red>deaktiviert<gray>!"

# Listener Nachrichten
listeners:
  # Nachrichten für den Baumfällungs-Listener
  treeCutting:
    axeTooWeak: "<gray>Deine Axt <red>hat nicht genügend Haltbarkeit<gray> für diesen Baum!"

Contact

If you encounter any issues or bugs, or have a
request for a new feature, please contact me via Discord or join my Discord-Server.

My discord-name is Losterixx.

My Discord-Server: Link

👥 Team & Contributors

Losterixx
LosterixxOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+7 more

🔗 Links

Modrinth Page