From 74a590ca1ed9fc26398092da013ec8aea51d063d Mon Sep 17 00:00:00 2001 From: LOOHP Date: Wed, 5 Feb 2025 00:21:35 +0000 Subject: [PATCH] ImageFrame playback placeholders --- docs/users/placeholder-list.md | 14 ++++++++++++++ docs/users/plugins-using-placeholderapi.md | 3 +++ 2 files changed, 17 insertions(+) diff --git a/docs/users/placeholder-list.md b/docs/users/placeholder-list.md index 2fa3b3d..2983fe7 100644 --- a/docs/users/placeholder-list.md +++ b/docs/users/placeholder-list.md @@ -246,6 +246,7 @@ Further details on how to contribute to this list or the wiki as a whole can be - **[HyacinthHello](#hyacinthhello)** - **I** + - **[ImageFrame](#imageframe)** - **[InteractionVisualizer](#interactionvisualizer)** - **[InteractiveChat](#interactivechat)** - **[Island Border (ASkyblock / BentoBox / uSkyBlock / AcidIsland)](#island-border)** @@ -3377,6 +3378,19 @@ You can find an up-to-date list of placeholders in the [HyacinthHello wiki](http ---- +### **[ImageFrame](https://www.spigotmc.org/resources/106031/)** +/// integrated | Built into Plugin +/// + +``` +%imageframe_":"_playback_bar__[character]_[current_section_prefix]_[remaining_section_prefix]% +%imageframe_":"_playback_current% +%imageframe_":"_playback_total% +%imageframe_":"_playback_pause% +``` + +---- + ### **[InteractionVisualizer](https://www.spigotmc.org/resources/77050/)** /// integrated | Built into Plugin /// diff --git a/docs/users/plugins-using-placeholderapi.md b/docs/users/plugins-using-placeholderapi.md index 43c711a..3bfe8ba 100644 --- a/docs/users/plugins-using-placeholderapi.md +++ b/docs/users/plugins-using-placeholderapi.md @@ -446,6 +446,9 @@ If your plugin isn't shown here and you want it to be added, [read the Wiki READ ---- ## I +- **[ImageFrame](https://www.spigotmc.org/resources/106031/)** + - [ ] Supports placeholders. + - [x] Provides own placeholders. [**[Link](placeholder-list.md#imageframe)**] - **[InteractionVisualizer](https://www.spigotmc.org/resources/77050/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[Link](placeholder-list.md#interactionvisualizer)**]