Beaupedia

Untitled

Jul 4th, 2016
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. # In this file you define your groups and the worlds in them.
  2. # Follow this format:
  3. # groups:
  4. # default:
  5. # worlds:
  6. # - world
  7. # - world_nether
  8. # - world_the_end
  9. # default-gamemode: SURVIVAL
  10. # creative:
  11. # worlds:
  12. # - creative
  13. # default-gamemode: CREATIVE
  14. #
  15. # 'default' and 'creative' are the names of the groups
  16. # worlds: is a list of all worlds in the group
  17. # If you have 'manage-gamemodes' set to true in the main config, the server
  18. # will use the 'default-gamemode' here to know what gamemode to put users in.
  19. groups:
  20. default:
  21. worlds:
  22. - world
  23. - world_nether
  24. - world_the_end
  25. default-gamemode: SURVIVAL
  26. creative:
  27. worlds:
  28. - creative
  29. - pixel
  30. - mars
  31. - city
  32. default-gamemode: CREATIVE
Add Comment
Please, Sign In to add comment