Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

console error in start server #49

Closed
Dancbeunny98 opened this issue Aug 4, 2019 · 1 comment
Closed

console error in start server #49

Dancbeunny98 opened this issue Aug 4, 2019 · 1 comment

Comments

@Dancbeunny98
Copy link

> [14:22:48] [Server thread/INFO]: [ProtectionStones] Enabling ProtectionStones v2.2.1
> [14:22:48] [Server thread/INFO]: Protection Stone Blocks:
> [14:22:48] [Server thread/INFO]: - DIAMOND_BLOCK (DIAMOND_BLOCK)
> [14:22:48] [Server thread/INFO]: Error parsing flag: use
Error:
> [14:22:48] [Server thread/WARN]: com.sk89q.worldguard.protection.flags.InvalidFlagFormat: Expected none/allow/deny but got 'false'
> [14:22:48] [Server thread/WARN]: at com.sk89q.worldguard.protection.flags.StateFlag.parseInput(StateFlag.java:91)
> [14:22:48] [Server thread/WARN]: at com.sk89q.worldguard.protection.flags.StateFlag.parseInput(StateFlag.java:28)
> [14:22:48] [Server thread/WARN]: at dev.espi.protectionstones.FlagHandler.initDefaultFlagsForBlock(FlagHandler.java:89)
> [14:22:48] [Server thread/WARN]: at dev.espi.protectionstones.PSConfig.initConfig(PSConfig.java:182)
> [14:22:48] [Server thread/WARN]: at dev.espi.protectionstones.ProtectionStones.loadConfig(ProtectionStones.java:391)
> [14:22:48] [Server thread/WARN]: at dev.espi.protectionstones.ProtectionStones.onEnable(ProtectionStones.java:461)
> [14:22:48] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
> [14:22:48] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
> [14:22:48] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
> [14:22:48] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
> [14:22:48] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
> [14:22:48] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
> [14:22:48] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
> [14:22:48] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
> [14:22:48] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
> [14:22:48] [Server thread/INFO]: - GOLD_BLOCK (GOLD_BLOCK)
> [14:22:48] [Server thread/INFO]: Error parsing flag: use
Error:
> [14:22:48] [Server thread/WARN]: com.sk89q.worldguard.protection.flags.InvalidFlagFormat: Expected none/allow/deny but got 'false'
> [14:22:48] [Server thread/WARN]: at com.sk89q.worldguard.protection.flags.StateFlag.parseInput(StateFlag.java:91)
> [14:22:48] [Server thread/WARN]: at com.sk89q.worldguard.protection.flags.StateFlag.parseInput(StateFlag.java:28)
> [14:22:48] [Server thread/WARN]: at dev.espi.protectionstones.FlagHandler.initDefaultFlagsForBlock(FlagHandler.java:89)
> [14:22:48] [Server thread/WARN]: at dev.espi.protectionstones.PSConfig.initConfig(PSConfig.java:182)
> [14:22:48] [Server thread/WARN]: at dev.espi.protectionstones.ProtectionStones.loadConfig(ProtectionStones.java:391)
> [14:22:48] [Server thread/WARN]: at dev.espi.protectionstones.ProtectionStones.onEnable(ProtectionStones.java:461)
> [14:22:48] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
> [14:22:48] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
> [14:22:48] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
> [14:22:48] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
> [14:22:48] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
> [14:22:48] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
> [14:22:48] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
> [14:22:48] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
> [14:22:48] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
@espidev
Copy link
Owner

espidev commented Aug 4, 2019

As it says, you can't use true/false for flags, you have to use allow/deny/none

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants