CommandBlock

Moved

Total Downloads: 985 - First Release: Oct 15, 2014 - Last Update: Aug 30, 2017

5/5, 7 likes
  1. mods from getting items from f1 inventory.give but there stil able to get the items.
    [DOUBLEPOST=1453114755][/DOUBLEPOST]i added
    • inventory.give
    • inventory.givebp
    • inventory.giveid
    • inventory.giveplayer
    • inventory.giveplayerbp
    • inventory.giveplayerid
    witch works but now ownerid cant use the items i want to block just mods.
     
  2. Maybe global.%give%
     
  3. Wulf

    Wulf Community Admin

    There are no "global." commands for it, the above commands are right.

    The plugin blocks the auth level you specify and up. I'd recommend using a plugin for the "Give" feature instead.
     
  4. anyone know how to block the ARM in the f1
     
  5. Wulf

    Wulf Community Admin

    inventory.givearm
     
  6. Can i block "disconnect" command with it? Thanks!
     
  7. Ahahah, dat funny. I think no, cuz it's client side.
     
  8. As I understand, you know why i need it? :D
     
  9. Sure, but this is bad.
     
  10. I'm trying to block noclip, teleport and giving items by typing in console (not the 100/1k/bp buttons) but i cant seem to get any of it to work. Here is my current config.
    Code:
    {
      "Messages": {
        "Blocked": "Blocked by Admin!"
      },
      "Settings": {
        "AuthLevel": 2,
        "ChatName": "SERVER",
        "Commands": [
          "server.hostname",
          "server.seed",
          "server.stop",
          "quit",
          "server.worldsize",
          "server.stability",
          "moderatorid",
          "ownerid",
          "removeowner",
          "give",
          "say",
          "inv.giveplayer",
          "teleport",
          "inv.give",
          "noclip"
        ]
      }
    }
    Any ideas?
    [DOUBLEPOST=1461030239][/DOUBLEPOST]Heres the .json file to maybe understand better.
     

    Attached Files:

  11. Wulf

    Wulf Community Admin

    Noclip is not actually a command that is ever sent to the server, it's a client-side only feature. You also are not using the full command for quit, give, say, and teleport; you can find the full ones by using the 'find' command in your console.
     
  12. Thanks, but is there any way to block mods from using noclip?
     
  13. Wulf

    Wulf Community Admin

    No, the server has no control over it. Best to not use the auth levels with Rust if you do not want them to use that.
     
  14. According to me, need update since this evening. The command we blocked are not blocked anymore.
     
  15. Wulf

    Wulf Community Admin

    Update Oxide to the latest.
     
  16. I have the version : Oxide build 2.0.1982

    But not the latest one :
    Oxide build 2.0.1985

    Hook changes
    • [Rust] Fixed OnRunCommand not working properly
    • [Rust] Fixed OnPlayerRespawned being called too early
    will be solved with this 1985 ?
     
  17. Wulf

    Wulf Community Admin

    Yes, 1985 and higher will work fine.
     
  18. this plugin no works anymore i think. everyone can see what i spawn in chat.. How to fix this? ( Thanks )
     
  19. Wulf

    Wulf Community Admin

    Update Oxide.
     
  20. Plugin not work with 1word commands OXIDE (grant)
    I block oxide.grant and grant, but 1word grant still workkk...

    and i block inventory.giveid
    chats say me inventory.giveid block but items give me (i am authlevel2)
     
    Last edited by a moderator: Jun 13, 2016