Advertisement
Guest User

Untitled

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