Worldedit Error

Discussion in 'Bukkit Help' started by 117n00b, Oct 28, 2011.

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

    117n00b

    I am making a minecraft server, and have made many before.
    I use the simpleserver wrapper, and every time Worldedit works, but when i updated my server and Worldedit, it won't load...
    This is a really wierd issue i have been trying to solve all night...
    Heres the log
    Code:
    2011-10-28 13:45:10 [INFO] Starting minecraft server version Beta 1.8.1
    2011-10-28 13:45:10 [INFO] Loading properties
    2011-10-28 13:45:10 [INFO] Starting Minecraft server on 127.0.0.1:25566
    2011-10-28 13:45:10 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-10-28 13:45:10 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-10-28 13:45:10 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-10-28 13:45:10 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-10-28 13:45:10 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1131-g86b7fa8-b1337jnks (MC: 1.8.1)
    2011-10-28 13:45:11 [SEVERE] Could not load 'plugins\WorldGuard.jar' in folder 'plugins':
    java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/CommandException
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:170)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:215)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:136)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:112)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: com.sk89q.minecraft.util.commands.CommandException
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 11 more
    2011-10-28 13:45:11 [INFO] Preparing level "Omna-Ville"
    2011-10-28 13:45:11 [INFO] Default game type: 0
    2011-10-28 13:45:11 [INFO] Preparing start region for level 0 (Seed: -1789825081)
    2011-10-28 13:45:12 [INFO] Preparing spawn area: 56%
    2011-10-28 13:45:13 [INFO] Preparing start region for level 1 (Seed: -1789825081)
    2011-10-28 13:45:13 [INFO] Preparing spawn area: 32%
    2011-10-28 13:45:14 [INFO] [MagicCarpet] Loading saved carpets...
    2011-10-28 13:45:14 [INFO] [MagicCarpet] version 2.0.4 is enabled!
    2011-10-28 13:45:14 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-10-28 13:45:14 [INFO] [MakeEmSpawn] Loading...
    2011-10-28 13:45:14 [INFO] [MakeEmSpawn] not using Permissions. Permissions not detected
    2011-10-28 13:45:14 [INFO] [MakeEmSpawn] Loaded!
    2011-10-28 13:45:14 [INFO] [WeatherGod] Permission system not detected. Defaulting to Op.
    2011-10-28 13:45:14 [INFO] WeatherGod version 0.31 is enabled!
    2011-10-28 13:45:15 [INFO] [Jail] Loaded 0 jail zones.
    2011-10-28 13:45:15 [INFO] [Jail] Loaded 0 prisoners.
    2011-10-28 13:45:15 [INFO] [Jail] Loaded 0 cells.
    2011-10-28 13:45:15 [INFO] [Jail] Jail v2.0.3 loaded!
    2011-10-28 13:45:15 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-10-28 13:45:15 [INFO] Done (0.392s)! For help, type "help" or "?"
    2011-10-28 13:45:16 [INFO] [Server] Saving Map...
    2011-10-28 13:45:16 [INFO] CONSOLE: Forcing save..
    2011-10-28 13:45:17 [INFO] CONSOLE: Save complete.
    2011-10-28 13:45:17 [INFO] [Server] Backing up...
    2011-10-28 13:45:17 [INFO] CONSOLE: Disabling level saving..
    2011-10-28 13:45:19 [INFO] CONSOLE: Enabling level saving..
    2011-10-28 13:45:21 [INFO] [Server] Backup Complete!
    2011-10-28 13:46:41 [INFO] CONSOLE: Stopping the server..
    2011-10-28 13:46:41 [INFO] Stopping server
    2011-10-28 13:46:41 [INFO] [MagicCarpet] Saving carpets...
    2011-10-28 13:46:41 [INFO] Magic Carpet disabled. Thanks for trying the plugin!
    2011-10-28 13:46:41 [INFO] [MakeEmSpawn] Disabled!
    2011-10-28 13:46:41 [INFO] WeatherGod disabled!
    2011-10-28 13:46:41 [INFO] Saving chunks
    2011-10-28 13:46:42 [INFO] Stopping server
    
     
  2. Offline

    Darq

    @117n00b That's WorldGuard you're trying to load, and you're getting errors because you don't HAVE WorldEdit which is WorldGuard's dependency.
     
  3. Offline

    117n00b

    I DO have WorldEdit, but it says using bukkit default permissions, and gens an empty worldedit folder in plugins
    *EDIT* i put the worldedit jar in now, it just gives me an empty folder. heres the log
    Code:
    2011-10-28 14:01:35 [INFO] Starting minecraft server version Beta 1.8.1
    2011-10-28 14:01:35 [INFO] Loading properties
    2011-10-28 14:01:35 [INFO] Starting Minecraft server on 127.0.0.1:25566
    2011-10-28 14:01:35 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-10-28 14:01:35 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-10-28 14:01:35 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-10-28 14:01:35 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-10-28 14:01:35 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1131-g86b7fa8-b1337jnks (MC: 1.8.1)
    2011-10-28 14:01:36 [INFO] Preparing level "Omna-Ville"
    2011-10-28 14:01:36 [INFO] Default game type: 0
    2011-10-28 14:01:36 [INFO] Preparing start region for level 0 (Seed: -1789825081)
    2011-10-28 14:01:37 [INFO] Preparing spawn area: 56%
    2011-10-28 14:01:37 [INFO] Preparing start region for level 1 (Seed: -1789825081)
    2011-10-28 14:01:38 [INFO] Preparing spawn area: 40%
    2011-10-28 14:01:39 [INFO] [MagicCarpet] Loading saved carpets...
    2011-10-28 14:01:39 [INFO] [MagicCarpet] version 2.0.4 is enabled!
    2011-10-28 14:01:39 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-10-28 14:01:39 [INFO] [MakeEmSpawn] Loading...
    2011-10-28 14:01:39 [INFO] [MakeEmSpawn] not using Permissions. Permissions not detected
    2011-10-28 14:01:39 [INFO] [MakeEmSpawn] Loaded!
    2011-10-28 14:01:39 [INFO] [WeatherGod] Permission system not detected. Defaulting to Op.
    2011-10-28 14:01:39 [INFO] WeatherGod version 0.31 is enabled!
    2011-10-28 14:01:39 [INFO] WorldEdit 4.7 enabled.
    2011-10-28 14:01:39 [SEVERE] WorldEdit: Unable to read default configuration: config.yml
    2011-10-28 14:01:39 [INFO] WEPIF: Updated config file
    2011-10-28 14:01:39 [INFO] WorldEdit: Using the Bukkit Permissions API.
    2011-10-28 14:01:39 [INFO] WEPIF: Updated config file
    2011-10-28 14:01:39 [INFO] WorldGuard: Using the Bukkit Permissions API.
    2011-10-28 14:01:39 [SEVERE] WorldGuard: Unable to read default configuration: blacklist.txt
    2011-10-28 14:01:39 [WARNING] WorldGuard blacklist does not exist.
    2011-10-28 14:01:39 [INFO] WorldGuard: (Omna-Ville) Single session is enforced.
    2011-10-28 14:01:39 [INFO] WorldGuard: (Omna-Ville) TNT ignition is PERMITTED.
    2011-10-28 14:01:39 [INFO] WorldGuard: (Omna-Ville) Lighters are PERMITTED.
    2011-10-28 14:01:39 [INFO] WorldGuard: (Omna-Ville) Lava fire is blocked.
    2011-10-28 14:01:39 [INFO] WorldGuard: (Omna-Ville) Fire spread is UNRESTRICTED.
    2011-10-28 14:01:39 [INFO] WorldGuard: Loaded configuration for world 'Omna-Ville"
    2011-10-28 14:01:39 [SEVERE] WorldGuard: Unable to read default configuration: blacklist.txt
    2011-10-28 14:01:39 [WARNING] WorldGuard blacklist does not exist.
    2011-10-28 14:01:39 [INFO] WorldGuard: (Omna-Ville_nether) Single session is enforced.
    2011-10-28 14:01:39 [INFO] WorldGuard: (Omna-Ville_nether) TNT ignition is PERMITTED.
    2011-10-28 14:01:39 [INFO] WorldGuard: (Omna-Ville_nether) Lighters are PERMITTED.
    2011-10-28 14:01:39 [INFO] WorldGuard: (Omna-Ville_nether) Lava fire is blocked.
    2011-10-28 14:01:39 [INFO] WorldGuard: (Omna-Ville_nether) Fire spread is UNRESTRICTED.
    2011-10-28 14:01:39 [INFO] WorldGuard: Loaded configuration for world 'Omna-Ville_nether"
    2011-10-28 14:01:39 [WARNING] WorldGuard: Region file for world "Omna-Ville" missing or inaccessible.
    2011-10-28 14:01:39 [WARNING] WorldGuard: Region file for world "Omna-Ville_nether" missing or inaccessible.
    2011-10-28 14:01:39 [INFO] WorldGuard 5.3 enabled.
    2011-10-28 14:01:40 [INFO] [Jail] Loaded 0 jail zones.
    2011-10-28 14:01:40 [INFO] [Jail] Loaded 0 prisoners.
    2011-10-28 14:01:40 [INFO] [Jail] Loaded 0 cells.
    2011-10-28 14:01:40 [INFO] [Jail] Jail v2.0.3 loaded!
    2011-10-28 14:01:40 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-10-28 14:01:40 [INFO] Done (0.441s)! For help, type "help" or "?"
    2011-10-28 14:01:55 [INFO] CONSOLE: Stopping the server..
    2011-10-28 14:01:55 [INFO] Stopping server
    2011-10-28 14:01:55 [INFO] [MagicCarpet] Saving carpets...
    2011-10-28 14:01:55 [INFO] Magic Carpet disabled. Thanks for trying the plugin!
    2011-10-28 14:01:55 [INFO] [MakeEmSpawn] Disabled!
    2011-10-28 14:01:55 [INFO] WeatherGod disabled!
    2011-10-28 14:01:55 [INFO] WorldGuard 5.3 disabled.
    2011-10-28 14:01:55 [INFO] Saving chunks
    
     
  4. Offline

    Darq

    @117n00b I see nothing about WorldEdit in your server log.
    If you've got it, which version do you have? The latest from the thread is slightly broken for windows, but it still works, and has been fixed in a later dev build, & if you have a dev build, you need to rename the jar to WorldEdit.jar for it to work.
     
  5. Offline

    117n00b

    ok read the last post again i changed it
     
  6. Offline

    Darq

    Read my edited post.
     
  7. Offline

    117n00b

    Okay i have worldedit 4.7, the jar file is Worldedit.jar
     
  8. Offline

    Darq

  9. Offline

    117n00b

    thank you

    i just used it, WorldEdit says it loads. but i cannot use any commands or tools eg. i use compass, it doesn't work

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

    Lolmewn

    You do have Permissions, right?
     
  11. Offline

    117n00b

    no permissions plugin, i use simpleserver's permissions

    it says its activated, but it just doesnt work, worldguard wont work either

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

    kirontanvir11

    I had the same problem just today and i asked someone to help me whos the best plugin tech wizard i know
    ill keep you posted on what i find out but i think the easiest way to solve this is to make your own config.yml file by making a empty notepad and naming it config.yml
    (ps i made this account here to advertise my server which im thinking of releasing after these three months of configurations)

    Leaguejonin - kirontanvir11
     
Thread Status:
Not open for further replies.

Share This Page