Advertisement
Guest User

Untitled

a guest
Mar 13th, 2013
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. # Multiverse-Inventories Settings
  2.  
  3. # ===[ Multiverse Inventories Config ]===
  4. settings:
  5. # This is the locale you wish to use.
  6. locale: en
  7. # If this is true it will generate world groups for you based on MV worlds.
  8. first_run: false
  9. # If this is set to true, it will enable bypass permissions (Check the wiki for more info.)
  10. use_bypass: false
  11. # If set to true, any world not listed in a group will automatically use the settings for the default group!
  12. default_ungrouped_worlds: true
  13. # The default and suggested setting for this is FALSE.
  14. # False means Multiverse-Inventories will not attempt to load or save any player data when they log in and out.
  15. # That means that MINECRAFT will handle that exact thing JUST LIKE IT DOES NORMALLY.
  16. # Changing this to TRUE will have Multiverse-Inventories save player data when they log out and load it when they log in.
  17. # The biggest potential drawback here is that if your server crashes, player stats/inventories may be lost/rolled back!
  18. save_load_on_log_in_out: true
  19. # If this is set to true, players will have different inventories/stats for each game mode.
  20. # Please note that old data migrated to the version that has this feature will have their data copied for both game modes.
  21. use_game_mode_profiles: true
  22. shares:
  23. # When set to true, optional shares WILL be utilized in cases where a group does not cover their uses for a world.
  24. # An example of this in action would be an ungrouped world using last_location. When this is true, players will return to their last location in that world.
  25. # When set to false, optional shares WILL NOt be utilized in these cases, effectively disabling it for ungrouped worlds.
  26. optionals_for_ungrouped_worlds: true
  27. # You must specify optional shares you wish to use here or they will be ignored.
  28. # The only built in optional share is "economy"
  29. use_optionals: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement