From 00b95461b6d0869483d0bbe21fbc591f7e96b10b Mon Sep 17 00:00:00 2001 From: Andre601 <11576465+Andre601@users.noreply.github.com> Date: Sun, 13 Sep 2020 00:11:52 +0200 Subject: [PATCH] Add SimpleCoins to the wiki --- wiki/Placeholders.md | 11 +++++++++++ wiki/Plugins-using-PlaceholderAPI.md | 3 +++ 2 files changed, 14 insertions(+) diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index d41d004..ae47213 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -244,6 +244,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[SellAll](#sellall)** - **[SignLink](#signlink)** - **[SimpleClans](#simpleclans)** +- **[SimpleCoins](#simplecoins)** - **[SimpleCoinsAPI](#simplecoinsapi)** - **[SimpleKillTracker](#simplekilltracker)** - **[SimplePrefix](#simpleprefix)** @@ -3439,6 +3440,16 @@ Replace `[variable name]` with the name of the signlink variable ---- +- ### **[SimpleCoins](https://dev.bukkit.org/projects/simplecoins) +> NO DOWNLOAD COMMAND + +``` +%simplecoins_balane% +%simplecoins_currency_name% +``` + +---- + - ### **[SimpleCoinsAPI](https://www.spigotmc.org/resources/1432/)** > NO DOWNLOAD COMMAND diff --git a/wiki/Plugins-using-PlaceholderAPI.md b/wiki/Plugins-using-PlaceholderAPI.md index a6500a7..50f4094 100644 --- a/wiki/Plugins-using-PlaceholderAPI.md +++ b/wiki/Plugins-using-PlaceholderAPI.md @@ -744,6 +744,9 @@ If your plugin isn't shown here and you want it to be added, [open an issue](/Pl - **[SimpleClans](https://www.spigotmc.org/resources/5269/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#simpleclans]]**] +- **[SimpleCoins](https://dev.bukkit.org/projects/simplecoins)** + - [ ] Supports placeholders. + - [x] Provides own placeholders. [**[[Link|Placeholders#simplecoins]]**] - **[SimpleCoinsAPI](https://www.spigotmc.org/resources/1432/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#simplecoinsapi]]**]