diff --git a/docs/general/format-and-colors/index.md b/docs/general/format-and-colors/index.md index ebe3d0c..ece5878 100644 --- a/docs/general/format-and-colors/index.md +++ b/docs/general/format-and-colors/index.md @@ -148,7 +148,26 @@ As an example, the `GRASS` item was renamed to `SHORT_GRASS` in 1.20.4, meaning The following options can be set for the `` in `()`: -- Player name (i.e. `d0by`). -- Placeholder resolving to a Player name such as `{player}`. This will result in the player seeing their own head in the hologram. -- A Base64-encoded Texture String. You can find those on sites such as https://minecraft-heads.com{ target="_blank" rel="nofollow" } and are usually refered to as "value". -- `HEADDATABASE_` where `` is a number from https://minecraft-heads.com{ target="_blank" rel="nofollow" } (Requires the plugin [HeadDatabase](https://www.spigotmc.org/resources/14280/){ target="_blank" rel="nofollow" }). \ No newline at end of file +/// tab | Player Name +A valid player name. + +**Example:** `d0by` +/// + +/// tab | Placeholder +A placeholder that gets turned into a Player name. Internal placeholders and PlaceholderAPI ones work. + +**Example:** `{player}` +/// + +/// tab | Base64-encoded texture +A Base64-encoded texture value can be used. They can often be found on sites such as https://minecraft-heads.com{ target="_blank" rel="nofollow" } and are usually refered to as `value`. + +**Example:** [`eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTYzNmRlZTgwNmJhNDdhMmM0MGU5NWI1N2ExMmYzN2RlNmMyZTY3N2YyMTYwMTMyYTA3ZTI0ZWVmZmE2In19fQ==`](https://minecraft-heads.com/custom-heads/head/1){ target="_blank" rel="nofollow" } +/// + +/// tab | HeadDatabase Head +`HEADDB_` can be used where `` is the number one can find on https://minecraft-heads.com{ target="_blank" rel="nofollow" }. It can usually be found in the URL. + +**Example:** [`HEADDB_1`](https://minecraft-heads.com/custom-heads/head/1){ target="_blank" rel="nofollow" } +///