mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
Let's hope the wiki actions works this time
Update navigation
This commit is contained in:
commit
ff01f83a09
34
wiki/Home.md
34
wiki/Home.md
@ -6,34 +6,39 @@ It also has a list with all available placeholders (Work in progress).
|
|||||||
|
|
||||||
### Setup
|
### Setup
|
||||||
**[[Hook into PlaceholderAPI]]**
|
**[[Hook into PlaceholderAPI]]**
|
||||||
* [[First steps|Hook-into-PlaceholderAPI#first-steps]]
|
- [[First steps|Hook-into-PlaceholderAPI#first-steps]]
|
||||||
* [[Adding placeholders to PlaceholderAPI|Hook-into-PlaceholderAPI#adding-placeholders-to-placeholderapi]]
|
- [[Adding placeholders to PlaceholderAPI|Hook-into-PlaceholderAPI#adding-placeholders-to-placeholderapi]]
|
||||||
* [[PlaceholderExpansion]]
|
- [[PlaceholderExpansion]]
|
||||||
* [[Without an external plugin|PlaceholderExpansion#without-an-external-plugin]]
|
- [[Without an external plugin|PlaceholderExpansion#without-an-external-plugin]]
|
||||||
* [[With external plugin|PlaceholderExpansion#with-external-plugin]]
|
- [[With external plugin|PlaceholderExpansion#with-external-plugin]]
|
||||||
* [[Setting placeholders in your plugin|Hook-into-PlaceholderAPI#setting-placeholders-in-your-plugin]]
|
- [[Setting placeholders in your plugin|Hook-into-PlaceholderAPI#setting-placeholders-in-your-plugin]]
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
**[[Commands]]**
|
**[[Commands]]**
|
||||||
**[[Expansion cloud]]**
|
**[[Expansion cloud]]**
|
||||||
**[[FAQ]]**
|
**[[FAQ]]**
|
||||||
**[[Plugins using PlaceholderAPI]]**
|
**[[Plugins using PlaceholderAPI]]**
|
||||||
**[[Placeholders|Placeholders]]**
|
**[[Placeholders]]**
|
||||||
(Click the arrows to expand)
|
- [[PAPI-placeholders|Placeholders#papi-placeholders-1]]
|
||||||
<details>
|
|
||||||
<summary> [[PAPI-placeholders|Placeholders#papi-placeholders-1]] </summary>
|
|
||||||
|
|
||||||
- [[Advancements|Placeholders#advancements]]
|
- [[Advancements|Placeholders#advancements]]
|
||||||
|
- [[Animations|Placeholders#animations]]
|
||||||
|
- [[Armor|Placeholders#armor]]
|
||||||
|
- [[ASCII|Placeholders#ASCII]]
|
||||||
- [[BungeeCord|Placeholders#bungeecord]]
|
- [[BungeeCord|Placeholders#bungeecord]]
|
||||||
- [[CooldownBar|Placeholders#cooldownbar]]
|
|
||||||
- [[CheckItem|Placeholders#checkitem]]
|
- [[CheckItem|Placeholders#checkitem]]
|
||||||
|
- [[CooldownBar|Placeholders#cooldownbar]]
|
||||||
|
- [[Formatter|Placeholders#formatter]]
|
||||||
- [[Javascript|Placeholders#javascript]]
|
- [[Javascript|Placeholders#javascript]]
|
||||||
- [[ListPlayers|Placeholders#listplayer]]
|
- [[ListPlayers|Placeholders#listplayer]]
|
||||||
|
- [[LocalTime|Placeholders#localtime]]
|
||||||
- [[Math|Placeholders#math]]
|
- [[Math|Placeholders#math]]
|
||||||
- [[MVdW placeholders|Placeholders#mvdw-placeholders]]
|
- [[MVdW placeholders|Placeholders#mvdw-placeholders]]
|
||||||
- [[OtherPlayer|Placeholders#otherplayer]]
|
- [[OtherPlayer|Placeholders#otherplayer]]
|
||||||
|
- [[ParseNear|Placeholders#parsenear]]
|
||||||
|
- [[ParseOther|Placeholders#parseother]]
|
||||||
- [[Pinger|Placeholders#pinger]]
|
- [[Pinger|Placeholders#pinger]]
|
||||||
- [[Player|Placeholders#player]]
|
- [[Player|Placeholders#player]]
|
||||||
|
- [[PlayerList|Placeholders#playerlist]]
|
||||||
- [[Plugin|Placeholders#plugin]]
|
- [[Plugin|Placeholders#plugin]]
|
||||||
- [[Progress|Placeholders#progress]]
|
- [[Progress|Placeholders#progress]]
|
||||||
- [[RainbowColor|Placeholders#rainbowcolor]]
|
- [[RainbowColor|Placeholders#rainbowcolor]]
|
||||||
@ -45,10 +50,8 @@ It also has a list with all available placeholders (Work in progress).
|
|||||||
- [[Sound|Placeholders#sound]]
|
- [[Sound|Placeholders#sound]]
|
||||||
- [[Spectators|Placeholders#spectators]]
|
- [[Spectators|Placeholders#spectators]]
|
||||||
- [[Statistic|Placeholders#statistic]]
|
- [[Statistic|Placeholders#statistic]]
|
||||||
</details>
|
|
||||||
<details>
|
|
||||||
<summary> [[Plugin-placeholders|Placeholders#plugin-placeholders-1]] </summary>
|
|
||||||
|
|
||||||
|
- [[Plugin-placeholders|Placeholders#plugin-placeholders-1]]
|
||||||
- [[A|Placeholders#a]]
|
- [[A|Placeholders#a]]
|
||||||
- [[B|Placeholders#b]]
|
- [[B|Placeholders#b]]
|
||||||
- [[C|Placeholders#c]]
|
- [[C|Placeholders#c]]
|
||||||
@ -73,4 +76,3 @@ It also has a list with all available placeholders (Work in progress).
|
|||||||
- [[V|Placeholders#v]]
|
- [[V|Placeholders#v]]
|
||||||
- [[W|Placeholders#w]]
|
- [[W|Placeholders#w]]
|
||||||
- [[Z|Placeholders#z]]
|
- [[Z|Placeholders#z]]
|
||||||
</details>
|
|
@ -6,12 +6,12 @@
|
|||||||
|
|
||||||
### Setup
|
### Setup
|
||||||
**[[Hook into PlaceholderAPI]]**
|
**[[Hook into PlaceholderAPI]]**
|
||||||
* [[First steps|Hook-into-PlaceholderAPI#first-steps]]
|
- [[First steps|Hook-into-PlaceholderAPI#first-steps]]
|
||||||
* [[Adding placeholders to PlaceholderAPI|Hook-into-PlaceholderAPI#adding-placeholders-to-placeholderapi]]
|
- [[Adding placeholders to PlaceholderAPI|Hook-into-PlaceholderAPI#adding-placeholders-to-placeholderapi]]
|
||||||
* [[PlaceholderExpansion]]
|
- [[PlaceholderExpansion]]
|
||||||
* [[Without an external plugin|PlaceholderExpansion#without-an-external-plugin]]
|
- [[Without an external plugin|PlaceholderExpansion#without-an-external-plugin]]
|
||||||
* [[With external plugin|PlaceholderExpansion#with-external-plugin]]
|
- [[With external plugin|PlaceholderExpansion#with-external-plugin]]
|
||||||
* [[Setting placeholders in your plugin|Hook-into-PlaceholderAPI#setting-placeholders-in-your-plugin]]
|
- [[Setting placeholders in your plugin|Hook-into-PlaceholderAPI#setting-placeholders-in-your-plugin]]
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
**[[Commands]]**
|
**[[Commands]]**
|
||||||
@ -19,21 +19,26 @@
|
|||||||
**[[FAQ]]**
|
**[[FAQ]]**
|
||||||
**[[Plugins using PlaceholderAPI]]**
|
**[[Plugins using PlaceholderAPI]]**
|
||||||
**[[Placeholders]]**
|
**[[Placeholders]]**
|
||||||
(Click the arrows to expand)
|
- [[PAPI-placeholders|Placeholders#papi-placeholders-1]]
|
||||||
<details>
|
|
||||||
<summary> [[PAPI-placeholders|Placeholders#papi-placeholders-1]] </summary>
|
|
||||||
|
|
||||||
- [[Advancements|Placeholders#advancements]]
|
- [[Advancements|Placeholders#advancements]]
|
||||||
|
- [[Animations|Placeholders#animations]]
|
||||||
|
- [[Armor|Placeholders#armor]]
|
||||||
|
- [[ASCII|Placeholders#ASCII]]
|
||||||
- [[BungeeCord|Placeholders#bungeecord]]
|
- [[BungeeCord|Placeholders#bungeecord]]
|
||||||
- [[CooldownBar|Placeholders#cooldownbar]]
|
|
||||||
- [[CheckItem|Placeholders#checkitem]]
|
- [[CheckItem|Placeholders#checkitem]]
|
||||||
|
- [[CooldownBar|Placeholders#cooldownbar]]
|
||||||
|
- [[Formatter|Placeholders#formatter]]
|
||||||
- [[Javascript|Placeholders#javascript]]
|
- [[Javascript|Placeholders#javascript]]
|
||||||
- [[ListPlayers|Placeholders#listplayer]]
|
- [[ListPlayers|Placeholders#listplayer]]
|
||||||
|
- [[LocalTime|Placeholders#localtime]]
|
||||||
- [[Math|Placeholders#math]]
|
- [[Math|Placeholders#math]]
|
||||||
- [[MVdW placeholders|Placeholders#mvdw-placeholders]]
|
- [[MVdW placeholders|Placeholders#mvdw-placeholders]]
|
||||||
- [[OtherPlayer|Placeholders#otherplayer]]
|
- [[OtherPlayer|Placeholders#otherplayer]]
|
||||||
|
- [[ParseNear|Placeholders#parsenear]]
|
||||||
|
- [[ParseOther|Placeholders#parseother]]
|
||||||
- [[Pinger|Placeholders#pinger]]
|
- [[Pinger|Placeholders#pinger]]
|
||||||
- [[Player|Placeholders#player]]
|
- [[Player|Placeholders#player]]
|
||||||
|
- [[PlayerList|Placeholders#playerlist]]
|
||||||
- [[Plugin|Placeholders#plugin]]
|
- [[Plugin|Placeholders#plugin]]
|
||||||
- [[Progress|Placeholders#progress]]
|
- [[Progress|Placeholders#progress]]
|
||||||
- [[RainbowColor|Placeholders#rainbowcolor]]
|
- [[RainbowColor|Placeholders#rainbowcolor]]
|
||||||
@ -45,10 +50,8 @@
|
|||||||
- [[Sound|Placeholders#sound]]
|
- [[Sound|Placeholders#sound]]
|
||||||
- [[Spectators|Placeholders#spectators]]
|
- [[Spectators|Placeholders#spectators]]
|
||||||
- [[Statistic|Placeholders#statistic]]
|
- [[Statistic|Placeholders#statistic]]
|
||||||
</details>
|
|
||||||
<details>
|
|
||||||
<summary> [[Plugin-placeholders|Placeholders#plugin-placeholders-1]] </summary>
|
|
||||||
|
|
||||||
|
- [[Plugin-placeholders|Placeholders#plugin-placeholders-1]]
|
||||||
- [[A|Placeholders#a]]
|
- [[A|Placeholders#a]]
|
||||||
- [[B|Placeholders#b]]
|
- [[B|Placeholders#b]]
|
||||||
- [[C|Placeholders#c]]
|
- [[C|Placeholders#c]]
|
||||||
@ -73,4 +76,3 @@
|
|||||||
- [[V|Placeholders#v]]
|
- [[V|Placeholders#v]]
|
||||||
- [[W|Placeholders#w]]
|
- [[W|Placeholders#w]]
|
||||||
- [[Z|Placeholders#z]]
|
- [[Z|Placeholders#z]]
|
||||||
</details>
|
|
Loading…
Reference in New Issue
Block a user