输入/is 选择岛的难度之后进入岛清空背包,如何设置不清空背包
本帖最后由 響. 于 2020-9-15 23:13 编辑
复制代码
config里这俩设置为false就行
- # 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
config里这俩设置为false就行
打开config配置文件
resetchallenges: true
resetinventory: true
把这两个的true改成false就可以防止物品被清理了
resetchallenges: true
resetinventory: true
把这两个的true改成false就可以防止物品被清理了
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
问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