Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2014
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. # # options.debug: must the debug output be printed?
  2. # # options.difficulty: what is the server diffeculty?
  3. # # options.locale: what set of lang files must be used, supported: en_US, nl_NL, de_DE, it_IT
  4. # # spawnGroup: used to set withs worlds have what spawn, difficult to use. see official site for details
  5. options:
  6. debug: false
  7. difficulty: 3
  8. locale: en_US
  9. usecreativemode: false
  10. usecreativemodeinv: true
  11. blockEnderChestInCrea: false
  12. useEndPortalHandler: true
  13. useportalhandler: true
  14. useWorldSpawnHandler: false
  15. useWorldChatSeperator: false
  16. worlds:
  17. eventos:
  18. seed: -2795458704357037994
  19. worldgen: Normal
  20. options: ''
  21. difficulty: HARD
  22. autoload: true
  23. nuevo:
  24. seed: -6678774058219824082
  25. worldgen: Normal
  26. options: ''
  27. difficulty: HARD
  28. autoload: true
  29. netherportal: world_nether
  30. recursos:
  31. seed: 4267223759642159846
  32. worldgen: Normal
  33. options: ''
  34. difficulty: HARD
  35. autoload: true
  36. netherportal: world_nether
  37. endportal: world_the_end
  38. world:
  39. seed: 83188
  40. worldgen: Normal
  41. options: ''
  42. difficulty: HARD
  43. autoload: true
  44. netherportal: world_nether
  45. world_nether:
  46. seed: 83188
  47. worldgen: Nether
  48. options: ''
  49. difficulty: HARD
  50. autoload: true
  51. world_the_end:
  52. seed: 83188
  53. worldgen: The_End
  54. options: ''
  55. difficulty: EASY
  56. autoload: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement