| Name | add_tab_completions |
| Object | PlayerTag |
| Input | ListTag |
| Description | Adds custom tab completions that will be suggested to the player when typing in chat.
Tab completions added by this mechanism can be removed using PlayerTag.remove_tab_completions. |
| Group | paper |
| Requires | Paper |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/paper/src/main/java/com/denizenscript/denizen/paper/properties/PaperPlayerExtensions.java#L193 |