1. Hey guys. New server owner here and I am looking for a way to block admins form spawning items in.

    I haven't seen a good reason to allow spawning of items in a public server so I would like to block that ability.

    I hope this will attract players to my server since they know there are honest admins and there is also an added layer of trust by disabling the ability completely.

    Thanks!
     
  2. You can use a plugin like RemoveAAA for Rust | Oxide and did not grant him permissions. But as an admin he can fly / noclip...hope you know that.
     
  3. Ah, I thought that plugin just suppresses the announcement that someone spawned an item in. So this can also block specified users from using the spawn commands completely?

    Do I use the revoke command?

    revoke user JohnDoe removeaaa.give

    ^ That will block JohnDoe from using the give command? Or will that just let the server know he has spawned something in? (not suppress chat announcements when he spawns stuff)
    [DOUBLEPOST=1457110210][/DOUBLEPOST]I have installed Command Block and added this to the config. Will this take care of it?

    Code:
        "Commands": [
          "kill",
          "server.seed",
          "inventory.give"
        ]
    
     
  4. if you already granted your admin group or the player himself this permissions, you need to revoke. otherwise I think it will not work. you may test it with console commands
     
  5. RemoveAAA does delete the announcement but you won't be able to spawn anything unless you have permission. Therefore don't grand persmission to group/user(s) admins and you'll be good