NozomiDaisuki
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'
并不行 改文件加上"Auto-Bind"提示是这样的
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
另外附配置

cnYeqi
那应该是在新版本移除了这个功能吧
其实mi的绑定功能并不好用,可以用其他插件代替。
试试这个。
https://www.mcbbs.net/thread-1177911-1-1.html

第一页 上一页 下一页 最后一页