mirror of
https://github.com/Adam-Ant/community-chest
synced 2025-07-17 06:06:18 +00:00
Initial Commit
This commit is contained in:
42
src/config/ChickenChunks.cfg
Normal file
42
src/config/ChickenChunks.cfg
Normal file
@@ -0,0 +1,42 @@
|
||||
#ChunkLoader Configuration File
|
||||
#Deleting any element will restore it to it's default value
|
||||
|
||||
#Per player chunk limiting. Values ignored if 0.:Simply add <username>=<value>
|
||||
players
|
||||
{
|
||||
#Forge gives everyone 12500 by default
|
||||
DEFAULT=5000
|
||||
#For server op's only.
|
||||
OP=5000
|
||||
}
|
||||
|
||||
#If set to false, players will have to be logged in for their chunkloaders to work.:Simply add <username>=<true|false>
|
||||
allowoffline
|
||||
{
|
||||
DEFAULT=true
|
||||
OP=true
|
||||
}
|
||||
|
||||
#Set to false to deny a player access to the chunk viewer
|
||||
allowchunkviewer
|
||||
{
|
||||
DEFAULT=true
|
||||
OP=true
|
||||
}
|
||||
|
||||
#The number of minutes since last login within which chunks from a player will remain active, 0 for infinite.
|
||||
awayTimeout=2880
|
||||
|
||||
checkUpdates=true
|
||||
|
||||
#The number of ticks to wait between attempting to unload orphaned chunks
|
||||
cleanuptime=1200
|
||||
|
||||
#The maximum number of chunks per chunkloader
|
||||
maxchunks=400
|
||||
|
||||
#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.
|
||||
op-interact=false
|
||||
|
||||
#Set to false to disable the automatic reloading of mystcraft dimensions on server restart
|
||||
reload-dimensions=true
|
Reference in New Issue
Block a user