1. Hi, i have some problems. Can i block modifying for predefined server parameters like server.maxplayers after server running?
     
  2. I use firedaemonpro to configure server startup parameters, which is normally at 3000, I'm not sure what you mean by changing the parameters such as server.maxplayers, Are you trying to make your server a private server?
    [DOUBLEPOST=1446863361][/DOUBLEPOST]I'm not sure how your server would react to changing something like that ingame after your server started.
     
  3. Wulf

    Wulf Community Admin

    You can use the Command Block plugin and block then.
     
  4. I want to provide my client the game server and I don't want give acsess to change player limits
     
  5. Wulf

    Wulf Community Admin

    I'm not sure that there is an easy way to do that. You could make the serverauto.cfg read-only and limit access to the startup script, but they'd still be able to change via a command in-game. The only way to prevent the command is by modifying the game or using a plugin, but a plugin wouldn't work well because they'd be able to remove it.