#How can I remove file access to my customers?

4 messages · Page 1 of 1 (latest)

sinful beacon
#

Hello, for example. I am hosting a Project Zomboid server ordered with maximum of 10 players.

But this settings is not in startup command. This can be set in ./cache/Server/server.ini file as MaxPlayers=X.

But this file also is setting server name, password etc. How can I do that, that my customers cannot change maximum players?

I think I cannot do something like that in the egg's parser. Right?

lost tapir
#

Egg config parser can modify the file each time server starts

sinful beacon
#

How do ai do that. I think that it can finding only json type of files. And then I will need an egg for every player limit or can the parser use the variables like {{MAX_PLAYERS}}?

sinful beacon
#

I tried like this:

{
"./cache/Server/server.ini": {
"find": {
"MaxPlayers": "=10"
}
}
}

but this is like crashing the wings or something like that ..