Tags
Creators
Details
Licensed ARR
Published last year
Updated 4 days ago
All versions
1.3
Release
Animated FramesPL 1.36 months ago 424
Compatibility
Minecraft: Java Edition
1.21โ1.21.1
1.20.1
Platforms
Bukkit
Paper
Purpur
Spigot
Required content
Changes

AnimatedFrames Plugin โ v1.3
Plugin version of the AnimatedFrames mod. You need to have the mod to use the plugin. Compatible with AnimatedFrames v1.5+ mod Java 21 requirements
Commands
/medias show <player|@a> <file> [time] [position] [scale] [volume]/stop stockings <player|@a>/half check <player>/media status/medias help
What's new in v1.3 (current version)
- Support for video files .mp4
- Volume control (0โ100) for all media types
- New fullscreen position
- Default volume set to 80 when not specified
Support
Sunny: https://x.com/SunnyAim_
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:mAbDCyw6:73RuVyYK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mAbDCyw6:73RuVyYK"
}

