You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user joining has a staff group, then don't broadcast their join. If they have a paid group, like VIP, or MVP, then broadcast their join. If they are default group, then don't broadcast their join. How would I do that? I'm reading the docs and there doesn't seem to be a way to read the groups that a user has.
The text was updated successfully, but these errors were encountered:
Some permissions plugins use permissions as a way to detect if a player is on a group or not, like: "groups.example". you could use ".hasPermission()" to detect it.
If the user joining has a staff group, then don't broadcast their join. If they have a paid group, like VIP, or MVP, then broadcast their join. If they are default group, then don't broadcast their join. How would I do that? I'm reading the docs and there doesn't seem to be a way to read the groups that a user has.
The text was updated successfully, but these errors were encountered: