diff options
author | Alexander Weber <web.alexander@web.de> | 2018-02-13 22:02:22 +0100 |
---|---|---|
committer | sofar <sofar+github@foo-projects.org> | 2018-02-19 11:18:18 -0800 |
commit | 51b6cf2e3a6d0c2fb054863714abdae9d69aadd1 (patch) | |
tree | cd67d745f453c1191f29d2e823c945c977d40c53 /API.md | |
parent | d3fbe3b70f1afb06d72b3bede2bd4d5983223f01 (diff) |
/skinsdb chat command implemented
Diffstat (limited to 'API.md')
-rw-r--r-- | API.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ Return the skin object assigned to the player. Returns defaout if nothins assign ## skins.assign_player_skin(player, skin) Select the skin for the player. The "skin" parameter could be the skin key or the skin object +Returns false if skin is not valid or applicable to player ## skins.update_player_skin(player) Update selected skin visuals on player |