diff --git a/docs/users/placeholder-list.md b/docs/users/placeholder-list.md index 3dbb808..397529b 100644 --- a/docs/users/placeholder-list.md +++ b/docs/users/placeholder-list.md @@ -241,6 +241,7 @@ Further details on how to contribute to this list or the wiki as a whole can be - **[Heroes](#heroes)** - **[HoloBlock](#holoblock)** - **[HoloMobHealth](#holomobhealth)** + - **[Honeypot](#honeypot)** - **[HPWizard](#hpwizard)** - **[Hugs](#hugs)** - **[HyacinthHello](#hyacinthhello)** @@ -3200,6 +3201,20 @@ Please see ?510 for a list of all expansions officially maintained by the Placeh ---- +- ### **[Honeypot](https://www.spigotmc.org/resources/96665)** + > NO DOWNLOAD COMMAND + + Get information about your players from Honeypot. + Please refer to the [Wiki](https://github.com/TerrorByteTW/Honeypot/wiki#placeholders) for more detailed information. + + ``` + %honeypot_current_count_broken% + %honeypot_breaks_before_action% + %honeypot_current_count_broken_% + ``` + +---- + - ### **[HPWizard](https://www.spigotmc.org/resources/26821/)** > NO DOWNLOAD COMMAND diff --git a/docs/users/plugins-using-placeholderapi.md b/docs/users/plugins-using-placeholderapi.md index 90c609a..b88f36c 100644 --- a/docs/users/plugins-using-placeholderapi.md +++ b/docs/users/plugins-using-placeholderapi.md @@ -437,6 +437,9 @@ If your plugin isn't shown here and you want it to be added, [read the Wiki READ - **[HoloMobHealth](https://www.spigotmc.org/resources/75975/)** - [x] Supports placeholders. - [x] Provides own placeholders. [**[Link](placeholder-list.md#holomobhealth)**] +- **[Honeypot](https://www.spigotmc.org/resources/96665)** + - [x] Supports placeholders. + - [x] Provides own placeholders. [**[Link](placeholder-list.md#honeypot)**] - **[HPWizard](https://www.spigotmc.org/resources/26821/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[Link](placeholder-list.md#hpwizard)**]