TreeCapitator 砍树器
作者:Compgeek28
发布时间:2016年2月7日
原生版本:未知
测试支持:1.7,1.8,1.9,1.10,1.11,1.12,1.13,1.14
别浪费时间砍树了!
点此下载插件详细介绍
🌳 TreeCapitator 插件允许玩家通过破坏树的底部来砍倒整棵树,从而节省砍树获取木材的时间。
🌳 TreeCapitator
⚙️ 安装
- 从 Spigot 下载插件。
- 将插件 jar 文件放入 Plugins 文件夹。
- 重启你的服务器。
🔑 权限节点
treecapitator.use- 允许使用 TreeCapitator 功能。treecapitator.ignore- 忽略 TreeCapitator 功能,普通砍树。
🛠️ 配置示例
# Configuration for TreeCapitator
# Should the plugin use the item durability?
useDurability: true
# What should the rate of the durability be?
durabilityRate: 1
# Should the plugin destroy the leaves?
destroyLeaves: true
# What blocks should be checked for tree destruction?
# Default: LOG, LOG_2
blockCheck:
- LOG
- LOG_2
# Should the plugin require a tool?
requireTool: true
# What tools should be used?
tools:
- DIAMOND_AXE
- GOLD_AXE
- IRON_AXE
- STONE_AXE
- WOOD_AXE
# Should the plugin use the TreeCapitator on custom items?
useCustomItems: false
# The custom item id.
customItemsID: 290
# Should only the owner be allowed to use the custom item?
ownerOnly: true
# Should the plugin check for the player having the permission node?
usePermissions: false
# Should the plugin only allow certain worlds?
useWorlds: false
# What worlds should the plugin allow?
worlds:
- world
- world_nether
- world_the_end
# Should the plugin use the damage calculation?
useCalculation: true
# What should the calculation be?
# The calculation is (blocksCut / calculationValue) + 1
calculationValue: 50
# Should the plugin have a max block break limit?
useMaxBreak: false
# What should the max block break be?
maxBreak: 200
# Send a message to the user when the max break is reached?
sendMessage: true
# The message to send to the user when the max break is reached.
message: "&cYou have reached the max block break limit!"