diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index a8b3793..1c694c4 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -236,6 +236,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[RabbitsVSPenguins](#rabbitsvspenguins)** - **[RageMode](#ragemode)** - **[Rankup](#rankup)** +- **[RealisticWorldGenerator](#realisticworldgenerator)** - **[RedProtect](#redprotect)** - **[ReferralSystem](#referralsystem)** - **[RestrictedDimensions](#restricteddimensions)** @@ -3331,6 +3332,18 @@ You can find an up-to-date list of the placeholders in [their wiki](https://gith ``` ---- +- ### **[RealisticWorldGenerator](https://www.spigotmc.org/resources/15905/)** +> NO DOWNLOAD COMMAND + +``` +%rwg_schematicAmount% +%rwg_schematics% +%rwg_biome% +%rwg_position1% +%rwg_position2% +``` +---- + - ### **[RedProtect](http://otmc.org/resources/15841/)** > NO DOWNLOAD COMMAND diff --git a/wiki/Plugins-using-PlaceholderAPI.md b/wiki/Plugins-using-PlaceholderAPI.md index fafd262..5b07787 100644 --- a/wiki/Plugins-using-PlaceholderAPI.md +++ b/wiki/Plugins-using-PlaceholderAPI.md @@ -693,6 +693,9 @@ If your plugin isn't shown here and you want it to be added, [open an issue](/Pl - **[RawMSG](https://www.spigotmc.org/resources/35864/)** - [x] Supports placeholders. - [ ] Provides own placeholders. +- **[RealisticWorldGenerator](https://www.spigotmc.org/resources/15905/)** + - [ ] Supports placeholders. + - [x] Provides own placeholders. [**[[Link|Placeholders#realisticworldgenerator]]**] - **[RecentFind (Treasures Add-on)](https://www.spigotmc.org/resources/33366/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#recentfind]]**]