Name | <server.players_flagged[<flag_name>]> |
Returns | ListTag(PlayerTag) |
Description | Returns a list of all players (online or offline) with a specified flag set.
Warning: this will cause the player flag cache to temporarily fill with ALL historical playerdata. 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#L1327 |