Advertisement
Guest User

config

a guest
Feb 14th, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1.  
  2.  
  3.  
  4. settings:
  5. # Will make the plugin perform tasks only done on a first run (if any.)
  6. first_run: 'false'
  7. # This is the maximum size of any inventory. The default (54) is the size of a standard double chest.
  8. # You should only adjust this value if you are using mods that allow larger inventories.
  9. max_inventory_size: '54'
  10. language:
  11. # This is the language file you wish to use.
  12. file: english.yml
  13. # This is the locale you wish to use.
  14. locale: en
  15. # This is the interval (in seconds) at which a timer task will poll all 'accept_poll' chests to see if it should update.
  16. # This could potentially affect performance if you have LOTS of chests set to accept polling
  17. # To disable this polling feature, set this to 0
  18. restock_task_interval: '0'
  19. # 0 = off, 1-3 display debug info with increasing granularity.
  20. debug_level: '0'
  21. # These are worlds that all ChestRestock chests will be restocked in when Multiverse-Adventure resets the worlds.
  22. # Ignore this if you're not using Multiverse-Adventure
  23. restock_chests_reset_worlds:
  24. - hungergames
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement