It would be great if it was possible to add/remove players from groups if they are offline. Thank you.
Offline Group ManagementNo Thanks
Permissions Manager is able to do just that.
From the top of my head my plugin does show the "Set Perms" button for offline players?
From the top of my head my plugin does show the "Set Perms" button for offline players?
I have the Permissions Manager. But theres no option to add or remove players to/from groups. It only lets me set the permissions for each group which is fine. But I am looking for something else. Player Administration has an option to let me add/remove players to/from groups when. But only when they are online. I would like to do that too when they are offline.
In the console its possible.
In the console its possible.
When you click on the "groups" button in the bottom of the Permissions Manager UI, you get a list of groups, in this list you can "grant" or "revoke" memberships to groups. :)
Also, Player Administration does not at all provide the ability to add/remove users from groups, this is done through Permissions Manager. All Player Admin has is a button "Set Perms" that opens Permissions Manager for that specific user.
It could be that I need to add the button to the offline player page, but I am not sure (would need to test it on someone).
You're right. With
it is possible to manage the groups of that single player. But imagine if you want to remove/add many different players it would be a lot of work cause you gotta write the command for every single player. Would be easier to use the console then and use oxide.usergroup add "Player" "group.
So what I need is the opportunity to add/remove players to/from groups easily and fast per click.
The Player Administration gives me a chance to do that when clicking on the players which is much easier than writing. But it's not possible to to do this with offline players. And thats a problem. Cause If I want to remove a player from a group e.g. I cant wait all day til he comes back online again.
Best thing would be a list with the existing groups where you click and see the names of the players and can easily add or remove them.
But I would be happy the other way round, I mean if I gotta click the individual names to see their groups if I can add/remove them no matter if they are on or offline.
I hope I could make it understandable what my problem is. :)
/perms player <player name>it is possible to manage the groups of that single player. But imagine if you want to remove/add many different players it would be a lot of work cause you gotta write the command for every single player. Would be easier to use the console then and use oxide.usergroup add "Player" "group.
So what I need is the opportunity to add/remove players to/from groups easily and fast per click.
The Player Administration gives me a chance to do that when clicking on the players which is much easier than writing. But it's not possible to to do this with offline players. And thats a problem. Cause If I want to remove a player from a group e.g. I cant wait all day til he comes back online again.
Best thing would be a list with the existing groups where you click and see the names of the players and can easily add or remove them.
But I would be happy the other way round, I mean if I gotta click the individual names to see their groups if I can add/remove them no matter if they are on or offline.
I hope I could make it understandable what my problem is. :)
I understand the case, indeed. Though I also think this is a feature that the Perms plugin should implement.
I'll see if I can get the button to work on the offline player's page.
I'll see if I can get the button to work on the offline player's page.
Locked automatically