mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-02-06 12:17:13 +01:00
Compare commits
36 Commits
feat/add-m
...
wiki-updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
51ea1b05c2 | ||
|
|
edea6c4e57 | ||
|
|
e9b682b723 | ||
|
|
a0c852bb91 | ||
|
|
913a305f8d | ||
|
|
b57dff68ac | ||
|
|
9341a10908 | ||
|
|
6e4da916ad | ||
|
|
ae237b27da | ||
|
|
db129a6fe3 | ||
|
|
46e4c54edb | ||
|
|
ce978189cd | ||
|
|
fabaf75c7b | ||
|
|
f6cafd8891 | ||
|
|
b7e19c200c | ||
|
|
14b89c12ad | ||
|
|
c399a82a74 | ||
|
|
d5e1c748be | ||
|
|
9604455d85 | ||
|
|
15df112cc3 | ||
|
|
ccc7a817f9 | ||
|
|
e3dd0b8978 | ||
|
|
46111c5ee2 | ||
|
|
66975ef0c6 | ||
|
|
bfda9d60ca | ||
|
|
d5746c80ea | ||
|
|
3a2ed3ba94 | ||
|
|
0103722292 | ||
|
|
f537bdd727 | ||
|
|
a480fa3292 | ||
|
|
b6a05c35f5 | ||
|
|
f703056080 | ||
|
|
846485bff3 | ||
|
|
7828df0d82 | ||
|
|
a591dbb0be | ||
|
|
1f7737511b |
@@ -93,7 +93,7 @@ public class SomeExpansion extends PlaceholderExpansion {
|
|||||||
4. Called by PlaceholderAPI to have placeholder values parsed.
|
4. Called by PlaceholderAPI to have placeholder values parsed.
|
||||||
When not overriden will call `onPlaceholderRequest(Player, String)`, converting the OfflinePlayer to a Player if possible or else providing `null`.
|
When not overriden will call `onPlaceholderRequest(Player, String)`, converting the OfflinePlayer to a Player if possible or else providing `null`.
|
||||||
|
|
||||||
Using this method is recommended for the usage of the OfflinePlayer, allowing to use data from a player without their precense being required.
|
Using this method is recommended for the usage of the OfflinePlayer, allowing to use data from a player without their presence being required.
|
||||||
|
|
||||||
**Parameters**:
|
**Parameters**:
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ description: Information about PlaceholderAPI's expansion cloud, including how t
|
|||||||
|
|
||||||
PlaceholderAPI uses an expansion-cloud (A website that has all kinds of expansions stored), to download jar files, that contain the placeholders for it to use.
|
PlaceholderAPI uses an expansion-cloud (A website that has all kinds of expansions stored), to download jar files, that contain the placeholders for it to use.
|
||||||
|
|
||||||
The expansion-cloud can be seen under https://api.extendedclip.com/home
|
The expansion-cloud can be seen under https://ecloud.placeholderapi.com
|
||||||
|
|
||||||
## How it works
|
## How it works
|
||||||
|
|
||||||
@@ -28,7 +28,7 @@ In order to do that, you have to follow those steps:
|
|||||||
|
|
||||||
1. Make sure you have created a seperate jar file as described in the [Creating a PlaceholderExpansion](creating-a-placeholderexpansion.md) page.
|
1. Make sure you have created a seperate jar file as described in the [Creating a PlaceholderExpansion](creating-a-placeholderexpansion.md) page.
|
||||||
2. Create an account on the site, or log in, if you already have one.
|
2. Create an account on the site, or log in, if you already have one.
|
||||||
3. Click on `Expansions` and then on [`Upload New`](https://api.extendedclip.com/manage/add/).
|
3. Click on `Expansions` and then on [`Upload New`](https://ecloud.placeholderapi.com/expansions/new/).
|
||||||
4. Fill out the required information. `Source URL` and `Dependency URL` are optional and would link to the source code and any dependency (plugin) of your expansion respectively.
|
4. Fill out the required information. `Source URL` and `Dependency URL` are optional and would link to the source code and any dependency (plugin) of your expansion respectively.
|
||||||
5. Click on the button that says `Choose an file...` and select the jar of your expansion.
|
5. Click on the button that says `Choose an file...` and select the jar of your expansion.
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ This feature exists since version 2.11.4 of PlaceholderAPI.
|
|||||||
Before you update, please note the following:
|
Before you update, please note the following:
|
||||||
Updating your expansion will automatically make it unverified, requiring a site moderator to verify it again. This was made to combat malware from being uploaded and distributed.
|
Updating your expansion will automatically make it unverified, requiring a site moderator to verify it again. This was made to combat malware from being uploaded and distributed.
|
||||||
|
|
||||||
To update your expansion, you first have to go to the list of [your expansions](https://api.extendedclip.com/manage/).
|
To update your expansion, you first have to go to the list of [your expansions](https://ecloud.placeholderapi.com/expansions/manage/).
|
||||||
For that click on `Expansions` and select `Your Expansions`.
|
For that click on `Expansions` and select `Your Expansions`.
|
||||||
After that, follow those steps:
|
After that, follow those steps:
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ Further details on how to contribute to this list or the wiki as a whole can be
|
|||||||
- **[CooldownBar](#cooldownbar)**
|
- **[CooldownBar](#cooldownbar)**
|
||||||
|
|
||||||
- **D**
|
- **D**
|
||||||
- *No Expansions*
|
- *[Distance](#distance)*
|
||||||
|
|
||||||
- **E**
|
- **E**
|
||||||
- **[Enchantment](#enchantment)**
|
- **[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)**
|
- **[PlayerList](#playerlist)**
|
||||||
- **[Plugin](#plugin)**
|
- **[Plugin](#plugin)**
|
||||||
- **[Progress](#progress)**
|
- **[Progress](#progress)**
|
||||||
|
- **[PronounDB](#pronoundb)**
|
||||||
|
|
||||||
- **Q**
|
- **Q**
|
||||||
- *No Expansions*
|
- *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)**
|
- **[RedisBungee](#redisbungee)**
|
||||||
- **[RelCon](#relcon)**
|
- **[RelCon](#relcon)**
|
||||||
- **[RNG](#rng)**
|
- **[RNG](#rng)**
|
||||||
|
- **[Reparser](#reparser)**
|
||||||
|
|
||||||
- **S**
|
- **S**
|
||||||
- **[ScoreboardObjectives](#scoreboardobjectives)**
|
- **[ScoreboardObjectives](#scoreboardobjectives)**
|
||||||
@@ -108,6 +110,7 @@ Further details on how to contribute to this list or the wiki as a whole can be
|
|||||||
|
|
||||||
- **U**
|
- **U**
|
||||||
- **[Unicode](#unicode)**
|
- **[Unicode](#unicode)**
|
||||||
|
- **[UnixTime](#unixtime)**
|
||||||
|
|
||||||
- **V**
|
- **V**
|
||||||
- *No Expansions*
|
- *No Expansions*
|
||||||
@@ -224,7 +227,6 @@ Further details on how to contribute to this list or the wiki as a whole can be
|
|||||||
- **[Factions MCore](#factions-mcore)**
|
- **[Factions MCore](#factions-mcore)**
|
||||||
- **[FactionsUUID](#factionsuuid)**
|
- **[FactionsUUID](#factionsuuid)**
|
||||||
- **[Factions relation placeholders](#factions-relation-placeholders)**
|
- **[Factions relation placeholders](#factions-relation-placeholders)**
|
||||||
- **[FunnyGuilds](#funnyguilds)**
|
|
||||||
|
|
||||||
- **G**
|
- **G**
|
||||||
- **[GAListener](#galistener)**
|
- **[GAListener](#galistener)**
|
||||||
@@ -295,6 +297,7 @@ Further details on how to contribute to this list or the wiki as a whole can be
|
|||||||
- **[MyPrefixSystem](#myprefixsystem)**
|
- **[MyPrefixSystem](#myprefixsystem)**
|
||||||
|
|
||||||
- **N**
|
- **N**
|
||||||
|
- **[NameColor](#namecolor)**
|
||||||
- **[Nameless Plugin](#nameless-plugin)**
|
- **[Nameless Plugin](#nameless-plugin)**
|
||||||
- **[NameMC-API-ServersMC Plugin](#namemc-api-serversmc)**
|
- **[NameMC-API-ServersMC Plugin](#namemc-api-serversmc)**
|
||||||
- **[Nicknamer](#nicknamer)**
|
- **[Nicknamer](#nicknamer)**
|
||||||
@@ -323,6 +326,7 @@ Further details on how to contribute to this list or the wiki as a whole can be
|
|||||||
- **[Plan](#plan)**
|
- **[Plan](#plan)**
|
||||||
- **[PlayerStats](#playerstats)**
|
- **[PlayerStats](#playerstats)**
|
||||||
- **[PlayTime](#playtime)**
|
- **[PlayTime](#playtime)**
|
||||||
|
- **[PlayTimeManager](#playtimemanager)**
|
||||||
- **[PlaytimeRewards](#playtimerewards)**
|
- **[PlaytimeRewards](#playtimerewards)**
|
||||||
- **[PlayerPoints](#playerpoints)**
|
- **[PlayerPoints](#playerpoints)**
|
||||||
- **[PlotSquared](#plotsquared)**
|
- **[PlotSquared](#plotsquared)**
|
||||||
@@ -420,6 +424,7 @@ Further details on how to contribute to this list or the wiki as a whole can be
|
|||||||
- **[Two Factor Authentication](#two-factor-authentication)**
|
- **[Two Factor Authentication](#two-factor-authentication)**
|
||||||
|
|
||||||
- **U**
|
- **U**
|
||||||
|
- **[UJobs](#ujobs)**
|
||||||
- **[UltimateChat](#ultimatechat)**
|
- **[UltimateChat](#ultimatechat)**
|
||||||
- **[UltimateClaims](#ultimateclaims)**
|
- **[UltimateClaims](#ultimateclaims)**
|
||||||
- **[UltimateServerManager](#ultimateservermanager)**
|
- **[UltimateServerManager](#ultimateservermanager)**
|
||||||
@@ -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**
|
### **Enchantment**
|
||||||
/// download | https://github.com/TeamVK/PAPI-Enchantment/releases
|
/// 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**
|
### **RainbowColor**
|
||||||
/// command | papi ecloud download 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**
|
### **ScoreboardObjectives**
|
||||||
/// command | papi ecloud download 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**
|
### **World**
|
||||||
/// command | papi ecloud download world
|
/// command | papi ecloud download world
|
||||||
///
|
///
|
||||||
@@ -2142,11 +2204,19 @@ Find examples of how the placeholders can be used on [signs](https://github.com/
|
|||||||
/// integrated | Built into Plugin
|
/// integrated | Built into Plugin
|
||||||
///
|
///
|
||||||
|
|
||||||
|
Find an up-to-date list on the [SpigotMC page](https://www.spigotmc.org/resources/beautyquests.39255/field?field=documentation).
|
||||||
|
|
||||||
```
|
```
|
||||||
|
%beautyquests_total_amount%
|
||||||
%beautyquests_player_inprogress_amount%
|
%beautyquests_player_inprogress_amount%
|
||||||
%beautyquests_player_finished_amount%
|
%beautyquests_player_finished_amount%
|
||||||
%beautyquests_total_amount%
|
%beautyquests_player_finished_total_amount%
|
||||||
%beautyquests_advancement_ID%
|
%beautyquests_started_ordered%
|
||||||
|
%beautyquests_started_ordered_X%
|
||||||
|
%beautyquests_advancement_X%
|
||||||
|
%beautyquests_advancement_X_raw%
|
||||||
|
%beautyquests_player_quest_finished_X%
|
||||||
|
%beautyquests_started_id_list%
|
||||||
```
|
```
|
||||||
|
|
||||||
----
|
----
|
||||||
@@ -3099,42 +3169,6 @@ These placeholders work with FactionsUUID and MCore all you need is downloading
|
|||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
### **[FunnyGuilds](https://github.com/FunnyGuilds/FunnyGuilds)**
|
|
||||||
/// integrated | Built into Plugin
|
|
||||||
///
|
|
||||||
|
|
||||||
```
|
|
||||||
%funnyguilds_guilds%
|
|
||||||
%funnyguilds_users%
|
|
||||||
%funnyguilds_deaths%
|
|
||||||
%funnyguilds_kdr%
|
|
||||||
%funnyguilds_kills%
|
|
||||||
%funnyguilds_points-format%
|
|
||||||
%funnyguilds_points%
|
|
||||||
%funnyguilds_position%
|
|
||||||
%funnyguilds_g-allies%
|
|
||||||
%funnyguilds_g-deaths%
|
|
||||||
%funnyguilds_g-deputies%
|
|
||||||
%funnyguilds_g-deputy%
|
|
||||||
%funnyguilds_g-kdr%
|
|
||||||
%funnyguilds_g-kills%
|
|
||||||
%funnyguilds_g-lives%
|
|
||||||
%funnyguilds_g-members-all%
|
|
||||||
%funnyguilds_g-members-online%
|
|
||||||
%funnyguilds_g-name%
|
|
||||||
%funnyguilds_g-owner%
|
|
||||||
%funnyguilds_g-points-format%
|
|
||||||
%funnyguilds_g-points%
|
|
||||||
%funnyguilds_g-position%
|
|
||||||
%funnyguilds_g-region-size%
|
|
||||||
%funnyguilds_g-tag%
|
|
||||||
%funnyguilds_g-validity%
|
|
||||||
%funnyguilds_gtop-x%
|
|
||||||
%funnyguilds_ptop-x%
|
|
||||||
```
|
|
||||||
|
|
||||||
----
|
|
||||||
|
|
||||||
### **GAListener**
|
### **GAListener**
|
||||||
/// integrated | Built into Plugin
|
/// integrated | Built into Plugin
|
||||||
///
|
///
|
||||||
@@ -3410,10 +3444,11 @@ You can find an up-to-date list of placeholders in the [HyacinthHello wiki](http
|
|||||||
///
|
///
|
||||||
|
|
||||||
```
|
```
|
||||||
%imageframe_"<player>:<imagemap>"_playback_bar_<length>_[character]_[current_section_prefix]_[remaining_section_prefix]%
|
%imageframe_imagemap_"<player>:<imagemap>"_playback_bar_<length>_[character]_[current_section_prefix]_[remaining_section_prefix]%
|
||||||
%imageframe_"<player>:<imagemap>"_playback_current%
|
%imageframe_imagemap_"<player>:<imagemap>"_playback_current%
|
||||||
%imageframe_"<player>:<imagemap>"_playback_total%
|
%imageframe_imagemap_"<player>:<imagemap>"_playback_total%
|
||||||
%imageframe_"<player>:<imagemap>"_playback_pause%
|
%imageframe_imagemap_"<player>:<imagemap>"_playback_pause%
|
||||||
|
%imageframe_player_preference_<preference>%
|
||||||
```
|
```
|
||||||
|
|
||||||
----
|
----
|
||||||
@@ -3608,7 +3643,7 @@ You can find an up-to-date list of placeholders on the [KingdomsX wiki](https://
|
|||||||
/// integrated | Built into Plugin
|
/// integrated | Built into Plugin
|
||||||
///
|
///
|
||||||
|
|
||||||
A Description of the placeholders can be found on the [Lands Wiki](https://github.com/Angeschossen/Lands/wiki/PlaceholderAPI-Placeholders#placeholders).
|
A Description of the placeholders can be found on the [Lands Wiki](https://wiki.incredibleplugins.com/Lands/configuration/placeholderapi-placeholders).
|
||||||
|
|
||||||
```
|
```
|
||||||
# General
|
# General
|
||||||
@@ -4320,6 +4355,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/)**
|
### **[Nameless Plugin](https://www.spigotmc.org/resources/59032/)**
|
||||||
/// integrated | Built into Plugin
|
/// integrated | Built into Plugin
|
||||||
///
|
///
|
||||||
@@ -4739,6 +4784,40 @@ 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_afk_playtime%
|
||||||
|
%PTM_playtime_#%
|
||||||
|
%PTM_afk_playtime_#%
|
||||||
|
%PTM_playtime_<nickname>%
|
||||||
|
%PTM_afk_playtime_<nickname>%
|
||||||
|
%PTM_playtime_#_<nickname>%
|
||||||
|
%PTM_afk_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/)**
|
### **[PlaytimeRewards](https://www.spigotmc.org/resources/100231/)**
|
||||||
/// integrated | Built into Plugin
|
/// integrated | Built into Plugin
|
||||||
///
|
///
|
||||||
@@ -6701,8 +6780,8 @@ If you add ```_long``` to the cost related placeholder, it will returne a number
|
|||||||
%tokenenchant_<enchantment>_version%
|
%tokenenchant_<enchantment>_version%
|
||||||
%tokenenchant_<enchantment>_fullrefund%
|
%tokenenchant_<enchantment>_fullrefund%
|
||||||
%tokenenchant_<enchantment>_fullrefund_long% : Deprecated. (For formatting, use NumberFormat placeholder %nf_%.)
|
%tokenenchant_<enchantment>_fullrefund_long% : Deprecated. (For formatting, use NumberFormat placeholder %nf_%.)
|
||||||
%tokenenchnat_<enchantment>_refund_Y%
|
%tokenenchant_<enchantment>_refund_Y%
|
||||||
%tokenenchnat_<enchantment>_refund_Y_long% : Deprecated. (For formatting, use NumberFormat placeholder %nf_%.)
|
%tokenenchant_<enchantment>_refund_Y_long% : Deprecated. (For formatting, use NumberFormat placeholder %nf_%.)
|
||||||
%tokenenchant_<enchantment>_alias%
|
%tokenenchant_<enchantment>_alias%
|
||||||
%tokenenchant_tokenmultiplier%
|
%tokenenchant_tokenmultiplier%
|
||||||
%tokenenchant_<enchantment>_occurrencemultiplier%
|
%tokenenchant_<enchantment>_occurrencemultiplier%
|
||||||
@@ -6870,6 +6949,28 @@ You can find an up-to-date list of placeholders in the [Towny wiki](https://gith
|
|||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
### **[UJobs](https://modrinth.com/plugin/ujobs)**
|
||||||
|
/// integrated | Built into Plugin
|
||||||
|
///
|
||||||
|
|
||||||
|
Detailed explanation and example outputs of placeholders are listed on [modrinth](https://modrinth.com/plugin/ujobs).
|
||||||
|
|
||||||
|
```
|
||||||
|
ujobs_job_name_<job>
|
||||||
|
ujobs_job_displayname_<job>
|
||||||
|
ujobs_job_legacydisplayname_<job>
|
||||||
|
|
||||||
|
ujobs_player_level_<job>
|
||||||
|
ujobs_player_exp_<job>
|
||||||
|
ujobs_player_position_<job>
|
||||||
|
ujobs_player_totalmoney_<job>
|
||||||
|
|
||||||
|
ujobs_leaderboard_name_<job>_<position>
|
||||||
|
ujobs_leaderboard_level_<job>_<position>
|
||||||
|
```
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
### **[USkyBlock](https://www.spigotmc.org/resources/2280/)**
|
### **[USkyBlock](https://www.spigotmc.org/resources/2280/)**
|
||||||
/// command | papi ecloud download uSkyBlock
|
/// command | papi ecloud download uSkyBlock
|
||||||
///
|
///
|
||||||
|
|||||||
@@ -389,9 +389,6 @@ If your plugin isn't shown here and you want it to be added, [read the Wiki READ
|
|||||||
- **[FactionsUUID](https://www.spigotmc.org/resources/1035/)**
|
- **[FactionsUUID](https://www.spigotmc.org/resources/1035/)**
|
||||||
- [x] Supports placeholders.
|
- [x] Supports placeholders.
|
||||||
- [x] Provides own placeholders. [**[Link](placeholder-list.md#factionsuuid)**]
|
- [x] Provides own placeholders. [**[Link](placeholder-list.md#factionsuuid)**]
|
||||||
- **[FunnyGuilds](https://github.com/FunnyGuilds/FunnyGuilds)**
|
|
||||||
- [ ] Supports placeholders.
|
|
||||||
- [x] Provides own placeholders. [**[Link](placeholder-list.md#funnyguilds)**]
|
|
||||||
- **[FriendReferral](https://www.spigotmc.org/resources/21626/)**
|
- **[FriendReferral](https://www.spigotmc.org/resources/21626/)**
|
||||||
- [x] Supports placeholders.
|
- [x] Supports placeholders.
|
||||||
- [ ] Provides own placeholders. [Link]
|
- [ ] Provides own placeholders. [Link]
|
||||||
@@ -495,7 +492,7 @@ If your plugin isn't shown here and you want it to be added, [read the Wiki READ
|
|||||||
----
|
----
|
||||||
## L
|
## L
|
||||||
- **[Lands](https://www.spigotmc.org/resources/53313/)**
|
- **[Lands](https://www.spigotmc.org/resources/53313/)**
|
||||||
- [ ] Supports placeholders.
|
- [x] Supports placeholders.
|
||||||
- [x] Provides own placeholders. [**[Link](placeholder-list.md#lands)**]
|
- [x] Provides own placeholders. [**[Link](placeholder-list.md#lands)**]
|
||||||
- **[LastLoginAPI](https://www.spigotmc.org/resources/66348/)**
|
- **[LastLoginAPI](https://www.spigotmc.org/resources/66348/)**
|
||||||
- [ ] Supports placeholders.
|
- [ ] Supports placeholders.
|
||||||
@@ -593,6 +590,9 @@ If your plugin isn't shown here and you want it to be added, [read the Wiki READ
|
|||||||
|
|
||||||
----
|
----
|
||||||
## N
|
## 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/)**
|
- **[Nameless Plugin](https://www.spigotmc.org/resources/59032/)**
|
||||||
- [ ] Supports placeholders.
|
- [ ] Supports placeholders.
|
||||||
- [x] Provides own placeholders. [**[Link](placeholder-list.md#nameless-plugin)**]
|
- [x] Provides own placeholders. [**[Link](placeholder-list.md#nameless-plugin)**]
|
||||||
@@ -674,6 +674,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/)**
|
- **[PlayTime](https://www.spigotmc.org/resources/26016/)**
|
||||||
- [ ] Supports placeholders.
|
- [ ] Supports placeholders.
|
||||||
- [x] Provides own placeholders. [**[Link](placeholder-list.md#playtime)**]
|
- [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/)**
|
- **[PlaytimeRewards](https://www.spigotmc.org/resources/100231/)**
|
||||||
- [x] Supports placeholders.
|
- [x] Supports placeholders.
|
||||||
- [x] Provides own placeholders. [**[Link](placeholder-list.md#playtimerewards)**]
|
- [x] Provides own placeholders. [**[Link](placeholder-list.md#playtimerewards)**]
|
||||||
|
|||||||
Reference in New Issue
Block a user