foxtekkit

Untitled

Apr 29th, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 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. #Per player chunk limiting. Values ignored if 0.:Simply add <username>=<value>
  6. players
  7. {
  8. #Forge gives everyone 12500 by default
  9. DEFAULT=10
  10. #For server op's only.
  11. OP=5000
  12. }
  13.  
  14. #If set to false, players will have to be logged in for their chunkloaders to work.:Simply add <username>=<true|false>
  15. allowoffline
  16. {
  17. DEFAULT=false
  18. OP=true
  19. }
  20.  
  21. #Set to false to deny a player access to the chunk viewer
  22. allowchunkviewer
  23. {
  24. DEFAULT=true
  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=5
  30.  
  31. block.id=781
  32.  
  33. checkUpdates=false
  34.  
  35. #The number of ticks to wait between attempting to unload orphaned chunks
  36. cleanuptime=1200
  37.  
  38. #The maximum number of chunks per chunkloader
  39. maxchunks=100
  40.  
  41. #Enabling this lets OPs alter other player's chunkloaders. WARNING: If you change a chunkloader, you have no idea what may break/explode by not being chunkloaded.
  42. op-interact=true
  43.  
  44. #Set to false to disable the automatic reloading of mystcraft dimensions on server restart
  45. reload-dimensions=true
Advertisement
Add Comment
Please, Sign In to add comment