Advertisement
Guest User

Untitled

a guest
Apr 10th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.46 KB | None | 0 0
  1. # # options.debug: must the debug output be printed?
  2. # # options.difficulty: what is the server diffecalty?
  3. # # options.locale: what set of lang files must be used, supported: en_US, nl_NL, de_DE, it_IT
  4. options:
  5.   debug: false
  6.   difficulty: 2
  7.   usecreativemode: true
  8.   usecreativemodeinv: true
  9.   useportalhandler: true
  10.   locale: en_us
  11.   useEndPortalHandler: true
  12.   useWorldChatSeperator: false
  13.   blockEnderChestInCrea: true
  14. worlds:
  15.   world:
  16.     seed: 2006504462535186044
  17.     worldgen: NORMAL
  18.     options: ''
  19.     difficulty: 2
  20.     autoload: true
  21.     flags:
  22.       SPAWNMONSTER: false
  23.       PVP: false
  24.   other_world_the_end:
  25.     seed: 3327780
  26.     worldgen: THE_END
  27.     options: ''
  28.     difficulty: 2
  29.     autoload: true
  30.     flags:
  31.       SPAWNMONSTER: true
  32.       SPAWNANIMAL: true
  33.       PVP: true
  34.       REMEMBERSPAWN: true
  35.       CREATIVEWORLD: false
  36.       SAVEON: true
  37.     endportal: other_world
  38.   other_world:
  39.     seed: 0
  40.     worldgen: NORMAL
  41.     options: ''
  42.     difficulty: 2
  43.     autoload: true
  44.     flags:
  45.       SPAWNMONSTER: true
  46.       SPAWNANIMAL: true
  47.       CREATIVEWORLD: false
  48.     netherportal: other_world_nether
  49.     endportal: other_world_the_end
  50.   other_world_nether:
  51.     seed: 0
  52.     worldgen: NETHER
  53.     options: ''
  54.     difficulty: 2
  55.     autoload: true
  56.     flags:
  57.       SPAWNMONSTER: true
  58.       SPAWNANIMAL: false
  59.       PVP: true
  60.       REMEMBERSPAWN: true
  61.       CREATIVEWORLD: false
  62.       SAVEON: true
  63.     netherportal: other_world
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement