Advertisement
Guest User

Chicken Chunks Config File

a guest
Feb 24th, 2015
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 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. #Forge gives everyone 12500 by default
  11. DEFAULT=12500
  12. #For server op's only.
  13. OP=5000
  14. }
  15.  
  16. #If set to false, players will have to be logged in for their chunkloaders to work.
  17. #Simply add <username>=<true|false>
  18. allowoffline
  19. {
  20. DEFAULT=false
  21. OP=true
  22. }
  23.  
  24. #Set to false to deny a player access to the chunk viewer
  25. allowchunkviewer
  26. {
  27. DEFAULT=true
  28. OP=true
  29. }
  30.  
  31. #The number of minutes since last login within which chunks from a player will remain active, 0 for infinite.
  32. awayTimeout=0
  33.  
  34. block.id=2048
  35.  
  36. #The number of ticks to wait between attempting to unload orphaned chunks
  37. cleanuptime=0
  38.  
  39. #The maximum number of chunks per chunkloader
  40. maxchunks=15
  41.  
  42. #Set to false to disable the automatic reloading of mystcraft dimensions on server restart
  43. reload-dimensions=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement