BlockContainer
插件简介
- 通过配置文件,可以让指定 ItemsAdder(IA) 方块能够存储物品,进一步提升游戏的真实性。
- 适用于家具、自定义箱子、工厂容器等众多模型。
- 兼容 1.20 及以上所有版本的 Spigot 服务器以及其分支。
配置文件
yaml
settings:
# 是否使用 ActionBar 显示提示信息
# Whether to use ActionBar to display prompt information
action-bar: true
# 提示信息
# Message prompts
wait-message: "&7请等待其他玩家使用完成..."
#wait-message: "&7Please wait for other players to finish..."
# 等待提示音效
# Wait prompt sound
wait-sound: "block.chest.close"
# 容器列表
# Container list
container-list:
# 自定义名称
# Custom name
test_1:
# ItemsAdder 物品命名空间 ID
# ItemsAdder item namespace ID
namespaced-id: "test:chest_block"
# 界面左上角标题
# Title of the GUI in the top-left corner
gui-title: "&r存储箱"
#gui-title: "&rStorage Chest"
# UI 行数,确定后就不要修改了,会造成物品丢失
# 最大支持 4 行
# UI rows, do not change once set, as it may cause item loss
# The maximum supported rows is 4
rows: 3
# 打开音效
# Open sound
open-sound: "block.chest.open"
# 关闭音效
# Close sound
close-sound: "block.chest.close"