Merge pull request #1101 from LOOHP/wiki

ImageFrame playback placeholders
This commit is contained in:
Andre_601 2025-02-05 02:50:22 +01:00 committed by GitHub
commit 3cf78290fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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)**
- **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_"<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/)**
/// 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
- **[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)**]