diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index 06280e0..3d13de7 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -152,7 +152,8 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[Hugs](#hugs)** ## **I** -- **[interactionvisualizer](#interactionvisualizer)** +- **[InteractionVisualizer](#interactionvisualizer)** +- **[InteractiveChat](#interactivechat)** - **[Island Border (ASkyblock / BentoBox / uSkyBlock / AcidIsland)](#island-border-askyblock--bentobox--uskyblock--acidisland)** - **[IslandRate (ASkyBlock Addon)](#islandrate-askyblock-addon)** - **[IslandRate (AcidIsland Addon)](#islandrate-acidisland-addon)** @@ -2345,6 +2346,14 @@ You can find an up-to-date list of the placeholders in [their wiki](https://fact ``` ---- +- ### **[InteractiveChat](https://www.spigotmc.org/resources/75870/)** +> NO DOWNLOAD COMMAND + +``` +%interactivechat_mentiontoggle% +``` +---- + - ### **[Island Border (ASkyblock / BentoBox / uSkyBlock / AcidIsland)](https://www.spigotmc.org/resources/56320/)** > NO DOWNLOAD COMMAND diff --git a/wiki/Plugins-using-PlaceholderAPI.md b/wiki/Plugins-using-PlaceholderAPI.md index b6b11ff..0440294 100644 --- a/wiki/Plugins-using-PlaceholderAPI.md +++ b/wiki/Plugins-using-PlaceholderAPI.md @@ -416,6 +416,9 @@ If your plugin isn't shown here and you want it to be added, [open an issue](/Pl - **[InteractionVisualizer](https://www.spigotmc.org/resources/77050/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#interactionvisualizer]]**] +- **[InteractiveChat](https://www.spigotmc.org/resources/75870/)** + - [x] Supports placeholders. + - [x] Provides own placeholders. [**[[Link|Placeholders#interactivechat]]**] - **[IslandRate (ASkyBlock Addon)](https://www.spigotmc.org/resources/53519/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[[Link|Placeholders#islandrate-askyblock-addon]]**]