Name | <server.match_offline_player[<name>]> |
Returns | PlayerTag |
Description | Returns any player (online or offline) that best matches the input name.
EG, in a group of 'bo', 'bob', and 'bobby'... input 'bob' returns player object for 'bob', input 'bobb' returns player object for 'bobby', and input 'b' returns player object for 'bo'. When both an online player and an offline player match the name search, the online player will be returned. |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/tags/core/ServerTagBase.java#L1265 |