Rust-Kits

Moved

Total Downloads: 70,199 - First Release: Oct 21, 2014 - Last Update: Jun 7, 2018

4.96216/5, 185 likes
  1. What do you know. Following directions fixes things. :p
     
  2. Reneb, great plugin, however I would recommend adding the messages to the config file to make it possible to change formatting and coloring easily. In order to change any of it I had to open the actual plugin, which wasn't much of a problem for me, but for someone that has no idea at all what they're doing it may be difficult.
    [DOUBLEPOST=1465144630][/DOUBLEPOST]Also, my autokit was working and stopped, I'm aware how to do it. Does anyone know why? I'm on the latest version of oxide.
     
  3. Hi im having problems with the plugin, I type "/kit add autokit" and i get "you don't have access to this command" yet im set as the server owner is there a permission node im missing?

    Thanks for anyone who can help me
     
  4. Kits | Page 107 | Oxide
    Check in cfg folder users.cfg file make sure it says ownerid steamid64 "playername" "owner"
    if it does then make sure you relogged after running the ownerid then server.writecfg commands
     
  5. Forum users and programmers, please tell me how to set up a whale plugin so that the chat shows the availability of the whale before receiving
    For example:
    ammo - description - available
    if (kit.cooldown> 0)
    {
    //
    reason + = "available";
    double cd = GetKitData (player.userID, kitname) .cooldown;
    double ct = CurrentTime ();
    //

    if (cd> ct && cd! = 0.0)
    {



    return false;
    }

    }
    Correctly?
     
  6. I am having a hard time understanding this permission stuff.

    oxide.grant user admin permission = [Oxide] 04:09 [Info] Permission 'permission' doesn't exist

    I am new to all of this and have no clue. I have looked through all of these posts and none of this makes sense to me. I have nothing to reference this stuff from. What does "Permission" equal to? I understand what user means and groups ...but I'm not sure what the permission for each plugin means.
    Its the only thing holding me back. Somehow i got sign art permissions to work though.
     
  7. Thank you very much you saved my server i was on the edge of just giving up. :)
     
  8. has anyone had a problem with new spawns not getting kits but some do I put some kits on so people cant get them for a week or a month and I don't know if there is a max limit for the time or not can someone help me plz
     
  9. I know it's probably in here somewhere but I can't find exactly what I'm looking for.
    How do I grant permission for a user to use a kit?
    Also how do I revoke everyone elses permission to use that kit unless I select them?
     
  10. See my post on page 107
     
  11. When i set /kit max 0 .
    It seems i can use it infinite.
    How to solve it ?
    I just want to make it can use it once in some time and can't use it other time.
     
  12. Hello! as I remove permission from a kit to a user ? which is the command to remove a user permission ?
     
  13. Using Oxide's permission system | Oxide
    [DOUBLEPOST=1465472489][/DOUBLEPOST]
    If you want to use the kit only once then set max to 1
     
  14. hello is it normal that when I want to have his permission puts me an error "Permission ' PERMISSIONNAME ' does not exist " if someone could help me be her nice thank you
     
  15. Hi I try to install a kit on the server but when redeemed there is nothing in the kit. I created it with the item in my inventory but it's not working
     
  16. See my post on page 107
    [DOUBLEPOST=1465576025][/DOUBLEPOST]
    See my post on page 107
     
  17. autokit not working. It is named "autokit", authlevel 2, hide true, and I manually redeemed it to check for items, and it does work. I'm on the latest version and as far as I know I have no conflicting plugins.
     
  18. Have you tried removing all items you have on you then kill yourself see what happens when you respawn
     
  19. Yes. Rock and torch.
     
  20. I dont have this problem. Have you tried deleting the autokit and remake it again I think there might be a small bug with the latest rust its not with this plugin but it might need some coding changes but the coder would need to look at that