TKArchie

chickenchunks.cfg

Jun 19th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. #ChunkLoader Configuration File
  2. #Deleting any element will restore it to it's default value
  3. #Block ID's will be automatically generated the first time it's run
  4.  
  5.  
  6. #Per player chunk limiting. Values ignored if 0.
  7. #Simply add <username>=<value>
  8. players
  9. {
  10. __TKArchie=20
  11. #Forge gives everyone 12500 by default
  12. DEFAULT=20
  13. #For server op's only.
  14. OP=20
  15. }
  16.  
  17. #If set to false, players will have to be logged in for their chunkloaders to work.
  18. #Simply add <username>=<true|false>
  19. allowoffline
  20. {
  21. DEFAULT=false
  22. OP=false
  23. }
  24.  
  25. #Set to false to deny a player access to the chunk viewer
  26. allowchunkviewer
  27. {
  28. DEFAULT=true
  29. OP=true
  30. }
  31.  
  32. #The number of minutes since last login within which chunks from a player will remain active, 0 for infinite.
  33. awayTimeout=0
  34.  
  35. block.id=243
  36.  
  37. #The number of ticks to wait between attempting to unload orphaned chunks
  38. cleanuptime=0
  39.  
  40. #The maximum number of chunks per chunkloader
  41. maxchunks=9
  42.  
  43. #Set to false to disable the automatic reloading of mystcraft dimensions on server restart
  44. reload-dimensions=true
Advertisement
Add Comment
Please, Sign In to add comment