SmoothTimber 平滑砍树
作者:SourceWriters
发布时间:2017年4月23日
原生版本:未知
测试支持:1.8,1.9,1.10,1.11,1.12,1.13,1.14,1.15,1.16,1.17,1.18,1.19,1.20
想要平稳而快速地砍伐树木吗?
点此下载插件详细介绍
🪓 SmoothTimber
SmoothTimber 是一款可自定义的伐木插件,具有流畅的树木砍伐动画。它支持 Minecraft 1.8.x 到 1.21.x 版本,并针对 RealisticWorldGenerator 插件进行了优化。
✨ 主要特性
- 支持所有具有连接原木的树木类型
- 支持 Minecraft 1.8 - 1.21
- 可配置的 "木材排除" 材料
- 可配置的切割材料(工具材料)
- 可配置的木材搜索半径
- 可配置的消息
- 可配置的工具冷却时间
- 可切换的工具
- 异步方块检测
- 自动配置重载
- 支持多个世界
- 支持一些附魔
- 没有重复掉落
- 平滑的树木倒塌动画
- 高性能
- API
- 支持 WorldGuard, Residence, Lands, GriefPrevention, JobsReborn, Core-Protect, PlaceholderAPI, BlockyLog 等插件!- 其他插件可以通过 Gitlab-Issues 请求
- 检查方块是否由玩家放置(仅在使用 LogBlock 或 CoreProtect 时)
🔑 权限
smoothtimber.*(所有权限)smoothtimber.use(使用权限)smoothtimber.toggle(切换权限)smoothtimber.<WOOD_TYPE>(特定木材类型权限)smoothtimber.<CUTTER_TYPE>(特定切割工具类型权限)smoothtimber.limit.*(限制权限)smoothtimber.limit.<BLOCK_AMOUNT>(特定方块数量限制权限)smoothtimber.cooldown.*(冷却时间权限)smoothtimber.cooldown.<MILLISECONDS>(特定毫秒冷却时间权限)
⚙️ 配置文件示例
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 (
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
请注意,您需要为您的服务器版本使用正确的材料,以便 SmoothTimber 正常工作。