Guest User

Untitled

a guest
Oct 21st, 2020
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 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. - Abbau
  24. - nether
  25. - end
  26. - world_nether
  27. - world_the_end
  28. default-gamemode: SURVIVAL
  29. creative:
  30. worlds:
  31. - creative
  32. default-gamemode: CREATIVE
  33. acidwelten:
  34. worlds:
  35. - acidisland
  36. - acidisland_nether
  37. - acidisland_the_end
  38. default-gamemode: SURVIVAL
  39. survival:
  40. worlds:
  41. - survival
  42. - survival_nether
  43. - survival_end
  44. - survival_abbau
  45. - survival_the_end
  46. default-gamemode: SURVIVAL
  47. buildbattle:
  48. worlds:
  49. - BuildBattle
  50. default-gamemode: CREATIVE
  51. thelab:
  52. worlds:
  53. - TheLab
  54. default-gamemode: SURVIVAL
  55. event:
  56. worlds:
  57. - event
  58. default-gamemode: SURVIVAL
  59.  
Add Comment
Please, Sign In to add comment