| Name | <LocationTag.find_players_within[<#.#>]> |
| Returns | ListTag(PlayerTag) |
| Description | Returns a list of players within a radius.
Result list is sorted by closeness (1 = closest, 2 = next closest, ... last = farthest). |
| Generated Example | |
| Group | finding |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L2839 |