Guest User

Untitled

a guest
Jun 23rd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. # ===[ Multiverse Inventories Config ]===
  2. settings:
  3. # This is the locale you wish to use.
  4. locale: en
  5. debug_mode: false
  6. # If this is true it will generate world groups for you based on MV worlds.
  7. first_run: false
  8. # Level of debugging information to display.
  9. # 0 = off, 1-3 increasing amount of debug spam.
  10. debug_level: 0
  11. # This is where you configure your world groups
  12. # example below:
  13. # groups:
  14. # example_group:
  15. # worlds:
  16. # - world1
  17. # - world2
  18. # shares:
  19. # - all
  20. # In this example, world1 and world2 will share everything sharable.
  21. # When things are shared this means they are the SAME for each world listed in the group.
  22. # Options for shares: inventory, exp, health, hunger, beds
  23. # Worlds not listed in a group will have a separate personal inventory/stats/bed.
  24.  
  25. default:
  26. worlds:
  27. - world_nether
  28. - world
  29. shares:
  30. - '*'
  31. Survival:
  32. worlds:
  33. - Survival_nether
  34. - Survival
  35. shares:
  36. - '*'
  37. skylands:
  38. worlds:
  39. - skylands_nether
  40. - skylands
  41. shares:
  42. - '*'
  43. vipworld:
  44. worlds:
  45. - vipworld_nether
  46. - vipworld
  47. shares:
  48. - '*'
Add Comment
Please, Sign In to add comment