R4b

ChickenChunks.cfg

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