ImageFrame playback placeholders

This commit is contained in:
LOOHP 2025-02-05 00:21:35 +00:00
parent e560cfb4ae
commit 74a590ca1e
2 changed files with 17 additions and 0 deletions

View File

@ -246,6 +246,7 @@ Further details on how to contribute to this list or the wiki as a whole can be
- **[HyacinthHello](#hyacinthhello)** - **[HyacinthHello](#hyacinthhello)**
- **I** - **I**
- **[ImageFrame](#imageframe)**
- **[InteractionVisualizer](#interactionvisualizer)** - **[InteractionVisualizer](#interactionvisualizer)**
- **[InteractiveChat](#interactivechat)** - **[InteractiveChat](#interactivechat)**
- **[Island Border (ASkyblock / BentoBox / uSkyBlock / AcidIsland)](#island-border)** - **[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_"<player>:<imagemap>"_playback_bar_<length>_[character]_[current_section_prefix]_[remaining_section_prefix]%
%imageframe_"<player>:<imagemap>"_playback_current%
%imageframe_"<player>:<imagemap>"_playback_total%
%imageframe_"<player>:<imagemap>"_playback_pause%
```
----
### **[InteractionVisualizer](https://www.spigotmc.org/resources/77050/)** ### **[InteractionVisualizer](https://www.spigotmc.org/resources/77050/)**
/// integrated | Built into Plugin /// integrated | Built into Plugin
/// ///

View File

@ -446,6 +446,9 @@ If your plugin isn't shown here and you want it to be added, [read the Wiki READ
---- ----
## I ## 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/)** - **[InteractionVisualizer](https://www.spigotmc.org/resources/77050/)**
- [ ] Supports placeholders. - [ ] Supports placeholders.
- [x] Provides own placeholders. [**[Link](placeholder-list.md#interactionvisualizer)**] - [x] Provides own placeholders. [**[Link](placeholder-list.md#interactionvisualizer)**]