-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to configure Login queue? #98
Comments
Permissions are just permissions, so up to you how you assign them to players via your permission plugin. BukkitDev has the original documentation. Seems higher number = more priority. https://dev.bukkit.org/projects/population-density/pages/administration |
Server slots= 1 LoginQueueEnabled: true groups permisions(luck perms) We are 3 people, two default and one VIP. First they connect the 2 default and third the vip, and when the vip person tells him that he has position 3 of 3 in the queue, shouldn't he go to position 1 of 1? What am I doing wrong? I understand that elitelogin has priority over prioritylogin according to your document |
Idk, I think there's a better way to check permission assignment in luckperms, luckperms debug or something? |
Looking at the code, it looks like it should work as you have it set up. The only caveat is that the player's login priority is only set and saved when they disconnect, presumably as permissions data may not have loaded at the time of connection. So the players will need to have connected to the server and disconnected at-least once before their priority will be taken into account, otherwise their priority will be assumed to be 0. Can you confirm if you have allowed the players to login to the server at-least once before testing the login queue? |
I did so many tests that now I do not remember well, the players who helped me with the tests if they were on the server before that, but I made the adjustments in the default and VIP permission group and asked them to exit the server, restart the server decreasing the slots to 1 or 2, and I asked them to enter and no one could enter. In the end I will not use the queue for VIP users, only for normal users, so now I do not need the priority permissions. |
Hello,
I can't find information on how to use and configure Login queue. I've tried many ways, but can't get one group to take precedence over another.
The populationdensity.elitelogin and populationdensity.prioritylogin permissions to which groups are assigned?
Does the group or user need to have the .elitelogin or .prioritylogin permission for the group or user to queue?
/LoginPriority how is it used? a smaller number takes precedence over a larger number?
What happens if a priority is set to a user who is in a group with elitelogin or prioritylogin?
Best regards
The text was updated successfully, but these errors were encountered: