WorldGuard not working anymore?

Discussion in 'Plugin Help/Development/Requests' started by MangoStarr, Dec 23, 2014.

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

    MangoStarr

    So I was running worldguard just fine on spigot 1.8 but now it will not start up anymore... I've removed all plugins except world edit and guard and it won't start up...

    Here is my startup code, maybe someone can shed some light as to whats going on?

    Code:
    23.12 12:34:19 [Server] Startup Done (6.147s)! For help, type "help" or "?"
    23.12 12:34:19 [Server] INFO Server permissions file permissions.yml is empty, ignoring it
    23.12 12:34:19 [Server] INFO at java.lang.Thread.run(Unknown Source) [?:1.7.0_21]
    23.12 12:34:19 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:494) [permgen.jar:git-Spigot-b8f6402-a646500]
    23.12 12:34:19 [Server] INFO at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211) [permgen.jar:git-Spigot-b8f6402-a646500]
    23.12 12:34:19 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325) [permgen.jar:git-Spigot-b8f6402-a646500]
    23.12 12:34:19 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370) [permgen.jar:git-Spigot-b8f6402-a646500]
    23.12 12:34:19 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402) [permgen.jar:git-Spigot-b8f6402-a646500]
    23.12 12:34:19 [Server] INFO at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:313) [permgen.jar:git-Spigot-b8f6402-a646500]
    23.12 12:34:19 [Server] INFO at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:352) [permgen.jar:git-Spigot-b8f6402-a646500]
    23.12 12:34:19 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [permgen.jar:git-Spigot-b8f6402-a646500]
    23.12 12:34:19 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [permgen.jar:git-Spigot-b8f6402-a646500]
    23.12 12:34:19 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[permgen.jar:git-Spigot-b8f6402-a646500]
    23.12 12:34:19 [Server] INFO at com.sk89q.worldguard.bukkit.WorldGuardPlugin.onEnable(WorldGuardPlugin.java:200) ~[?:?]
    23.12 12:34:19 [Server] INFO at com.sk89q.worldguard.bukkit.ConfigurationManager.load(ConfigurationManager.java:202) ~[?:?]
    23.12 12:34:19 [Server] INFO at com.sk89q.worldguard.bukkit.ConfigurationManager.get(ConfigurationManager.java:235) ~[?:?]
    23.12 12:34:19 [Server] INFO at com.sk89q.worldguard.bukkit.WorldConfiguration.<init>(WorldConfiguration.java:211) ~[?:?]
    23.12 12:34:19 [Server] INFO at com.sk89q.worldguard.bukkit.WorldConfiguration.loadConfiguration(WorldConfiguration.java:518) ~[?:?]
    23.12 12:34:19 [Server] INFO at com.sk89q.worldguard.bukkit.BukkitBlacklist.<init>(BukkitBlacklist.java:31) ~[?:?]
    23.12 12:34:19 [Server] INFO at com.sk89q.worldguard.blacklist.Blacklist.<init>(Blacklist.java:53) ~[?:?]
    23.12 12:34:19 [Server] INFO java.lang.NoSuchMethodError: com.google.common.cache.CacheBuilder.maximumSize(I)Lcom/google/common/cache/CacheBuilder;
    23.12 12:34:19 [Server] ERROR Error occurred while enabling WorldGuard v6.0.0-SNAPSHOT.1471- (Is it up to date?)
    23.12 12:34:18 [Server] INFO Enabling WorldGuard v6.0.0-SNAPSHOT.1471-
    23.12 12:34:18 [Server] INFO Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R1 as the Bukkit adapter
    23.12 12:34:18 [Server] INFO WEPIF: Using the Bukkit Permissions API.
    23.12 12:34:17 [Server] INFO Enabling WorldEdit v6.0.2-SNAPSHOT;3347-fe6717a0
    23.12 12:34:17 [Server] INFO Preparing start region for level 2 (Seed: 2349961472525985646)
    23.12 12:34:16 [Server] INFO Preparing start region for level 1 (Seed: 2349961472525985646)
    23.12 12:34:15 [Server] INFO Preparing spawn area: 64%
    23.12 12:34:14 [Server] INFO Preparing spawn area: 23%
    23.12 12:34:14 [Multicraft] Skipped 76 lines due to rate limit (30/s)
    23.12 12:34:13 [Server] INFO Custom Map Seeds:  Village: 10387312 Feature: 14357617
    23.12 12:34:13 [Server] INFO Max Entity Collisions: 8
    23.12 12:34:13 [Server] INFO Sending up to 10 chunks per packet
    23.12 12:34:13 [Server] INFO Structure Info Saving: true
    23.12 12:34:13 [Server] INFO Random Lighting Updates: false
    23.12 12:34:13 [Server] INFO Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
    23.12 12:34:13 [Server] INFO Alternative Hopper Ticking: false
    23.12 12:34:13 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    23.12 12:34:13 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16
    23.12 12:34:13 [Server] INFO Wheat Growth Modifier: 100%
    23.12 12:34:13 [Server] INFO Sapling Growth Modifier: 100%
    23.12 12:34:13 [Server] INFO Pumpkin Growth Modifier: 100%
    23.12 12:34:13 [Server] INFO Mushroom Growth Modifier: 100%
    23.12 12:34:13 [Server] INFO Melon Growth Modifier: 100%
    23.12 12:34:13 [Server] INFO Cane Growth Modifier: 100%
    23.12 12:34:13 [Server] INFO Cactus Growth Modifier: 100%
    23.12 12:34:13 [Server] INFO Nerfing mobs spawned from spawners: false
    23.12 12:34:13 [Server] INFO Replace Blocks: [1, 5]
    23.12 12:34:13 [Server] INFO Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
    23.12 12:34:13 [Server] INFO Engine Mode: 1
    23.12 12:34:13 [Server] INFO Anti X-Ray: true
    23.12 12:34:13 [Server] INFO Mob Spawn Range: 4
    23.12 12:34:13 [Server] INFO Max TNT Explosions: 100
    23.12 12:34:13 [Server] INFO -------- World Settings For [world] --------
    23.12 12:34:13 [Server] INFO Preparing level "world"
    23.12 12:34:13 [Server] INFO **** Beginning UUID conversion, this may take A LONG time ****
    23.12 12:34:13 [Server] INFO Loading WorldGuard v6.0.0-SNAPSHOT.1471-
    23.12 12:34:13 [Server] INFO Loading WorldEdit v6.0.2-SNAPSHOT;3347-fe6717a0
    23.12 12:34:13 [Server] INFO Set PluginClassLoader as parallel capable
    23.12 12:34:13 [Server] INFO Starting Minecraft server on 76.72.160.66:25740
    23.12 12:34:12 [Server] INFO Generating keypair
    23.12 12:34:12 [Server] INFO Using 4 threads for Netty based IO
    23.12 12:34:12 [Server] INFO Server Ping Player Sample Count: 12
    23.12 12:34:12 [Server] INFO Debug logging is disabled
    23.12 12:34:12 [Server] INFO This server is running CraftBukkit version git-Spigot-b8f6402-a646500 (MC: 1.8) (Implementing API version 1.8-R0.1-SNAPSHOT)
    23.12 12:34:11 [Server] INFO Default game type: SURVIVAL
    23.12 12:34:11 [Server] INFO Loading properties
    23.12 12:34:11 [Server] INFO Starting minecraft server version 1.8
    23.12 12:34:01 [Server] INFO Loading libraries, please wait...
    23.12 12:34:00 [Multicraft] Loaded config for "Mod: Permgen"
    23.12 12:34:00 [Multicraft] Starting server!
    23.12 12:34:00 [Multicraft] Loading server properties
    23.12 12:34:00 [Multicraft] Received start command
    cheers
     
  2. Offline

    Larry Newman

    1. 23.12 12:34:19 [Server] ERROR Error occurred while enabling WorldGuard v6.0.0-SNAPSHOT.1471- (Is it up to date?)
    I believe WorldGuard only goes up to 1.7.9. I'm pretty sure that means it's outdated.
    http://dev.bukkit.org/bukkit-plugins/worldguard/
     
  3. Offline

    mrCookieSlime

    Moved to Alternatives Section.
     
  4. Offline

    nverdier

    @MangoStarr Yes it's outdated, as you are using 1.8. md_5 updated it here.
     
Thread Status:
Not open for further replies.

Share This Page