Advertisement
blokizaki

CR_config

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