🦛
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 player model editing

Page describing how to use syntaxes for client-side player model editing.

What is client-side player model editing? Group of syntaxes allows you to change a player's skin and nickname separately. For making the changes visible, you need to switch dimensions before calling the effect.

How to change player's skin? effect: change skin of player to {_skin} for all players Example: change skin of player to {_skin} for all players

How to change player's nickname and skin? change nick of %player% to %string% with skin %skin% for %players% Example: change nick of player to "deadmau5" with skin {_skin} for all players

PreviousClient-side player tagsNextClient-side teams

Last updated 4 years ago

Was this helpful?