1 127
收录服务器
1492
注册
46 888
玩家
TreeCapitator 砍树器
别浪费时间砍树了!
作 者 Compgeek28
发布时间 2016年2月7日
支持核心 Spigot
原生版本
支持版本 1.7,1.8,1.9,1.10,1.11,1.12,1.13,1.14
点此下载

🌳 TreeCapitator 插件允许玩家通过破坏树的底部来砍倒整棵树,从而节省砍树获取木材的时间。

🌳 TreeCapitator

⚙️ 安装

  1. 从 Spigot 下载插件。
  2. 将插件 jar 文件放入 Plugins 文件夹。
  3. 重启你的服务器。

🔑 权限节点

  • 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!"