WorldGuard error

Discussion in 'Bukkit Help' started by bmw, Jul 7, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    bmw

    I have a blacklist set in the config and i get this error on startup:
    Code:
    07.07 16:45:30 [Server] INFO [WorldGuard] Loaded configuration for world 'roleplay'
    07.07 16:45:30 [Server] INFO [WorldGuard] (roleplay) Fire spread is UNRESTRICTED.
    07.07 16:45:30 [Server] INFO [WorldGuard] (roleplay) Lava fire is blocked.
    07.07 16:45:30 [Server] INFO [WorldGuard] (roleplay) Lighters are PERMITTED.
    07.07 16:45:30 [Server] INFO [WorldGuard] (roleplay) TNT ignition is PERMITTED.
    07.07 16:45:30 [Server] INFO [WorldGuard] 26 regions loaded for 'roleplay'
    07.07 16:45:25 [Server] INFO [PLAYER_COMMAND] crazyzombie47: /tp iron
    07.07 16:45:21 [Server] INFO [WorldGuard] Loaded configuration for world 'world'
    07.07 16:45:21 [Server] INFO [WorldGuard] (world) Fire spread is UNRESTRICTED.
    07.07 16:45:21 [Server] INFO [WorldGuard] (world) Lava fire is blocked.
    07.07 16:45:21 [Server] INFO [WorldGuard] (world) Lighters are PERMITTED.
    07.07 16:45:21 [Server] INFO [WorldGuard] (world) TNT ignition is PERMITTED.
    07.07 16:45:21 [Server] INFO [WorldGuard] 4 regions loaded for 'world'
    07.07 16:44:50 [Server] INFO [AutoGamemode]: Iron_Assasin switched his/her gamemode to creative
    07.07 16:44:40 [Server] INFO [WorldInventories] Player Iron_Assasin moved from world world to roleplay
    07.07 16:44:40 [Server] INFO [PLAYER_COMMAND] Iron_Assasin: /tp ben
    07.07 16:44:30 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    07.07 16:44:30 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
    07.07 16:44:30 [Server] INFO at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
    07.07 16:44:30 [Server] INFO at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    07.07 16:44:30 [Server] INFO at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    07.07 16:44:30 [Server] INFO at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    07.07 16:44:30 [Server] INFO at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
    07.07 16:44:30 [Server] INFO at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
    07.07 16:44:30 [Server] INFO at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
    07.07 16:44:30 [Server] INFO at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821)
    07.07 16:44:30 [Server] INFO at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:479)
    07.07 16:44:30 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    07.07 16:44:30 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    07.07 16:44:30 [Server] INFO at me.ryanclancy000.plugman.PlugMan.onCommand(PlugMan.java:30)
    07.07 16:44:30 [Server] INFO at me.ryanclancy000.plugman.PlugMan.doCommand(PlugMan.java:129)
    07.07 16:44:30 [Server] INFO at me.ryanclancy000.plugman.PlugManCommands.reloadPlugin(PlugManCommands.java:307)
    07.07 16:44:30 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    07.07 16:44:30 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
    07.07 16:44:30 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    07.07 16:44:30 [Server] INFO at com.sk89q.worldguard.bukkit.WorldGuardPlugin.onEnable(WorldGuardPlugin.java:137)
    07.07 16:44:30 [Server] INFO at com.sk89q.worldguard.bukkit.ConfigurationManager.load(ConfigurationManager.java:129)
    07.07 16:44:30 [Server] INFO at com.sk89q.util.yaml.YAMLProcessor.load(YAMLProcessor.java:112)
    07.07 16:44:30 [Server] INFO at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)
    07.07 16:44:30 [Server] INFO at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
    07.07 16:44:30 [Server] INFO at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121)
    07.07 16:44:30 [Server] INFO at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)
    07.07 16:44:30 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123)
    07.07 16:44:30 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    07.07 16:44:30 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
    07.07 16:44:30 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:133)
    07.07 16:44:30 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
    07.07 16:44:30 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
    07.07 16:44:30 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:591)
    07.07 16:44:30 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179)
    07.07 16:44:30 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:237)
    07.07 16:44:30 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.stalePossibleSimpleKeys(ScannerImpl.java:398)
    07.07 16:44:30 [Server] INFO ^
    07.07 16:44:30 [Server] INFO ignore-groups=admin,owner,co-own ...
    07.07 16:44:30 [Server] INFO in "<reader>", line 118, column 1:
    07.07 16:44:30 [Server] INFO could not found expected ':'
    07.07 16:44:30 [Server] INFO ^
    07.07 16:44:30 [Server] INFO [259]
    07.07 16:44:30 [Server] INFO in "<reader>", line 117, column 1:
    07.07 16:44:30 [Server] INFO while scanning a simple key
    07.07 16:44:30 [Server] SEVERE Error occurred while enabling WorldGuard v594-f2fead1 (Is it up to date?)
    07.07 16:44:30 [Server] INFO [WorldGuard] Enabling WorldGuard v594-f2fead1
    and here is my worldguard config. it looks fine to me?
    Code:
    #
    # WorldGuard's main configuration file
    #
    # This is the global configuration file. Anything placed into here will
    # be applied to all worlds. However, each world has its own configuration
    # file to allow you to replace most settings in here for that world only.
    #
    # About editing this file:
    # - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If
    #  you use an editor like Notepad++ (recommended for Windows users), you
    #  must configure it to "replace tabs with spaces." In Notepad++, this can
    #  be changed in Settings > Preferences > Language Menu.
    # - Don't get rid of the indents. They are indented so some entries are
    #  in categories (like "enforce-single-session" is in the "protection"
    #  category.
    # - If you want to check the format of this file before putting it
    #  into WorldGuard, paste it into http://yaml-online-parser.appspot.com/
    #  and see if it gives "ERROR:".
    # - Lines starting with # are comments and so they are ignored.
    #
     
    regions:
        use-scheduler: true
        sql:
            use: false
            dsn: jdbc:mysql://localhost/worldguard
            username: worldguard
            password: worldguard
        enable: true
        invincibility-removes-mobs: false
        high-frequency-flags: false
        wand: 287
        max-claim-volume: 30000
        claim-only-inside-existing-regions: false
        max-region-count-per-player:
            default: 7
    auto-invincible-permission: true
    auto-invincible: true
    use-player-move-event: true
    op-permissions: false
    protection:
        item-durability: true
        remove-infinite-stacks: false
        disable-xp-orb-drops: false
        disable-obsidian-generators: false
    simulation:
        sponge:
            enable: true
            radius: 3
            redstone: false
    default:
        pumpkin-scuba: false
        disable-health-regain: false
    physics:
        no-physics-gravel: false
        no-physics-sand: false
        allow-portal-anywhere: false
        disable-water-damage-blocks: []
    ignition:
        block-tnt: false
        block-tnt-block-damage: false
        block-lighter: true
    fire:
        disable-lava-fire-spread: true
        disable-all-fire-spread: true
        disable-fire-spread-blocks: []
        lava-spread-blocks: []
    mobs:
        block-creeper-explosions: false
        block-creeper-block-damage: true
        block-enderdragon-block-damage: true
        block-fireball-explosions: true
        block-fireball-block-damage: true
        anti-wolf-dumbness: true
        disable-enderman-griefing: false
        block-creature-spawn: []
    player-damage:
        disable-fall-damage: false
        disable-lava-damage: false
        disable-fire-damage: false
        disable-lightning-damage: false
        disable-drowning-damage: false
        disable-suffocation-damage: true
        disable-contact-damage: false
        teleport-on-suffocation: false
        disable-void-damage: false
        teleport-on-void-falling: false
        disable-explosion-damage: false
        disable-mob-damage: false
        disable-death-messages: false
    chest-protection:
        enable: false
        disable-off-check: false
    crops:
        disable-creature-trampling: true
        disable-player-trampling: true
    weather:
        prevent-lightning-strike-blocks: []
        disable-lightning-strike-fire: false
        disable-thunderstorm: false
        disable-weather: false
        disable-pig-zombification: false
        disable-powered-creepers: false
        always-raining: false
        always-thundering: false
    dynamics:
        disable-mushroom-spread: false
        disable-ice-melting: false
        disable-snow-melting: false
        disable-snow-formation: true
        disable-ice-formation: true
        disable-leaf-decay: false
        disable-grass-growth: false
    blacklist:
     
    # Deny flint and steel
    [259]
    ignore-groups=admin,owner,co-owner,moderator,semi-mod,architect,builder+,builder,donator
    on-place=deny,tell
     
    # Deny Lava
    [10,11,327]
    ignore-groups=admin,owner,co-owner,moderator,donator
    on-place=deny,tell
    on-use=deny,tell
     
    # Deny Water
    [8,9,326]
    ignore-groups=admin,owner,co-owner,moderator,semi-mod,architect,builder+,donator
    on-place=deny,tell
    on-use=deny,tell
        use-as-whitelist: false
        logging:
            console:
                enable: true
            database:
                enable: false
                dsn: jdbc:mysql://localhost:3306/minecraft
                user: root
                pass: nebben
                table: blacklist_events
            file:
                enable: false
                path: worldguard/logs/%Y-%m-%d.log
                open-files: 10
    summary-on-start: true
    Please, can someone tell me whats wrong?
     
  2. Offline

    frdmn

    You don't blacklist in your general .yml.

    You have a separate blacklist.txt for that!
     
  3. Offline

    bmw

    but i can cant i? why would they have it in there? it seems to be working i just want to fix the error
    or is this the reason im getting the error?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  4. Offline

    frdmn

    Try to indent all of the "blacklist:"-entries with four spaces.

    Edit: Wait. You can't add the blacklisted items in there. It's just the configurations for the blacklist behavior. Do it via blacklist.txt!
     
  5. Offline

    bmw

    ok thanks! it worked i just added it to all the worlds blacklists
     
Thread Status:
Not open for further replies.

Share This Page