Waystone links authored by Brickgard's avatar Brickgard
...@@ -127,11 +127,11 @@ These work in any plugin that resolves PAPI placeholders. ...@@ -127,11 +127,11 @@ These work in any plugin that resolves PAPI placeholders.
### Waystones ### Waystones
See the [Waystones page](/Waypoints) for the full system. See the [Waystones page](/Waystones) for the full system.
| Placeholder | Returns | | Placeholder | Returns |
|----------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------| |----------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|
| `%mythic_waystone_discovered_<id>%` | `true` if the player has discovered the [waystone](/Waypoints) with the given id, otherwise `false`. | | `%mythic_waystone_discovered_<id>%` | `true` if the player has discovered the [waystone](/Waystones) with the given id, otherwise `false`. |
| `%mythic_waystone_state_<id>%` | The player's current state for the waystone: `UNDISCOVERED`, `DISCOVERED`, or `ACTIVE`. | | `%mythic_waystone_state_<id>%` | The player's current state for the waystone: `UNDISCOVERED`, `DISCOVERED`, or `ACTIVE`. |
| `%mythic_waystone_name_<id>%` | The waystone's `DisplayName` (with formatting). Empty string if the id doesn't exist. | | `%mythic_waystone_name_<id>%` | The waystone's `DisplayName` (with formatting). Empty string if the id doesn't exist. |
| `%mythic_waystone_distance_<id>%` | Distance in blocks from the player to the waystone, to one decimal place. Returns `-1` if the player and waystone are in different worlds. | | `%mythic_waystone_distance_<id>%` | Distance in blocks from the player to the waystone, to one decimal place. Returns `-1` if the player and waystone are in different worlds. |
... ...
......