Skip to content

Commit f2356b9

Browse files
authored
fix player docs (#88)
1 parent 97eed34 commit f2356b9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/user/quicktext.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,10 @@ Where `'[ATLAS ID]'` is a atlas identifier used and `'[TEXURE ID]'` is a texture
181181

182182
This tag allows you to display a player head. If not set correctly, it will show one of default textures.
183183

184-
- `#!xml <atlas '[NAME / UUID]'>` - Shorthand format for showing player head.
185-
- `#!xml <atlas name:'[NAME]' hat:[BOOLEAN]>` - Show player head by name (and toggle hat).
186-
- `#!xml <atlas uuid:'[NAME]' hat:[BOOLEAN]>` - Show player head by uuid (and toggle hat).
187-
- `#!xml <atlas texture:'[TEXTURE VALUE]' hat:[BOOLEAN]>` - Show player head by raw remote texture value (and toggle hat).
184+
- `#!xml <player '[NAME / UUID]'>` - Shorthand format for showing player head.
185+
- `#!xml <player name:'[NAME]' hat:[BOOLEAN]>` - Show player head by name (and toggle hat).
186+
- `#!xml <player uuid:'[NAME]' hat:[BOOLEAN]>` - Show player head by uuid (and toggle hat).
187+
- `#!xml <player texture:'[TEXTURE VALUE]' hat:[BOOLEAN]>` - Show player head by raw remote texture value (and toggle hat).
188188

189189
Where `'[NAME]'` is player name,
190190
`'[UUID]'` is player uuid, `'[TEXTURE VALUE]'` is skin texture value (not resource pack one!)

0 commit comments

Comments
 (0)