Guest User

Multiverse-Inventories Config

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