Team - Entries (Expression) — SkBee
Addon: SkBee · Category: Expression · Since: 1.16.0, 2.10.0 (strings)
Syntax
(string|entity) team entries of %teams%Description
Get the entries of a team. Entries can be entities/players or strings. **NOTE**: When returning as entities, if the entity isn't currently loaded in a world it won't return. OfflinePlayers will also not return. Use strings intead. **NOTE**: When returning as strings this will return the list how Minecraft stores it, player names and entity UUIDs. **NOTE**: adding/removing to/from team entries is now deprecated. Please directly add/remove to/from the team itself. See Team type docs for more info!
Examples
set {_team} to team named "my-team"
clear team entries of {_team}
kill team entries of team named "mob-team"
set {_entities::*} to team entries of team named "mobs"
set {_strings::*} to team entries as strings of team named "mobs"