Advertisement
Guest User

Untitled

a guest
Jul 27th, 2012
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. # Multiverse-Inventories Settings/Groups
  2.  
  3. # ===[ Multiverse Inventories Config ]===
  4. settings:
  5. # This is the locale you wish to use.
  6. locale: en
  7. # Level of debugging information to display.
  8. # 0 = off, 1-3 increasing amount of debug spam.
  9. debug_level: 0
  10. # If this is true it will generate world groups for you based on MV worlds.
  11. first_run: false
  12. # If this is set to true, it will enable bypass permissions (Check the wiki for more info.)
  13. use_bypass: false
  14. # If set to true, any world not listed in a group will automatically use the settings for the default group!
  15. default_ungrouped_worlds: false
  16. shares:
  17. # You must specify optional shares you wish to use here or they will be ignored.
  18. # The only built in optional share is "economy"
  19. use_optionals: []
  20. # This is where you configure your world groups
  21. # example below:
  22. # groups:
  23. # example_group:
  24. # worlds:
  25. # - world1
  26. # - world2
  27. # shares:
  28. # - all
  29. # In this example, world1 and world2 will share everything sharable.
  30. # When things are shared this means they are the SAME for each world listed in the group.
  31. # Options for shares: inventory, exp, health, hunger, beds
  32. # Worlds not listed in a group will have a separate personal inventory/stats/bed UNLESS default_ungrouped_worlds is true
  33. groups:
  34. default:
  35. worlds:
  36. - world_nether
  37. - world
  38. - world_the_end
  39. shares:
  40. - all
  41. Hardcore:
  42. - Hardcore_the_end
  43. - Hardcore_nether
  44. - Hardcore
  45. survival:
  46. - Survival_the_end
  47. - Survival_nether
  48. - Survial
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement