Downloading the expansion:
- Manually:
- Download the expansion from the Ecloud
- Place the .jar file inside of the
/plugins/PlaceholderAPI/expansions/
folder
- In-game command:
/papi ecloud download RNG
Placeholders:
%rng_random% - Returns a random number between 1 and 2147483647.
%rng_online_player% - Returns a random player's name who is online
%rng_last_generated% - Returns the last number generated.
%rng_<minimum>,<maximum>% - Returns a random number between the two boundaries.
Note: the minimum and maximum values can utilise bracket placeholders with {}
.
Example: %rng_{player_health},{player_exp}%