1. I try to use kits, NPC, signsartist.... and they doesn't work it always say me, you don't have access to this command but I am admin, I can use noclip etc... and some plugin as zlevel are working I don't understand can someone give me help!
     
  2. Wulf

    Wulf Community Admin

  3. I wrote grant user Xxkamykaze oxide.reload in the console and it says User 'Xxkamykaze (76561198055230335)' granted permission 'oxide.reload
    But in game it continue to say you don't have access to this command
     
  4. Wulf

    Wulf Community Admin

    Which command are you trying to use with that? Are you sure that is your Steam ID in-game?
     
  5. I tried différent command like "/kit list" or like "/weather rain" ... Yes it's my ID
     
  6. Wulf

    Wulf Community Admin

    Those commands are not for the "oxide.reload" permission. For the correct permissions, please see the plugin's Overview that you are trying to use. The tutorial link I provided used "oxide.reload" as an example.
     
  7. How Can I know what is the correct permission?
     
  8. Wulf

    Wulf Community Admin

    If the plugin uses permissions, they'd be listed on their Overview/Download page.
     
  9. Oh wait I think I find I will try this
    [DOUBLEPOST=1490975478][/DOUBLEPOST]For the plug in "kits" I find this :
    Custom Permissions:
    when you created a kit or edited a kit do:
    /kit permission PERMISSIONNAME
    the permissionname can be a new permission or an existing permission.

    Custom permissions are oxide permissions:
    Code (Text):
    oxide.grant user "PLAYERNAME" PERMISSIONNAME
    You can grant a user permission by using:
    oxide.grant user <username> <permission>
    To create a group:
    oxide.group add <groupname>
    To assign permission to a group:
    oxide.grant group <groupname> <permission>
    To add users to a group:
    oxide.usergroup add <username> <groupname>
    To remove users permission:
    oxide.revoke <userid/username> <group> <permission>

    But I don't understant what I have to do ...
     
  10. By exemple this plugin : Stack Size Controller for Rust | Oxide
    ----> Permissions
    • stacksizecontroller.canChangeStackSize - Allows user to use /stack and /stackall in-game. (Admins have access automatically)
    But I can't use it it's not normal ...
     
  11. Wulf

    Wulf Community Admin

    grant user Xxkamykaze stacksizecontroller.canchangestacksize
     
  12. I tried on rustadmin and it says me "Permission 'stacksizecontroller.canchangestacksize' doesn't exist"
     
  13. Wulf

    Wulf Community Admin

    Generally that means the plugin isn't loaded or the permission is not not correct.
     
  14. Permission is correct in the latest version and case shouldn't matter.
     
  15. the latest version of stack size ?
     
  16. Ok I have just reconnect on my server and there is any more plugins --' even zlevel ... have been remove ...
     
  17. Wulf

    Wulf Community Admin

    Plugins do not disappear on their own, so either there are errors or Oxide isn't installed. Check your oxide/logs for errors and make sure the oxide.version command works. Also make sure you aren't doing any sort of updating when starting your server.