基本信息
我的世界Java版本
1.21–1.21.1
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
平台
Paper
运行环境
其他链接
搬运团队
详情信息
许可证 MIT
发布于 a month ago
更新于 a month ago
一个简单的楼梯坐插件。
功能
- 自定义可坐设计。
- 根据你的配置能够坐在每个方块上。
- 每个设计可配置的权限。
- 每个设计可配置的楼梯实体。
- 如果实体是猪,则可选择隐藏鞍座。
- 每个设计可配置的楼梯偏移量。
版本
该坐插件应从 1.13 到最新版本都能工作。 ! 1.8 不可用!
示例 config.yml
sitables:
stairs:
entity:
type: PIG
saddle: true
offsets:
x: 0.5
y: -0.4
z: 0.5
#BLOCKDATA, BLOCKS
check: BLOCKDATA
list:
- org.bukkit.block.data.type.Stairs
slabs:
entity:
type: PIG
saddle: true
offsets:
x: 0.5
y: -0.4
z: 0.5
check: BLOCKDATA
list:
- org.bukkit.block.data.type.Slab
fun:
# if require is set to true
# player must have "sit.fun" permission to sit on the block's this layout has
permission:
require: true
# %s is the layout name
name: "sit.%s"
entity:
type: ARMOR_STAND
saddle: false
offsets:
x: 0.5
y: -1.1
z: 0.5
check: BLOCKS
list:
- END_ROD