Advertisement
comniemeer

WorldGuard Error while enabling

Nov 1st, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.83 KB | None | 0 0
  1. [14:58:37] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.0.0-SNAPSHOT.1464-
  2. [14:58:37] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  3. [14:58:37] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  4. [14:58:37] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  5. [14:58:37] [Server thread/INFO]: [WorldGuard] (world) All fire spread is disabled.
  6. [14:58:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  7. [14:58:37] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  8. [14:58:37] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  9. [14:58:37] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  10. [14:58:37] [Server thread/INFO]: [WorldGuard] (world_the_end) All fire spread is disabled.
  11. [14:58:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  12. [14:58:37] [Server thread/INFO]: [WorldGuard] Loading region data...
  13. [14:58:37] [Server thread/INFO]: [WorldGuard] Unloading and saving region data that is currently loaded...
  14. [14:58:37] [Server thread/INFO]: [WorldGuard] Migrating regions in 'Hauptwelt_the_end' to convert names -> UUIDs...
  15. [14:58:37] [Server thread/INFO]: [WorldGuard] Migrating regions in 'Redstone' to convert names -> UUIDs...
  16. [14:58:37] [Server thread/INFO]: [WorldGuard] Migrating regions in 'kldb' to convert names -> UUIDs...
  17. [14:58:37] [Server thread/INFO]: [WorldGuard] Migrating regions in 'eventworld' to convert names -> UUIDs...
  18. [14:58:37] [Server thread/INFO]: [WorldGuard] Migrating regions in 'Hauptwelt' to convert names -> UUIDs...
  19. [14:58:37] [Server thread/INFO]: [WorldGuard] Migrating regions in 'skyworld' to convert names -> UUIDs...
  20. [14:58:37] [Server thread/INFO]: [WorldGuard] Migrating regions in 'eventwelt' to convert names -> UUIDs...
  21. [14:58:37] [Server thread/INFO]: [WorldGuard] Migrating regions in 'Event' to convert names -> UUIDs...
  22. [14:58:37] [Server thread/INFO]: [WorldGuard] Migrating regions in 'world_the_end' to convert names -> UUIDs...
  23. [14:58:37] [Server thread/INFO]: [WorldGuard] Migrating regions in 'world_nether' to convert names -> UUIDs...
  24. [14:58:37] [Server thread/INFO]: [WorldGuard] Migrating regions in 'world' to convert names -> UUIDs...
  25. [14:58:37] [Server thread/INFO]: [WorldGuard] Migrating regions in 'Abbau' to convert names -> UUIDs...
  26. [14:58:37] [Server thread/INFO]: [WorldGuard] Migrating regions in 'Freebuild' to convert names -> UUIDs...
  27. [14:58:37] [Server thread/INFO]: [WorldGuard] Resolving 57 name(s) into UUIDs... this may take a while.
  28. [14:58:42] [Timer-2/INFO]: [WorldGuard] UUIDs have been found for 44 name(s)...
  29. [14:58:43] [Server thread/INFO]: [WorldGuard] UUIDs resolved... now migrating all regions to UUIDs where possible...
  30. [14:58:43] [Server thread/INFO]: [WorldGuard] Loading region data for loaded worlds...
  31. [14:58:43] [Server thread/ERROR]: Error occurred while enabling WorldGuard v6.0.0-SNAPSHOT.1464- (Is it up to date?)
  32. java.lang.NullPointerException: The world was unloaded and the reference is unavailable
  33. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:204) ~[spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  34. at com.sk89q.worldedit.bukkit.BukkitWorld.getWorld(BukkitWorld.java:137) ~[?:?]
  35. at com.sk89q.worldedit.bukkit.BukkitWorld.getName(BukkitWorld.java:155) ~[?:?]
  36. at com.sk89q.worldguard.protection.flags.LocationFlag.marshal(LocationFlag.java:133) ~[?:?]
  37. at com.sk89q.worldguard.protection.flags.LocationFlag.marshal(LocationFlag.java:41) ~[?:?]
  38. at com.sk89q.worldguard.protection.managers.storage.file.YamlRegionFile.addMarshalledFlag(YamlRegionFile.java:312) ~[?:?]
  39. at com.sk89q.worldguard.protection.managers.storage.file.YamlRegionFile.getFlagData(YamlRegionFile.java:294) ~[?:?]
  40. at com.sk89q.worldguard.protection.managers.storage.file.YamlRegionFile.saveAll(YamlRegionFile.java:233) ~[?:?]
  41. at com.sk89q.worldguard.protection.managers.migration.UUIDMigration.migrate(UUIDMigration.java:87) ~[?:?]
  42. at com.sk89q.worldguard.protection.managers.migration.AbstractMigration.migrate(AbstractMigration.java:57) ~[?:?]
  43. at com.sk89q.worldguard.bukkit.RegionContainer.migrate(RegionContainer.java:280) ~[?:?]
  44. at com.sk89q.worldguard.bukkit.RegionContainer.autoMigrate(RegionContainer.java:299) ~[?:?]
  45. at com.sk89q.worldguard.bukkit.RegionContainer.initialize(RegionContainer.java:91) ~[?:?]
  46. at com.sk89q.worldguard.bukkit.WorldGuardPlugin.onEnable(WorldGuardPlugin.java:217) ~[?:?]
  47. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  48. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  49. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  50. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  51. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  52. at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  53. at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  54. at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  55. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  56. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  57. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement