14 lines
333 B
TOML
14 lines
333 B
TOML
|
|
[Buffer]
|
|
#New size of server compatibility packet buffer, in bytes.
|
|
#Default: 100000
|
|
#Range: > 32767
|
|
newPaketBufferSize = 100000
|
|
|
|
["Ignored Mods"]
|
|
#Client-side mod IDs that will be ignored if not present on the server.
|
|
clientIgnoredMods = []
|
|
#Server-side mod IDs that will not be sent to the client.
|
|
serverIgnoredMods = []
|
|
|