13 lines
350 B
TOML
13 lines
350 B
TOML
|
|
||
|
#Limits for chunk loading
|
||
|
[chunkLoadingLimits]
|
||
|
#Maximum ticket count for the mod. Zero disables chunkloading capabilities.
|
||
|
#Range: > 0
|
||
|
maximumModTickets = 200
|
||
|
#The number of tickets a player can be assigned instead of a mod. This is shared across all mods.
|
||
|
#Range: > 0
|
||
|
maximumPlayerTickets = 500
|
||
|
#Range: 0 ~ 225
|
||
|
maximumChunksPerTicket = 25
|
||
|
|