已知是由领地插件造成的,但是怎么解决就需要求助一下大佬的解答
尝试将plugins/Residence/flags.yml文件中最下面的
复制代码
改成
复制代码
并使用指令重载residence插件
- Items:
- - xxx
- - xxx
- ...
改成
- Items: []
并使用指令重载residence插件
flags.yml
拉到最下面
复制代码
这一段 改成这样复制代码
拉到最下面
- ItemList:
- # list name is not important, as long as it is unique. Its good to use a descripive name.
- DefaultList:
- # type of the list, can be blacklist, whitelist, or ignorelist
- Type: blacklist
- # If you want, you can have this list only apply to one world, otherwise it applies to all worlds
- # World: world
- # You can also have the list apply only to one group, otherwise it applies for all groups
- # Group: default
- # this is the actual list of material names that this list allows or disallows
- # You can look up the material name by item ID in game by typing /res material <id>
- # Alternativly, you can simply use the item ID in the list, but its less descriptive and harder to see what the list allows or dissallows at a glance
- Items:
- - BEDROCK
这一段 改成这样
- ItemList:
- # list name is not important, as long as it is unique. Its good to use a descripive name.
- DefaultList:
- # type of the list, can be blacklist, whitelist, or ignorelist
- Type: blacklist
- # If you want, you can have this list only apply to one world, otherwise it applies to all worlds
- # World: world
- # You can also have the list apply only to one group, otherwise it applies for all groups
- # Group: default
- # this is the actual list of material names that this list allows or disallows
- # You can look up the material name by item ID in game by typing /res material <id>
- # Alternativly, you can simply use the item ID in the list, but its less descriptive and harder to see what the list allows or dissallows at a glance
- Items: []
用指令修改领地资讯,或者重新安装你的模组
屑🥕 发表于 2020-7-15 14:36
flags.yml
拉到最下面
感谢大佬教导
wjwrh 发表于 2020-7-15 14:37
尝试将plugins/Residence/flags.yml文件中最下面的
改成
谢谢大佬,但是楼上的大佬最先发出来的..所以给他最佳了