1. As long as you are owner and your using the proper command in the right area, short of trying it myself, not sure what else to recommend.
     
  2. I am owner, and I put it in exactly how you had it. Still didn't work.
     
  3. Check make sure the owner group has been added to your user check the oxide.user.data file
     
  4. I own the server but I do not get to have the rights ("you do not have permission to spawn...") . Where to place the controls and what commands
    Thank you
     
  5. You need to add yourself to the admin group and make sure the correct permissions, if any are added to the admin group
     
  6. Resistance thank you , I am the owner idSteam . I authorized the Admin group ( group admin grant adminspawn.all ) But how to be in the Admin group?
     
  7. usergroup add Yvan.be admin
     
  8. Everything works , thank you !
     
  9. How do I make it so all players can spawn items from Rusty?
    [DOUBLEPOST=1453164591][/DOUBLEPOST]I have tried grant player adminspawn.all but it doesn't allow me
     
  10. Players cant use rusty that would mean you giving them your rcon password and giving players admin permissions is asking for trouble
     
  11. Mis-worded. I want to use my Rusty, to give all players spawn ability. What do I type into Rusty to give all players spawn ability?
     
  12. You mean like an admin from the f1 menu
     
  13. Yes that's what I mean
     
  14. not sure if you added the oxide.grant ..from your post above it only showed grant... it should be

    Code:
    oxide.grant group player adminspawn.all
     
  15. Thank you Colon
     
  16. Hello , I have a question about this plugin. Can this plugin block give commands through console? I need to block moderators from spawning in any items. I am using AntiAdminAbuse, and they figured a workaround to spawn items through console commands. If this plugin can block console give commands, then I will definitely switch to this plugin. thanks!!
     
  17. Yes, it should block all methods of spawning an item unless you have permission. If you find it does not, please let me know and i'll fixed it asap.
     
  18. Ok I just put it on the server, I tried, oxide.revoke user NAME adminspawn.all. It still allows me to spawn items through console commands. I am the owner of the server, is that why i can still spawn items through inventory.give command?
     
  19. It does not check permissions for commands from the server console since there is no user to check. Also, if you have access to the console, you can do anything you want anyway.
     
  20. nvm.

    Code:
    grant <group|user> <name|id> adminspawn.all
    revoke <group|user> <name|id> adminspawn.all
    
    Should be
    Code:
    grant group SteamID adminspawn.all
    revoke group SteamID adminspawn.all
    
    Would make it a lot easier.
     
    Last edited by a moderator: Jan 21, 2016