Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
Creators
Details
Licensed ARR
Published 4 weeks ago
Updated 2 weeks ago
📺 AnimatedFrames
- Display GIFs on screen.
AnimatedFrames allows you to display Animated GIFs within Minecraft using simple commands.
📝 Commands
/gif show <name> <duration> <position> <size>
→ Display a GIF locally (client-side).
Example:/gif show sunny.gif 10 center 1.0
/gifserver show <player|@a|@p|@r> <name> <duration> <position> <size>
→ Send a GIF to specified players (server-side, requires OP permissions).
Example:/gifserver show @a example.gif 15 topleft 2.0
/gif stop
→ Stop the current GIF (client-side)./gifserver stop <player|@a|@p|@r>
→ Stop the GIF for specified players (server-side)./gif list
//gifserver list
→ List available GIFs in the client or server folder./gif help
//gifserver help
→ Show command help.
⚠️ Requirements
- Client: Place GIFs in
config/AnimatedFrames/
(created automatically on first run). - Server: Place GIFs in
config/AnimatedFrames/server_gifs/
(created automatically). - Note: On dedicated servers, the AnimatedAuth premium plugin is required for
/gifserver
commands. Contact @SunnyAim_ for details. - GIFs must be valid (GIF89a or GIF87a format) and not exceed 10MB, 1280x1280 pixels, or 300 frames to avoid performance issues.
-
GIF sent on Client:
-
-
GIF sent on a Server:
-
Tutorial
Placing GIFs on the Client
Folder Location:
GIFs go in the mod’s folder within your Minecraft directory:
.minecraft/config/AnimatedFrames/
If the folder doesn’t exist, it will be created automatically when the mod runs.
Steps:
- Copy your GIF file (up to 10MB, 1280x1280 pixels, 300 frames) into
config/AnimatedFrames/
. - Ensure the file name includes the
.gif
extension (e.g.,test.gif
). - Use the in-game command to display it:
Example:/gif show sunny.gif 10 center 1.0
Notes:
- Only you see the GIF when using
/gif show
. - Ensure AnimatedFrames is in your
.minecraft/mods/
folder. - Invalid GIFs or those exceeding limits will display an error in-game.
Placing GIFs on the Server
Folder Location:
GIFs go in the mod’s folder in the server directory:
config/AnimatedFrames/server_gifs/
If the folder doesn’t exist, it will be created automatically when the mod runs.
Steps:
- Copy the GIF file (up to 10MB, 1280x1280 pixels, 300 frames) into
config/AnimatedFrames/server_gifs/
. - Ensure the file name includes
.gif
(e.g.,tutorial.gif
). - Use the server command to send the GIF to players:
Example:/gifserver show @a sunny.gif 15 center 1.0
Notes:
- The server must have AnimatedFrames in its
mods/
folder. - You need operator (OP) permissions to use
/gifserver
. - All players with the mod installed will see the GIF when targeted (e.g.,
@a
for all players). - GIFs are cached on server startup for faster delivery.
- in gifs of 1mb or more there may be errors.
Credits
- By @SunnyMp
- Support: Contact @SunnyAim_ for help or inquiries.