🦛
SkPapi
  • SkPapi
  • Described features of skPapi
    • Client-side entities
      • Modifications
      • Armor stands
    • Client-side holograms
    • Client-side tablist manipulation
    • Client-side NPCs
    • Client-side player tags
    • Client-side player model editing
    • Client-side teams
    • Client-side bossbars
    • Client-side world borders
    • Sign GUIs
  • Syntaxes
    • Expressions
    • Effects
    • Events
Powered by GitBook
On this page

Was this helpful?

  1. Described features of skPapi

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

PreviousClient-side hologramsNextClient-side NPCs

Last updated 4 years ago

Was this helpful?