Name | <server.match_player[<name>]> |
Returns | PlayerTag |
Description | Returns the online player 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'. |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/tags/core/ServerTagBase.java#L1236 |