1. Hey ! Any news on an updated version to fix the issue of player giving themself items ?
    Thanks a lot for your work.
     
  2. Found out today on my server using the latest version of Rust, the permissions no longer work at all and it just let's all players spawn things. I unloaded the plugin and my test subject could no longer spawn anything. I also checked our player group permissions which does not have any permissions for this plugin at all. Please can you fix this asap.
     
  3. Apparently if you have this mod. Anyone can spawn even if they aren't an admin. Tested on our server.
     
  4. Tuntenfisch updated RemoveAAA with a new update entry:

    0.4.1


    [DOUBLEPOST=1460323497][/DOUBLEPOST]
    I uploaded an updated version. Oddly enough even on version 0.4.0 I wasn't able to give myself any items if I didn't have the necessary permissions. Anyways, I reverted some code back to version 0.3.2 which was fine so hopefully everything is fixed now.
    [DOUBLEPOST=1460323636][/DOUBLEPOST]
    So I checked what the full command is and it's "inventory.giveid" but even if I declare that console command it still doesn't overwrite the existing command as Neico | Oxide claimed it would. Am I doing something wrong here or is there no such thing as overriding commands?
     
  5. Wulf

    Wulf Community Admin

    I thought you could at one time, but I'm not sure anymore.
     
  6. Thank you. It is no longer letting players without permissions give themselves items.
     
  7. i've just installed this and im owner/admin on the server but it says i don't have permission. what is the command line i put into the console??
     
  8. Version 0.4.1 works fine :) Awesome work Tuntenfisch
     
  9. *FIXED i used the removeaaa.*
     
  10. Thank you, I appreciate the kind words. :)
     
  11. Oxide/Command.cs at master · OxideMod/Oxide · GitHub

    *shrug*

    I was basing my statement of the code, if the code doesn't do what it looks like it does then something's really fishy about it...
     
  12. I guess it might only refer to commands added by other oxide plugins.
     
  13. Wulf

    Wulf Community Admin

    Pretty sure that's only for Oxide-provided commands. The only way that you can replace a core Rust command would be via OnRunCommand I believe.
     
  14. There is other code around that line that suggest otherwise, see line 210...
     
  15. Wulf

    Wulf Community Admin

    Keep in mind that a lot of this code dates back to early Rust Experimental days, so it may not all apply anymore.
     
  16. Anyone having problems with players spawning items on newest version? Just be cautious
     
  17. I just got this plugin a few days ago. The other admin and I can not seem to get it to spawn anything out of the in-game item list, but we can spawn from Rusty. When we try to give permission to spawn something, it says "you are not an admin." Is this fixable on our end? If so, how do we get this to work properly?
     
  18. I suppose you need to make yourself an admin. I don't have a such a message inside my plugin.
     
  19. I am already an admin :\ I co-own the server with the only other admin... we both can't get it to work.
     
  20. That's odd. You sure it's loaded in and you have granted yourself the necessary permissions? Try doing "grant user JohnyFive removeaaa.*"