mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-05 17:07:06 +02:00
Compare commits
18 Commits
feat/add-m
...
wiki
Author | SHA1 | Date | |
---|---|---|---|
|
9604455d85 | ||
|
15df112cc3 | ||
|
ccc7a817f9 | ||
|
e3dd0b8978 | ||
|
46111c5ee2 | ||
|
66975ef0c6 | ||
|
bfda9d60ca | ||
|
d5746c80ea | ||
|
3a2ed3ba94 | ||
|
0103722292 | ||
|
f537bdd727 | ||
|
a480fa3292 | ||
|
b6a05c35f5 | ||
|
f703056080 | ||
|
846485bff3 | ||
|
7828df0d82 | ||
|
a591dbb0be | ||
|
1f7737511b |
@@ -34,7 +34,7 @@ Further details on how to contribute to this list or the wiki as a whole can be
|
||||
- **[CooldownBar](#cooldownbar)**
|
||||
|
||||
- **D**
|
||||
- *No Expansions*
|
||||
- *[Distance](#distance)*
|
||||
|
||||
- **E**
|
||||
- **[Enchantment](#enchantment)**
|
||||
@@ -81,6 +81,7 @@ Further details on how to contribute to this list or the wiki as a whole can be
|
||||
- **[PlayerList](#playerlist)**
|
||||
- **[Plugin](#plugin)**
|
||||
- **[Progress](#progress)**
|
||||
- **[PronounDB](#pronoundb)**
|
||||
|
||||
- **Q**
|
||||
- *No Expansions*
|
||||
@@ -92,6 +93,7 @@ Further details on how to contribute to this list or the wiki as a whole can be
|
||||
- **[RedisBungee](#redisbungee)**
|
||||
- **[RelCon](#relcon)**
|
||||
- **[RNG](#rng)**
|
||||
- **[Reparser](#reparser)**
|
||||
|
||||
- **S**
|
||||
- **[ScoreboardObjectives](#scoreboardobjectives)**
|
||||
@@ -108,6 +110,7 @@ Further details on how to contribute to this list or the wiki as a whole can be
|
||||
|
||||
- **U**
|
||||
- **[Unicode](#unicode)**
|
||||
- **[UnixTime](#unixtime)**
|
||||
|
||||
- **V**
|
||||
- *No Expansions*
|
||||
@@ -295,6 +298,7 @@ Further details on how to contribute to this list or the wiki as a whole can be
|
||||
- **[MyPrefixSystem](#myprefixsystem)**
|
||||
|
||||
- **N**
|
||||
- **[NameColor](#namecolor)**
|
||||
- **[Nameless Plugin](#nameless-plugin)**
|
||||
- **[NameMC-API-ServersMC Plugin](#namemc-api-serversmc)**
|
||||
- **[Nicknamer](#nicknamer)**
|
||||
@@ -323,6 +327,7 @@ Further details on how to contribute to this list or the wiki as a whole can be
|
||||
- **[Plan](#plan)**
|
||||
- **[PlayerStats](#playerstats)**
|
||||
- **[PlayTime](#playtime)**
|
||||
- **[PlayTimeManager](#playtimemanager)**
|
||||
- **[PlaytimeRewards](#playtimerewards)**
|
||||
- **[PlayerPoints](#playerpoints)**
|
||||
- **[PlotSquared](#plotsquared)**
|
||||
@@ -726,6 +731,27 @@ More info about this expansion can be found on the [GitHub-Repository](https://g
|
||||
|
||||
----
|
||||
|
||||
### **Distance**
|
||||
/// command | papi ecloud download Distance
|
||||
///
|
||||
|
||||
This expansion provides placeholders to calculate the distance between two locations.
|
||||
|
||||
Supports placeholder inside placeholder, use `{}` instead of `%` for inner placeholders.
|
||||
|
||||
More info about this expansion can be found on the [GitHub-Repository](https://github.com/Clexus/DistanceExpansion).
|
||||
|
||||
`[]` is optional
|
||||
|
||||
```
|
||||
%distance_x1,y1,z1[,x2,y2,z2][,decimals]%
|
||||
%distance_player1[,player2][,decimals]%
|
||||
%distance_player[,x,y,z][,decimals]%
|
||||
%distance_UUID1[,UUID2][,decimals]%
|
||||
```
|
||||
|
||||
----
|
||||
|
||||
### **Enchantment**
|
||||
/// download | https://github.com/TeamVK/PAPI-Enchantment/releases
|
||||
///
|
||||
@@ -1162,6 +1188,18 @@ More info about this expansion can be found on the [GitHub-Repository](https://g
|
||||
|
||||
----
|
||||
|
||||
### **PronounDB**
|
||||
/// download | https://github.com/JasperLorelai/Expansion-PronounDB/releases
|
||||
///
|
||||
|
||||
Shows the pronouns of a Minecraft player with a linked account on https://pronoundb.org/
|
||||
|
||||
```
|
||||
%pronoundb%
|
||||
```
|
||||
|
||||
----
|
||||
|
||||
### **RainbowColor**
|
||||
/// command | papi ecloud download RainbowColor
|
||||
///
|
||||
@@ -1252,6 +1290,18 @@ More info about the expansion can be found on the [GitHub-Repository](https://gi
|
||||
|
||||
----
|
||||
|
||||
### **Reparser**
|
||||
/// command | papi ecloud download reparser
|
||||
///
|
||||
|
||||
Parses a provided input twice.
|
||||
|
||||
```
|
||||
%reparser_<text>%
|
||||
```
|
||||
|
||||
----
|
||||
|
||||
### **ScoreboardObjectives**
|
||||
/// command | papi ecloud download ScoreboardObjectives
|
||||
///
|
||||
@@ -1514,6 +1564,18 @@ Example: `%unicode_1000%` would show `က`
|
||||
|
||||
----
|
||||
|
||||
### **UnixTime**
|
||||
/// download | https://api.extendedclip.com/expansions/unixtime/
|
||||
///
|
||||
|
||||
```
|
||||
%unixtime_[UNIX]_[DateTimeFormat]%
|
||||
```
|
||||
|
||||
Example: `%unixtime_1750277249389_dd.MM.yyyy-HH:mm:ss%` would show `18.06.2025 20:07:29`
|
||||
|
||||
----
|
||||
|
||||
### **World**
|
||||
/// command | papi ecloud download world
|
||||
///
|
||||
@@ -4320,6 +4382,16 @@ Example: `%multiverse-core_alias_myworld%`
|
||||
|
||||
----
|
||||
|
||||
### **[NameColor](https://modrinth.com/plugin/namecolor)**
|
||||
/// integrated | Built into Plugin
|
||||
///
|
||||
|
||||
```
|
||||
%namecolor_display_name%
|
||||
```
|
||||
|
||||
----
|
||||
|
||||
### **[Nameless Plugin](https://www.spigotmc.org/resources/59032/)**
|
||||
/// integrated | Built into Plugin
|
||||
///
|
||||
@@ -4739,6 +4811,36 @@ For more information and usage examples, see the [PlayerStatsExpansion GitHub](h
|
||||
|
||||
----
|
||||
|
||||
### **[PlayTimeManager](https://modrinth.com/plugin/playtimemanager)**
|
||||
/// integrated | Built into Plugin
|
||||
///
|
||||
For a detailed explanation of how to use PlayTimeManager's placeholders, you can take a look at the [PlayTimeManager Wiki](https://github.com/TheGaBr0/PlayTimeManager/wiki/Placeholders).
|
||||
|
||||
```
|
||||
%PTM_playtime%
|
||||
%PTM_playtime_#%
|
||||
%PTM_playtime_<nickname>%
|
||||
%PTM_playtime_#_<nickname>%
|
||||
%PTM_firstjoin%
|
||||
%PTM_firstjoin_<nickname>%
|
||||
%PTM_lastseen_<nickname>%
|
||||
%PTM_lastseen_elapsed_<nickname>%
|
||||
%PTM_lastseen_elapsed_#_<nickname>%
|
||||
%PTM_playtime_top_<rank>%
|
||||
%PTM_playtime_top_#_<rank>%
|
||||
%PTM_nickname_top_<rank>%
|
||||
%PTM_lastseen_top_<rank>%
|
||||
%PTM_lastseen_elapsed_top_<rank>%
|
||||
%PTM_lastseen_elapsed_top_#_<rank>%
|
||||
%PTM_rank%
|
||||
%PTM_rank_<nickname>%
|
||||
%PTM_lp_prefix_top_<rank>%
|
||||
%PTM_joinstreak%
|
||||
%PTM_joinstreak_<nickname>%
|
||||
```
|
||||
|
||||
----
|
||||
|
||||
### **[PlaytimeRewards](https://www.spigotmc.org/resources/100231/)**
|
||||
/// integrated | Built into Plugin
|
||||
///
|
||||
@@ -6701,8 +6803,8 @@ If you add ```_long``` to the cost related placeholder, it will returne a number
|
||||
%tokenenchant_<enchantment>_version%
|
||||
%tokenenchant_<enchantment>_fullrefund%
|
||||
%tokenenchant_<enchantment>_fullrefund_long% : Deprecated. (For formatting, use NumberFormat placeholder %nf_%.)
|
||||
%tokenenchnat_<enchantment>_refund_Y%
|
||||
%tokenenchnat_<enchantment>_refund_Y_long% : Deprecated. (For formatting, use NumberFormat placeholder %nf_%.)
|
||||
%tokenenchant_<enchantment>_refund_Y%
|
||||
%tokenenchant_<enchantment>_refund_Y_long% : Deprecated. (For formatting, use NumberFormat placeholder %nf_%.)
|
||||
%tokenenchant_<enchantment>_alias%
|
||||
%tokenenchant_tokenmultiplier%
|
||||
%tokenenchant_<enchantment>_occurrencemultiplier%
|
||||
|
@@ -593,6 +593,9 @@ If your plugin isn't shown here and you want it to be added, [read the Wiki READ
|
||||
|
||||
----
|
||||
## N
|
||||
- **[NameColor](https://modrinth.com/plugin/namecolor)**
|
||||
- [ ] Supports placeholders.
|
||||
- [x] Provides own placeholders. [**[Link](placeholder-list.md#namecolor)**]
|
||||
- **[Nameless Plugin](https://www.spigotmc.org/resources/59032/)**
|
||||
- [ ] Supports placeholders.
|
||||
- [x] Provides own placeholders. [**[Link](placeholder-list.md#nameless-plugin)**]
|
||||
@@ -674,6 +677,9 @@ If your plugin isn't shown here and you want it to be added, [read the Wiki READ
|
||||
- **[PlayTime](https://www.spigotmc.org/resources/26016/)**
|
||||
- [ ] Supports placeholders.
|
||||
- [x] Provides own placeholders. [**[Link](placeholder-list.md#playtime)**]
|
||||
- **[PlayTimeManager](https://modrinth.com/plugin/playtimemanager)**
|
||||
- [x] Supports placeholders.
|
||||
- [x] Provides own placeholders. [**[Link](placeholder-list.md#playtimemanager)**]
|
||||
- **[PlaytimeRewards](https://www.spigotmc.org/resources/100231/)**
|
||||
- [x] Supports placeholders.
|
||||
- [x] Provides own placeholders. [**[Link](placeholder-list.md#playtimerewards)**]
|
||||
|
Reference in New Issue
Block a user