Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. Server Log:
  2.  
  3. [15:35:15] [Server thread/INFO]: Starting minecraft server version 1.7.2
  4. [15:35:16] [Server thread/INFO]: Loading properties
  5. [15:35:16] [Server thread/INFO]: Default game type: SURVIVAL
  6. [15:35:16] [Server thread/INFO]: Generating keypair
  7. [15:35:17] [Server thread/INFO]: Starting Minecraft server on *:25565
  8. [15:35:19] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.4-SNAPSHOT)
  9. [15:35:20] [Server thread/INFO]: Preparing level "world"
  10. [15:35:20] [Server thread/INFO]: Preparing start region for level 0 (Seed: 2641448663242581668)
  11. [15:35:21] [Thread-7/WARN]: Could not get information about this CraftBukkit version; perhaps you are running a custom one?: IOException
  12. [15:35:21] [Thread-7/WARN]: Could not get latest artifact information: IOException
  13. [15:35:21] [Server thread/INFO]: Preparing spawn area: 1%
  14. [15:35:22] [Server thread/INFO]: Preparing spawn area: 8%
  15. [15:35:23] [Server thread/INFO]: Preparing spawn area: 24%
  16. [15:35:24] [Server thread/INFO]: Preparing spawn area: 44%
  17. [15:35:25] [Server thread/INFO]: Preparing spawn area: 62%
  18. [15:35:26] [Server thread/INFO]: Preparing spawn area: 82%
  19. [15:35:27] [Server thread/INFO]: Preparing spawn area: 99%
  20. [15:35:27] [Server thread/INFO]: Preparing start region for level 1 (Seed: -6334987881253974007)
  21. [15:35:28] [Server thread/INFO]: Preparing spawn area: 12%
  22. [15:35:29] [Server thread/INFO]: Preparing spawn area: 31%
  23. [15:35:30] [Server thread/INFO]: Preparing spawn area: 46%
  24. [15:35:31] [Server thread/INFO]: Preparing spawn area: 55%
  25. [15:35:32] [Server thread/INFO]: Preparing spawn area: 67%
  26. [15:35:33] [Server thread/INFO]: Preparing spawn area: 82%
  27. [15:35:34] [Server thread/INFO]: Preparing spawn area: 98%
  28. [15:35:34] [Server thread/INFO]: Preparing start region for level 2 (Seed: -6334987881253974007)
  29. [15:35:35] [Server thread/INFO]: Preparing spawn area: 48%
  30. [15:35:36] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  31. [15:35:36] [Server thread/INFO]: Done (16.498s)! For help, type "help" or "?"
  32. [15:36:00] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 5270ms behind, skipping 105 tick(s)
  33. [15:36:01] [User Authenticator #1/INFO]: UUID of player Georgeownz is cb4625ba5eab4791ad2d4cb6e50b80e3
  34. [15:36:02] [Server thread/INFO]: Georgeownz[/127.0.0.1:62696] logged in with entity id 312 at ([world] 30.47698806490822, 74.0, 148.54248622623527)
  35. [15:36:10] [Server thread/INFO]: Georgeownz issued server command: /hello
  36. [15:36:13] [Server thread/INFO]: Georgeownz issued server command: /help
  37. [15:36:18] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 5994ms behind, skipping 119 tick(s)
  38. [15:36:23] [Server thread/INFO]: CONSOLE: Stopping the server..
  39. [15:36:23] [Server thread/INFO]: Stopping server
  40. [15:36:23] [Server thread/INFO]: Saving players
  41. [15:36:23] [Server thread/INFO]: Georgeownz lost connection: Server closed
  42. [15:36:23] [Server thread/INFO]: Georgeownz left the game.
  43. [15:36:23] [Server thread/INFO]: Saving worlds
  44. [15:36:23] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51. plugin.yml
  52.  
  53. name: MyFirstPlugin
  54. main: me.Phishy.MyFirstPlugin
  55. version: 1.0
  56. commands:
  57. hello:
  58. description: Blank description.
  59. usage: /<command>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement