Description:
With SimpleTimber, you can harvest trees by breaking just one block. The feature can be toggled on and off individually using a command. For more detailed information, watch the video below.
Commands:
- /simpletimber reload - Reloads the plugin configuration.
- /simpletimber - Opens a menu where you can easily toggle Timber and AutoPickup modes.
- /timber on/off - Toggles timber mode on or off for yourself. Default: off
- /autopickup on/off - Toggles automatic item pickup mode on or off for yourself in timber mode. Default: off
Permissions:
- simpletimber.reload - Allows reloading the plugin using the /simpletimber reload command.
- simpletimber.timber - Allows toggling timber mode using the /timber on/off command.
- simpletimber.autopickup - Allows toggling automatic item pickup mode using the /autopickup on/off command.
- simpletimber.menu - Allows you to open the menu with the /simpletimber command to easily toggle Timber and AutoPickup modes.
Supported Versions: 1.19 to 1.21
Language Support: English
Support Discord:
https://discord.gg/b9mvNGRxRn
Donation Link:
Buy Me a Coffee
Code (YAML):
Plugin-Language
: EN
Plugin-Prefix
: '&6SimpleTimber &8» '
Options:
Allowed-Tool/s
:
- WOODEN_AXE
- STONE_AXE
- IRON_AXE
- GOLDEN_AXE
- DIAMOND_AXE
- NETHERITE_AXE
Allowed-Block/s
:
- OAK_LOG
- SPRUCE_LOG
- BIRCH_LOG
- JUNGLE_LOG
- ACACIA_LOG
- DARK_OAK_LOG
- MANGROVE_LOG
- CHERRY_LOG
- CRIMSON_STEM
- WARPED_STEM
World-Settings:
enabled
: true
whitelist
:
- world
- world_nether
- world_the_end
Code (YAML):
Menu-Options:
Title
: '&6SimpleTimber'
Size
: 27
Timber:
DisplayName
: '&6Timber Mode'
Item:
Material
: DIAMOND_AXE
Slot
: 12
PlaySound-When-Enabled
: true
PlaySound-Volume
: 1.0
Lore:
Enable
: true
Enabled
:
- '&eTimber mode is &aenabled.'
- ''
- '&cClick for disable Timber mode.'
Disabled
:
- '&eTimber mode is &cdisabled.'
- ''
- '&aClick for enable Timber mode.'
AutoPickup:
DisplayName
: '&6Auto Pickup Mode'
Item:
Material
: LEAD
Slot
: 14
PlaySound-When-Enabled
: true
PlaySound-Volume
: 1.0
Lore:
Enable
: true
Enabled
:
- '&eAuto Pickup mode is &aenabled.'
- ''
- '&cClick for disable Auto Pickup mode.'
Disabled
:
- '&eAuto Pickup mode is &cdisabled.'
- ''
- '&aClick for enable Auto Pickup mode.'
Code (YAML):
Languages:
EN:
No-Permission
: '&cYou don''t have permission to use this command!'
Menu-No-Permission
: '&cYou don''t have permission to use this button!'
Reload-Command
: '&aPlugin reloaded.'
Timber-Enabled
: '&eTimber is &aenabled.'
Timber-Disabled
: '&eTimber is &cdisabled.'
Timber-Already-Enabled
: '&eTimber is already &aenabled.'
Timber-Already-Disabled
: '&eTimber is already &cdisabled.'
AutoPickup-Enabled
: '&eAuto Pickup is &aenabled.'
AutoPickup-Disabled
: '&eAuto Pickup is &cdisabled.'
AutoPickup-Already-Enabled
: '&eAuto Pickup is already &aenabled.'
AutoPickup-Already-Disabled
: '&eAuto Pickup is already &cdisabled.'