mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-02-26 05:51:12 +01:00
Add RNG, Declare's Advanced Jobs & HeroChat
This commit is contained in:
@@ -50,7 +50,7 @@ Further details on how to contribute to this list or the wiki as a whole can be
|
|||||||
- **Q**
|
- **Q**
|
||||||
- *No Expansions*
|
- *No Expansions*
|
||||||
- **R**
|
- **R**
|
||||||
- *No Expansions*
|
- **[RNG](#rng)**
|
||||||
- **S**
|
- **S**
|
||||||
- **[Server](#server)**
|
- **[Server](#server)**
|
||||||
- **[String](#string)**
|
- **[String](#string)**
|
||||||
@@ -79,7 +79,7 @@ Further details on how to contribute to this list or the wiki as a whole can be
|
|||||||
- **C**
|
- **C**
|
||||||
- *No Expansions*
|
- *No Expansions*
|
||||||
- **D**
|
- **D**
|
||||||
- *No Expansions*
|
- **[Declares Advanced Jobs](#declares-advanced-jobs)**
|
||||||
- **E**
|
- **E**
|
||||||
- **[EconomyAPI](#economyapi)**
|
- **[EconomyAPI](#economyapi)**
|
||||||
- **[EliteEssentials](#eliteessentials)**
|
- **[EliteEssentials](#eliteessentials)**
|
||||||
@@ -271,6 +271,23 @@ More info about this expansion can be found on the [GitHub-Repository](https://g
|
|||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
### **RNG**
|
||||||
|
/// command | papi ecloud download rng
|
||||||
|
///
|
||||||
|
|
||||||
|
```
|
||||||
|
%rng_random%
|
||||||
|
%rng_online_player%
|
||||||
|
%rng_last_generated%
|
||||||
|
%rng_<minimum>,<maximum>%
|
||||||
|
%rng_list:<num1>;<weight1>,<num2>;<weight2>%
|
||||||
|
|
||||||
|
NOTE: You can use embedded placeholders e.g.:
|
||||||
|
%rng_{player_health},{player_exp}%
|
||||||
|
```
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
### **Server**
|
### **Server**
|
||||||
/// command | papi ecloud download Server
|
/// command | papi ecloud download Server
|
||||||
///
|
///
|
||||||
@@ -375,6 +392,19 @@ Expansions listed here require the linked resource (plugin/mod) to work properly
|
|||||||
Most of the listed Expansions are NOT made and maintained by the PlaceholderAPI team.
|
Most of the listed Expansions are NOT made and maintained by the PlaceholderAPI team.
|
||||||
Please see ?510 for a list of all expansions officially maintained by the PlaceholderAPI team.
|
Please see ?510 for a list of all expansions officially maintained by the PlaceholderAPI team.
|
||||||
|
|
||||||
|
### **[Declares-Advanced-Jobs](https://www.curseforge.com/hytale/mods/declares-advanced-jobs)**
|
||||||
|
/// integrated | Built into mod
|
||||||
|
///
|
||||||
|
|
||||||
|
```
|
||||||
|
%jobs_current_job%
|
||||||
|
%jobs_level_<job>%
|
||||||
|
%jobs_xp_<job>%
|
||||||
|
%jobs_income_<job>%
|
||||||
|
```
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
### **[EconomyAPI](https://www.curseforge.com/hytale/mods/economyapi)**
|
### **[EconomyAPI](https://www.curseforge.com/hytale/mods/economyapi)**
|
||||||
/// integrated | Built into mod
|
/// integrated | Built into mod
|
||||||
///
|
///
|
||||||
|
|||||||
@@ -59,10 +59,9 @@ No Plugins available
|
|||||||
|
|
||||||
----
|
----
|
||||||
## D
|
## D
|
||||||
|
- **[Declare's Advanced Jobs](https://www.curseforge.com/hytale/mods/declares-advanced-jobs)**
|
||||||
/// info |
|
- [x] Supports placeholders.
|
||||||
No Plugins available
|
- [x] Provides own placeholders. [**[Link](../placeholder-list/hytale.md#declares-advanced-jobs)**]
|
||||||
///
|
|
||||||
|
|
||||||
----
|
----
|
||||||
## E
|
## E
|
||||||
@@ -110,6 +109,9 @@ No Plugins available
|
|||||||
- **[HyperFactions](https://www.curseforge.com/hytale/mods/hyperfactions)**
|
- **[HyperFactions](https://www.curseforge.com/hytale/mods/hyperfactions)**
|
||||||
- [ ] Supports placeholders.
|
- [ ] Supports placeholders.
|
||||||
- [x] Provides own placeholders. [**[Link](../placeholder-list/hytale.md/#hyperfactions)**]
|
- [x] Provides own placeholders. [**[Link](../placeholder-list/hytale.md/#hyperfactions)**]
|
||||||
|
- **[HeroChat](https://www.curseforge.com/hytale/mods/herochat)**
|
||||||
|
- [x] Supports placeholders.
|
||||||
|
- [ ] Provides own placeholders.
|
||||||
|
|
||||||
----
|
----
|
||||||
## I
|
## I
|
||||||
|
|||||||
Reference in New Issue
Block a user