本帖最后由 NozomiDaisuki 于 2022-5-17 17:57 编辑
在自带的物品编辑器里没找到这个选项
文件里自行添加也没有效果
是被删了吗(
如果是被删了
有什么好的解决方案吗
版本是6.6.6
服务器核心是purpur 1.17.1
在自带的物品编辑器里没找到这个选项
文件里自行添加也没有效果
是被删了吗(
如果是被删了
有什么好的解决方案吗
版本是6.6.6
服务器核心是purpur 1.17.1
| 自动绑定 |
你可以在编辑器中为物品启用自动绑定。启用该选项后,该物品会自动绑定第一个获得该物品的玩家。并且该项可以使用config.yml文件配置。
soulbound:
# 当玩家试图使用非自身灵魂绑定的物品时所受到的伤害
damage:
base: 100
per-lvl: 100
# 当玩家死亡时是否保留非自身灵魂绑定的物品
keep-on-death: true
# 玩家是否可以丢弃非自身灵魂绑定的物品
can-drop: true
auto-bind:
# 自动灵魂绑定时默认的绑定等级
level: 10
# 你可以禁用个别选项触发自动绑定
# (该选项必须保证'Auto-Bind'为true)
disable-on:
pickup: false
craft: false
click: false
join: false # 推荐 'true'
转自:https://www.mcbbs.net/forum.php? ... ;page=2#pid21191149
你可以在编辑器中为物品启用自动绑定。启用该选项后,该物品会自动绑定第一个获得该物品的玩家。并且该项可以使用config.yml文件配置。
soulbound:
# 当玩家试图使用非自身灵魂绑定的物品时所受到的伤害
damage:
base: 100
per-lvl: 100
# 当玩家死亡时是否保留非自身灵魂绑定的物品
keep-on-death: true
# 玩家是否可以丢弃非自身灵魂绑定的物品
can-drop: true
auto-bind:
# 自动灵魂绑定时默认的绑定等级
level: 10
# 你可以禁用个别选项触发自动绑定
# (该选项必须保证'Auto-Bind'为true)
disable-on:
pickup: false
craft: false
click: false
join: false # 推荐 'true'
转自:https://www.mcbbs.net/forum.php? ... ;page=2#pid21191149
cnYeqi 发表于 2022-5-17 20:34
| 自动绑定 |
你可以在编辑器中为物品启用自动绑定。启用该选项后,该物品会自动绑定第一个获得该物品的玩 ...
[16:47:39] [Server thread/INFO]: [MMOItems SWORD TEST] Could not load base item data 'Auto-Bind': Could not find stat with ID 'AUTO_BIND'
[17:51:24] [Server thread/INFO]: [MMOItems SWORD TEST] Could not load base item data 'auto-soulbind': Could not find stat with ID 'AUTO_SOULBIND'
soulbound:
# Edit soulbound damage when players try to use
# items which are not bound to themselves.
damage:
base: 10
per-lvl: 10
# Whether or not soulbound items should be
# kept when a player dies.
keep-on-death: true
# Whether or not soulbound item can be
# dropped by the player
can-drop: false
auto-bind:
# The default Soulbind level to apply
# when automatically soulbinding
level: 10
# Here you can disable individual events for when
# Items should automatically soulbind to the player
# (Requires the 'Auto-Bind' stat to be true)
disable-on:
pickup: false
craft: false
click: false
join: true # 'true' recommended