qq110meng
输入/is 选择岛的难度之后进入岛清空背包,如何设置不清空背包

声名我主宰
本帖最后由 響. 于 2020-9-15 23:13 编辑
  1.    # Reset Challenges - if this is true, player's challenges will reset when they
  2.    # reset an island or if they are kicked or leave a team. Prevents exploiting the
  3.    # challenges by doing them repeatedly.
  4.    resetchallenges: false

  5.    # Reset inventory - if true, the player's inventory will be cleared when they start
  6.    # or restart and island. Default is true.
  7.    # Note: if you have MultiInv running or a similar inventory control plugin, that
  8.    # plugin may still reset the inventory when the world changes.
  9.    resetinventory: false
复制代码

config里这俩设置为false就行

轩玖酱
打开config配置文件
resetchallenges: true
resetinventory: true
把这两个的true改成false就可以防止物品被清理了

spg233
https://www.mcbbs.net/thread-779288-1-1.html


问1为什么切换世界会清理背包
答:请确实config中的这两个配置是取消
   # Reset Challenges - if this is true, player's challenges will reset when they
   # reset an island or if they are kicked or leave a team. Prevents exploiting the
   # challenges by doing them repeatedly.
   resetchallenges: false

   # Reset inventory - if true, the player's inventory will be cleared when they start
   # or restart and island. Default is true.
   # Note: if you have MultiInv running or a similar inventory control plugin, that
   # plugin may still reset the inventory when the world changes.
   resetinventory: false