Reserved

Moved

Total Downloads: 1,971 - First Release: Oct 23, 2014 - Last Update: Dec 22, 2015

5/5, 7 likes
  1. Wulf

    Wulf Community Admin

    They do when the reserved slots are needed. I'll be changing it hopefully soon.
     
  2. I get an error when trying "grant user Wulf reserved.slot" it says "Permission 'reserved slot' dosnt exist" plz help :)
     
  3. Wulf

    Wulf Community Admin

    Are you sure the plugin is loaded? Check your oxide/logs for errors.
     
  4. Hi Wulf, and thx 4 the fast reply.
    It should be loaded. I am new to this, so im not sure how i check the logs. ye.JPG
     
  5. Wulf

    Wulf Community Admin

    You can check for loading plugins using the 'plugins' console command via RCON or your F1 console, the Oxide logs are under oxide/logs.
     
  6. Ok i checked, it was loaded, and i see no errors from it, and i think i might have it working now.
    but im a bit unsure how to add people from the SteamID, do i add the name AND the SteamID like this?
    Code:
    grant user test user|8888888888 reserved.slot
     
  7. Best to reserve the admin group but do this for admin group only you can add mod group as well if you want
    grant group admin reserved.slot
    Then for normal players do this
    grant user HandsomeJack reserved.slot
    If the name has a space in it then do
    grant user "Handsome Jack" reserved.slot
     
  8. Thank you, when doing the "" i get an error. and what if someone uses my name, will they get my slot? (thats why i want the SteamID if possible) :)
     
  9. Wulf

    Wulf Community Admin

    Steam ID and username both work for granting, but they would have had to have joined the server once before.
     
  10. wulf - when you change this how are you going to do it?

    We've used this plugins lots and this is how I think it might work best.

    There are a small number of reserve slots (say 2). Any player that joins fills up normal slots until at cap minus reserve. Then only players with the reserve permission can join the reserve slots but after they join they are moved to a normal slot (as soon as there is space - someone disconnects) - so most of the time there will be a couple of slots open for reserved players to join. So it's effectively giving preferential joining to reserved players when the server is full. The downside is that most of the time when the server is full it will be at cap minus reserve slots - so not really full (but I don't really see that as a big problem).

    Does that make sense? Is it possible?
     
  11. Wulf

    Wulf Community Admin

    Try to assign the permission with their SteamId instead of name. The permissions commands work with both.
     
  12. why add user to reserved slot?
     
  13. Wulf

    Wulf Community Admin

    If you want to reserve a slot for them?
     
  14. I have added player (grant user USER reserved.slot), but he still in queued.
     
  15. Wulf

    Wulf Community Admin

    It doesn't have anything to do with the queue, it just allows that user to connect if one of the configured reserved slots are available.
     
  16. how to customize reserved slots at the server level? thanks.
     
  17. Wulf

    Wulf Community Admin

    It's in the plugin's config file.
     
  18. So just to clarify, if a person tries to join, and the server is full (less reserve slots) they'll still be placed into the que? (Sorry if it's been asked and answered, just a bit confused on how it all works with the que.)
     
  19. Wulf

    Wulf Community Admin

    This plugin sets aside X amount of slots as "reserved", and if a player has a permission and one of those slots are available, it will let them join. Currently it doesn't implement the queue in Rust, though the BypassQueue plugin does.
     
  20. Thanks for the info :) think I follow now.