在使用工作台 熔炉等物品时出现 求解
在领地插件配置内
Residence/flags.yml
有个ItemList: xxxxx
变为ItemList:[] 即可
StarFish_ 发表于 2020-7-5 12:12
在领地插件配置内
Residence/flags.yml
有个ItemList: xxxxx
不是领地插件问题
拿着原版的物品点击能打开 空手打开不了
围绕暮气 发表于 2020-7-5 12:14
拿着原版的物品点击能打开 空手打开不了
是领地插件的问题
我碰见很多人跟你的情况一模一样,修改了领地的配置之后就好了
修改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
- - LAVA
- - WATER
- - STATIONARY_LAVA
- - STATIONARY_WATER
- - MOB_SPAWNER
最后的items可以全删掉
反驳之前请先试试,谢谢
帮忙康康有什么地方没改对
这显示是没权限,插件目录发下看看
把
- BEDROCK
- LAVA
- WATER
- STATIONARY_LAVA
- STATIONARY_WATER
- MOB_SPAWNER
删除就行
- BEDROCK
- LAVA
- WATER
- STATIONARY_LAVA
- STATIONARY_WATER
- MOB_SPAWNER
删除就行
围绕暮气 发表于 2020-7-5 13:01
帮忙康康有什么地方没改对
不要直接把Item那一项删了啊。。