Advertisement
Guest User

Untitled

a guest
Jan 1st, 2016
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. java -jar spongevanilla-1.8-3.0.0-BETA-129.jar
  2. [22:45:09 INFO] [Sponge]: Initializing Sponge...
  3. [22:45:09 INFO] [Sponge]: De-obfuscation mappings are provided by MCP (http://www.modcoderpack.com)
  4. [22:45:10 INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.4.7 Source=file:/E:/Project%20Cold%20Fusion/Servers/Server-2-Sponge/spongevanilla-1.8-3.0.0-BETA-129.jar Env=UNKNOWN
  5. [22:45:10 INFO] [mixin]: Compatibility level set to JAVA_8
  6. [22:45:10 INFO] [Sponge]: Initialization finished. Starting Minecraft server...
  7. [22:45:15 INFO]: Starting minecraft server version 1.8
  8. [22:45:15 INFO] [Sponge]: Loading Sponge...
  9. [22:45:16 INFO] [Sponge]: Loading plugins...
  10. [22:45:16 ERROR] [Sponge]: Failed to load plugin: ninja.leaping.permissionsex.sponge.PermissionsExPlugin (from mods\PermissionsEx-Sponge (2).jar)
  11. java.lang.NoClassDefFoundError: org/spongepowered/api/service/ProviderExistsException
  12. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_31]
  13. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_31]
  14. at org.spongepowered.server.plugin.VanillaPluginManager.loadPlugins(VanillaPluginManager.java:103) [VanillaPluginManager.class:1.8-3.0.0-BETA-129]
  15. at org.spongepowered.server.plugin.VanillaPluginManager.loadPlugins(VanillaPluginManager.java:94) [VanillaPluginManager.class:1.8-3.0.0-BETA-129]
  16. at org.spongepowered.server.SpongeVanilla.preInitialize(SpongeVanilla.java:105) [SpongeVanilla.class:1.8-3.0.0-BETA-129]
  17. at net.minecraft.server.dedicated.DedicatedServer.onServerLoad(SourceFile:58) [po.class:?]
  18. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(SourceFile:97) [po.class:?]
  19. at net.minecraft.server.MinecraftServer.run(SourceFile:417) [MinecraftServer.class:?]
  20. at java.lang.Thread.run(Unknown Source) [?:1.8.0_31]
  21. Caused by: java.lang.ClassNotFoundException: org.spongepowered.api.service.ProviderExistsException
  22. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
  23. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_31]
  24. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_31]
  25. ... 9 more
  26. Caused by: java.lang.NullPointerException
  27. [22:45:16 INFO] [Sponge]: Initializing plugins...
  28. [22:45:16 INFO]: Loading properties
  29. [22:45:16 INFO]: Default game type: SURVIVAL
  30. [22:45:16 INFO]: Generating keypair
  31. [22:45:16 INFO]: Starting Minecraft server on 127.0.0.1:25565
  32. [22:45:16 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  33. [22:45:16 WARN]: The server will make no attempt to authenticate usernames. Beware.
  34. [22:45:16 WARN]: 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.
  35. [22:45:16 WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  36. [22:45:16 INFO] [Sponge]: Successfully loaded and initialized plugins.
  37. [22:45:16 INFO]: Preparing level "world"
  38. [22:45:16 INFO] [Sponge]: Checking for worlds that need to be migrated...
  39. [22:45:16 INFO] [Sponge]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@6c58904e)
  40. [22:45:16 INFO] [Sponge]: Loading dimension -1 (DIM-1) (net.minecraft.server.dedicated.DedicatedServer@6c58904e)
  41. [22:45:16 INFO] [Sponge]: Loading dimension 1 (DIM1) (net.minecraft.server.dedicated.DedicatedServer@6c58904e)
  42. [22:45:16 INFO] [Sponge]: Loading dimension 3 (DIM3) (net.minecraft.server.dedicated.DedicatedServer@6c58904e)
  43. [22:45:16 INFO] [Sponge]: Loading dimension 2 (DIM2) (net.minecraft.server.dedicated.DedicatedServer@6c58904e)
  44. [22:45:16 INFO]: Preparing start region for level 0 (world)
  45. [22:45:17 INFO]: Preparing start region for level -1 (DIM-1)
  46. [22:45:18 INFO]: Preparing start region for level 1 (DIM1)
  47. [22:45:18 INFO]: Preparing start region for level 3 (DIM3)
  48. [22:45:18 INFO]: Preparing start region for level 2 (DIM2)
  49. [22:45:19 INFO]: Done (2.858s)! For help, type "help" or "?"
  50. [22:45:19 INFO] [Sponge]: Timings Reset
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement