> For the complete documentation index, see [llms.txt](https://jakub-zahomolkou.gitbook.io/skpapi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jakub-zahomolkou.gitbook.io/skpapi/described-features-of-skpapi-1/client-side-tablist-manipulation.md).

# Client-side tablist manipulation

Page describing how to use syntaxes for client-side tablists.

**What is client-side tablist manipulation?**\
Group of effects that will allow you to add/remove fake players to tablist of certain players and add/remove existing players to tablist of certain players

**How to remove players from tablist?**\
effect: remove %player% from tablist of %players%\
Keep in mind that, after changing dimensions, the player won't see players that aren't in tablist.\
*Example: remove player from tablist of all players*

**How to add players to tablist?**\
effect: add %player% to tablist of %players%\
*Example: add player to tablist of all players*

**How to add fake players into tablist?**\
effect: add fake \[tablist] player %string% \[with] skin %skin% \[with] uuid %string% for %players%\
The maximal length of the nickname is 16 characters, color codes work.\
You can change the prefix, suffix, or color of the fake player using the player tags\
*Example: add fake tablist player "Notch" with skin {\_skin} with uuid (new classic uuid) for all players*

**How to remove fake players from tablist?**\
effect: remove fake \[tablist] player with uuid %string% for %players%\
*Example: remove fake tablist player with uuid {\_uuid} for all players*

**How to set tablist header and footer?**\
effect: set header to %string% and footer to %string% for %players%\
*Example: set header to "Test%nl%&6header" and footer to "\&eI like SkPapi" for player*
