1. Welcome
    I have a question whether they can block a command in rcon maxplayers ?
    doesn't want this command to be available in the rcon
     
  2. Wulf

    Wulf Community Admin

    Yes, you can use the CommandBlock (Universal) plugin to do this.
     
  3. Please provide me with a link to the plugin
     
  4. Wulf

    Wulf Community Admin

  5. How to install it on the server Hurtworld via LINUX ?
     
  6. Wulf

    Wulf Community Admin

    You'd upload it to your oxide/plugins folder.
     
  7. how to add in the configuration to block the rcon maxplayers command
     
  8. Wulf

    Wulf Community Admin

    Add the command to the config file.
    Code:
    {
      "Log blocked command attempts (true/false)": true,
      "Blocked commands (full or short commands)": [
        "maxplayers"
      ]
    }
     
  9. autoexec.cfg file ?
     
  10. Wulf

    Wulf Community Admin

    You'd need Oxide and the plugin linked installed, and the config file would be under oxide/config matching the name of the plugin.
     
  11. The problem is because I host game servers
    and I don't know how to protect it so that this plugin will work for customers.
    oxide configuration files are created after starting the game server and the folder oxide /plugins
    Do you have a solution?
     
  12. Wulf

    Wulf Community Admin

    A solution for what exactly?
     
  13. the problem is that my customers add slots via rcon
     
  14. Wulf

    Wulf Community Admin

    Ah, I see what you mean now. I don't think there is a way natively in Hurtworld.
     
  15. cannot be secured?
     
  16. Wulf

    Wulf Community Admin

    I don't think Hurtworld provides away, so the only method would be what I suggested previously using Oxide.
     
  17. Something aint right about that. As far as I can tell only players added as an admin have access to rcon commands of any kind. Never have seen a regular player be able to do a rcon command on my server. As for keeping an admin from increasing max players beyond the paid amount, I'm pretty sure most hosts write their own scripts to prevent that. In some instances they might be able to make it look like the server has more slots, but in my experience there is usually something blocking players from actually filling the unpaid slots.
     
  18. Wulf

    Wulf Community Admin

    The OP of this thread is a host. The is in reference to people renting servers that have admin access.