- 版权类型
- 原创
- 插件中文名称
- 世界限制物品
- 插件英文名称
- MTWorldBanItem
- 原帖地址
- #
- 支持的核心(服务端)
- Spigot
- Paper
- Folia
- Purpur
- PufferFish
- SpongeVanilla
- Leaves
- 其他核心
- 语言支持
- 中文(简体)
- 前置组件
- 无
- 适配版本(Java)
- 1.21
- 1.20
- 1.19
- 1.18
- 1.17
- 1.16
- 1.15
- 1.14
- 1.13
- 1.12
- 1.11
- 1.10
- 1.9
- 1.8
- 1.7
- 1.6
插件介绍
插件命令
权限节点
配置文件
YAML:
# MTWorldBanItem 配置文件
# 作者:馒头(QQ33731789)
# 消息前缀
prefix: '&8[&6MTWorldBanItem&8] '
# 检查频率(单位:tick,20tick = 1秒)
check-interval: 20
# 是否在玩家进入世界时立即检查背包
check-on-join: true
# 物品被没收时是否发送消息给玩家
notify-player: true
# 物品归还时是否发送消息给玩家
notify-return: true
# 是否记录日志到控制台
log-to-console: true
# 消息配置
messages:
item-confiscated: '&c您携带的 &e{item} &c在世界 &e{world} &c中被禁止,已暂时保管,离开该世界后将自动归还。'
item-returned: '&a您之前在世界 &e{world} &c中被保管的物品已归还!'
no-permission: '&c您没有权限执行此命令!'
reload-success: '&a配置文件已重新加载!'
add-success: '&a已将 &e{item} &a添加到世界 &e{world} &a的黑名单!'
add-fail-exists: '&c该物品已在世界 &e{world} &c的黑名单中!'
add-fail-air: '&c您手中没有物品!'
remove-success: '&a已将 &e{item} &a从世界 &e{world} &a的黑名单中移除!'
remove-fail: '&c该物品不在世界 &e{world} &c的黑名单中!'
list-header: '&6========== &e世界 {world} 的黑名单物品 &6=========='
list-item: '&7- &e{item}'
list-empty: '&7该世界没有设置禁止物品。'
world-not-found: '&c找不到世界 &e{world} &c!'
usage-add: '&c用法: /mtwbi add <世界名>'
usage-remove: '&c用法: /mtwbi remove <物品ID> <世界名>'
usage-list: '&c用法: /mtwbi list <世界名>'
# 世界黑名单配置
# 格式:
# worlds:
# 世界名:
# banned-items:
# - 物品ID
# 示例:
# worlds:
# world:
# banned-items:
# - DIAMOND_SWORD
# - BOW
worlds: {}