alvin-pm-pl / GroupsAPI

Yet another asynchronous permission management plugin for PocketMine-MP.
MIT License
21 stars 2 forks source link

Allow plugins to set fake "display groups" #13

Open Xd-pro opened 2 years ago

Xd-pro commented 2 years ago

I need nickname functionality for my server, and in order for it to be effective, it should make the nicknamed player look like a default rank. A good way to implement this would be to allow plugins to choose a display group. If it not set or set to null, then it should use the real group of the player. Otherwise, the chat format and name tag of the display group should be used instead.