Name | <server.online_players_flagged[<flag_name>]> |
Returns | ListTag(PlayerTag) |
Description | Returns a list of all online players with a specified flag set.
Can use "!<flag_name>" style to only return players *without* the flag. |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/tags/core/ServerTagBase.java#L1284 |