Advertisement
Guest User

Untitled

a guest
Feb 15th, 2016
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. $ java -jar spongevanilla-1.8.9-3.1.0-BETA-246.jar -Xmx=1024M
  2. 2016-02-15 21:30:13,059 WARN Disabling terminal, you're running in an unsupported environment.
  3. [21:30:13 WARN] [Sponge]: Found unrecognized command line option(s): [-Xmx=1024M]
  4. [21:30:13 INFO] [Sponge]: Initializing Sponge...
  5. [21:30:13 INFO] [Sponge]: De-obfuscation mappings are provided by MCP (http://www.modcoderpack.com)
  6. [21:30:13 INFO] [Sponge]: Searching for plugins...
  7. [21:30:13 INFO] [Sponge]: 1 plugin(s) found
  8. [21:30:13 INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.5.1 Source=file:/P:/Cours/Web%20services/Projets/Ikkacraft/spongepur/spongevanilla-1.8.9-3.1.0-BETA-246.jar Env=UNKNOWN
  9. [21:30:13 INFO] [mixin]: Compatibility level set to JAVA_8
  10. [21:30:13 INFO] [Sponge]: Initialization finished. Starting Minecraft server...
  11. [21:30:19 WARN] [mixin]: Method overwrite conflict for checkBiomeBounds in mixins.common.core.json:world.MixinWorld_Tracker, previously written by org.spongepowered.common.mixin.core.world.MixinWorld. Skipping method.
  12. [21:30:19 WARN] [mixin]: Method overwrite conflict for checkBlockBounds in mixins.common.core.json:world.MixinWorld_Tracker, previously written by org.spongepowered.common.mixin.core.world.MixinWorld. Skipping method.
  13. [21:30:19 INFO]: Starting minecraft server version 1.8.9
  14. [21:30:19 WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
  15. [21:30:19 INFO] [Sponge]: Loading Sponge...
  16. [21:30:21 INFO] [Sponge]: Loading plugins...
  17. [21:30:21 INFO] [Sponge]: Loaded plugin: IkkaNomy 1.0 (from mods\ikkaNomy-1.0-SNAPSHOT.jar)
  18. [21:30:21 INFO] [Sponge]: Initializing plugins...
  19. [21:30:21 INFO]: Loading properties
  20. [21:30:21 INFO]: Default game type: SURVIVAL
  21. [21:30:21 INFO]: Generating keypair
  22. [21:30:21 INFO]: Starting Minecraft server on *:25565
  23. [21:30:21 INFO]: Using default channel type
  24. [21:30:21 INFO] [Sponge]: Successfully loaded and initialized plugins.
  25. [21:30:21 INFO]: Preparing level "world"
  26. [21:30:21 WARN] [Sponge]: Multi-world capability has been disabled via [allow-nether] in [server.properties]. All dimensions besides [world}] will be skipped.
  27. [21:30:21 INFO] [Sponge]: Checking for worlds that need to be migrated...
  28. [21:30:21 INFO] [Sponge]: No worlds were found in need of migration.
  29. [21:30:21 INFO] [Sponge]: Loading dimension 0 (IkkaWorld) (DedicatedServer)
  30. [21:30:21 INFO]: Preparing start region for level 0 (IkkaWorld)
  31. [21:30:22 INFO]: Preparing start region for level 0 (IkkaWorld)
  32. [21:30:22 INFO] [IkkaNomy]: IkkaNomy a recu l'instruction start
  33. [21:30:22 INFO]: Done (0,547s)! For help, type "help" or "?"
  34. [21:30:22 INFO] [Sponge]: Timings Reset
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement