Skip to content

Commit

Permalink
Use tabs for head info
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 authored May 13, 2024
1 parent 82dfec7 commit 9c439c8
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions docs/general/format-and-colors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<value>` in `(<value>)`:

- 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_<id>` where `<id>` 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" }).
/// 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_<id>` can be used where `<id>` 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" }
///

0 comments on commit 9c439c8

Please sign in to comment.