如题 我想再 spawn 这个世界 禁用物品
复制代码
后台显示 文件格式错误
- # BanItem世界物品继承列表,格式和例子:
- InhertItemList:
- spawn: {}
- # 只有在此配置中配置过的世界,命令中的w,world参数才能生效
- # 每个世界自己的列表在 BanItem\WorldItem\世界名 下
后台显示 文件格式错误
或者推荐一个其他的插件 可以在单世界禁止模组物品的
请问当前使用的是什么插件?
服务器版本是1.12.2还是1.7.10呢?
后台显示错误能发一下具体内容么?
服务器版本是1.12.2还是1.7.10呢?
后台显示错误能发一下具体内容么?
本帖最后由 lingxy19031 于 2019-5-23 17:19 编辑
如果是高版本sponge 推荐使用epicbanitem
如果是低版本KC 好像只有biwnbt能用了(?)
如果是不知道该如何写指令
请参考
http://www.mcbbs.net/thread-861387-1-1.html或使用下面折叠的内容
至于如何在特定世界禁用某个物品,写完生成配置之后把它从全局的目录下丢去单一世界的目录就行了吧?
我不确定游戏里可不可以加入w:world 的选项,印象里是没这功能的
如果是高版本sponge 推荐使用epicbanitem
如果是低版本KC 好像只有biwnbt能用了(?)
如果是不知道该如何写指令
请参考
http://www.mcbbs.net/thread-861387-1-1.html或使用下面折叠的内容
至于如何在特定世界禁用某个物品,写完生成配置之后把它从全局的目录下丢去单一世界的目录就行了吧?
我不确定游戏里可不可以加入w:world 的选项,印象里是没这功能的
请问创建世界名字是叫spawn吗 如果不是请用世界名
世界名在world文件夹看
主世界名字叫world
# 每个世界自己的列表在 BanItem/WorldItem/世界名 下
InhertItemList:
RPG: {}
DIM-19: {}
sc: {}
world: {}
世界名在world文件夹看
主世界名字叫world
# 每个世界自己的列表在 BanItem/WorldItem/世界名 下
InhertItemList:
RPG: {}
DIM-19: {}
sc: {}
world: {}
本帖最后由 LingXin233 于 2019-5-23 17:28 编辑
我的世界名就是叫 spawn 这是我的主城InhertItemList: spawn: {}
复制代码复制代码
1341056700 发表于 2019-5-23 17:21
请问创建世界名字是叫spawn吗 如果不是请用世界名
世界名在world文件夹看
主世界名字叫world
我的世界名就是叫 spawn 这是我的主城InhertItemList: spawn: {}
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》 已经重载语言翻译
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] 无法加载文件[E:\MiaoStark [25565]\MiaoStark [25565]\plugins\BanItem\config.yml],配置 文件格式错误
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] while parsing a block mapping
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] in 'string', line 3, column 1:
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] version: '1.0'
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] ^
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] expected <block end>, but found BlockMappingStart
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] in 'string', line 54, column 2:
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] InhertItemList:
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] ^
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:571)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:227)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:140)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at org.yaml.snakeyaml.Yaml.load(Yaml.java:437)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at cc.bukkitPlugin.banitem.commons.commentedyaml.CommentedYamlConfig.loadFromString(CommentedYamlConfig.java:342)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at cc.bukkitPlugin.banitem.commons.commentedyaml.CommentedYamlConfig.loadFromFile(CommentedYamlConfig.java:397)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at cc.bukkitPlugin.banitem.commons.plugin.manager.fileManager.AFileManager.reloadConfig(AFileManager.java:88)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at cc.bukkitPlugin.banitem.commons.plugin.manager.fileManager.TConfigManager.reloadConfig(TConfigManager.java:35)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at cc.bukkitPlugin.banitem.manager.ConfigManager.reloadConfig(ConfigManager.java:43)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at cc.bukkitPlugin.banitem.commons.plugin.ABukkitPlugin.reloadConfig(ABukkitPlugin.java:197)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at cc.bukkitPlugin.banitem.commons.plugin.ABukkitPlugin.reloadPlugin(ABukkitPlugin.java:172)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at cc.bukkitPlugin.banitem.commons.plugin.command.TCommandReload.execute(TCommandReload.java:38)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at cc.bukkitPlugin.banitem.command.CommandReload.execute(CommandReload.java:31)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at cc.bukkitPlugin.banitem.commons.plugin.command.TCommandExc.onCommand(TCommandExc.java:229)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:700)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:1591)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:1436)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at java.util.concurrent.FutureTask.run(Unknown Source)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at net.minecraft.util.Util.func_181617_a(Util.java:50)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:841)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:472)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:778)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:632)
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] 载入config.yml失败,目标文件以及配置未变动
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》[错误] 在重载插件时发生了错误
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》 共载入0个需要检查NBT的物品
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》 世界 全局 共载入 23 个禁用物品配置
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》 世界禁用列表 全局 最终禁用物品配置数量为 23 个
- [17:26:25] [Server thread/INFO]: 《贾克斯白名单系统》 已经重载插件
吐槽管理 发表于 2019-5-23 17:08
请问当前使用的是什么插件?
服务器版本是1.12.2还是1.7.10呢?
后台显示错误能发一下具体内容么? ...
服务器版本1.12.2 catserver 报错在下方
- InhertItemList:
- world:
- Inhert:
- - /default/
- spawn:
- Inhert:
- - /default/
然后使用 /bi add w:spawn 即可