ImageFrame | Load Images on Maps & Item Frames! | Support GIFs! | Map Markers! | Survival Friendly icon

ImageFrame | Load Images on Maps & Item Frames! | Support GIFs! | Map Markers! | Survival Friendly -----

Put images on maps and walls!




  • Support for Minecraft 26.2
  • More dithering algorithms
  • Plugin will now attempt to find the image when given an indirect link
----------, Jun 19, 2026

  • Upload webpage now also translatable
  • Fixed issue when getting new map id on 26.1 when the world has no maps

Please delete the "upload" folder in the ImageFrame plugin folder before starting the server after updating the JAR.
If you do not do this, the webpage will not be updated to the new version.
----------, May 6, 2026

  • Fixed issue when getting new map id on 26.1
  • Support for Minecraft 26.1.2
----------, Apr 9, 2026

  • Support for Minecraft 26.1.1
----------, Apr 4, 2026

  • Added experimental support for ImageFrame Client for 1.21.4, 1.21.8, 1.21.10, & 1.21.11 clients
  • Improved how ImageMap loaders and media loaders are registered for addons support
  • Added beta support for cross-server MySQL storage support
  • Fixed a problem with grindstones
  • Internationalization for player-facing messages through community crowdsourcing!
  • Added config option to have maps combined by default
----------, Dec 24, 2025

  • Support for Minecraft 1.21.10
----------, Oct 11, 2025

  • Support for Minecraft 1.21.8
----------, Jul 17, 2025

  • Support for Minecraft 1.21.7
----------, Jun 30, 2025

  • Support for Minecraft 1.21.6
----------, Jun 20, 2025

  • Fixed a bug where images only appear after restart
----------, May 1, 2025

  • Reverted old image cache strategy by default
  • Made try delete empty map files false by default
  • These options can be toggled in the config instead for the time being
  • Fixed fakeMapIdsSet could be null
  • Fixed recipe methods doesn't exist on old versions
----------, Apr 25, 2025

  • Support for Minecraft 1.21.5
  • Added embedded upload service feature
  • Added playback papi placeholders
  • Added survival-friendly way to obtain invisible item frames
  • Various bug fixes
===================================================
If you do not want to use the embedded upload service feature, make sure to edit the config as follows after you update.
Code (YAML):
#ImageFrame's convenient upload system where you can upload directly through an embedded web server
UploadService
:
  #Changing this value requires a restart
  Enabled
: false
If you do not want to use the survival-friendly way to obtain invisible item frames feature, make sure to edit the config as follows after you update.
Code (YAML):
InvisibleFrame :
  # Survival friendly way to get invisible item frames by splashing dropped items with invisibility potions
  # Set to -1 for unlimited
  # Set to 0 to disable
  MaxConversionsPerSplash
: 0
----------, Apr 16, 2025

  • Fixed jumpTo while animated map is paused
  • Check IF & world folder map ids too when creating new maps
  • Fixed an error in certain versions on chunk load
----------, Jan 18, 2025

  • Fixed combined map items jittering in the player inventory
----------, Dec 29, 2024

  • Support for Minecraft 1.21.4
----------, Dec 13, 2024

  • Support for Minecraft 1.21.3
----------, Nov 16, 2024

  • Support for Minecraft 1.21.1
  • Fixed combined maps being used for crafting
----------, Aug 9, 2024

  • Support for Minecraft 1.21
  • Fixes a bug on Folia
----------, Jun 16, 2024

  • Support for Minecraft 1.20.6
  • Moved away from reflection as much as possible
  • Plugin now no longer depends on ProtocolLib
----------, May 3, 2024

  • Support for Minecraft 1.20.4
  • Fixed support for Folia
----------, Dec 14, 2023

  • Support for Minecraft 1.20.2
  • Wait 0.5 seconds before sending packets after player join
  • Better Map Item Check
  • Added SendAnimatedMapsOnMainThread
  • VIEW_ANIMATED_MAPS preference can now also be "unset"
  • Added preference command
  • Create missing map views
  • Added mapRenderersContextual option
  • Added purge command
  • Various bug fixes
----------, Sep 26, 2023

  • Added ExemptMapIdsFromDeletion option
  • Direct selection command also usable in the console /if select world x1 y1 z1 x2 y2 z2
  • Info and Refresh Commands are no longer restricted to players
  • Improve RAM usage
  • Replaced pause command with playback command
  • Allow the refresh command to be run by the console
  • Initial Folia Support
  • Many internal improvements and bug fixes
----------, Aug 24, 2023

  • Support for Minecraft 1.20
  • Fixed completionCallback NPE
  • Added pause command
  • Added ImageMapProcessing message
  • Added ImageMap Migration
  • Added admin map creation for other players
----------, Jun 8, 2023

  • Fixed GIFs not running smoothly on Item Frames on 1.19.4
----------, Mar 20, 2023

  • Support for Minecraft 1.19.4
  • Fixed /if get selection
  • Better handle ViaVersion legacy players
----------, Mar 16, 2023

  • Fixed event registration on MC versions with no EntitiesLoadEvent
  • Extended /if get to allow specifying which player
  • Fixed denying combined maps into tables
----------, Mar 3, 2023

  • Changed how Animated Images on Image Frames are sent, Network usage should drop drastically
  • Added config option "MapPacketSendingRateLimit" for servers with players with insufficient bandwidth
----------, Feb 16, 2023

  • Fixed animations where all frames are the same
----------, Jan 30, 2023

  • Only send frames if they are different from the last for GIFs
  • Account for custom worlds folder path
----------, Jan 29, 2023

  • Fixed map creation
----------, Jan 2, 2023

  • Hot Fix for Image loading and migration
  • Fixed a race condition when creating maps
----------, Dec 29, 2022

  • Support for Minecraft 1.19.3
  • Admin commands reworked
  • You can now use <player>:<name> to access another player's map if you have permission
  • Added setaccess command for map sharing with other players
----------, Dec 9, 2022

  • Fixed image fitting in some situations
  • Fixed a crash in a certain situation
----------, Nov 21, 2022

  • Added Combined ImageMaps
  • Flipped width and height in ImageOnMap migration
  • Incorrect rotation for item frames on the ceiling
  • Missing tab complete for adminclone
  • get and admin get on selected item frames not working
  • Do not take away maps for adminclone
----------, Nov 19, 2022

  • Added easy migration for third-party plugins DrMap and ImageOnMap
  • Alternative memory-efficient way of storing deleted map ids
  • Max image file size config option
  • Better intelligence in identifying GIFs
----------, Nov 15, 2022

  • Added the ability to add URL static image overlays on regular vanilla maps!
----------, Nov 11, 2022

  • Track deleted map ids and convert them back to empty maps
  • Block image maps from being zoomed out or locked in cartography tables and crafting tables
----------, Nov 11, 2022

  • Fixed errors while creating image maps
  • Fixed incorrect error message when not using create command correctly
  • Maps do not save after refreshing
  • Check whether an ItemFrame is protected before placing maps
----------, Nov 10, 2022

  • Drop usage of fastutl as some server versions doesn't have that resulting in a ClassNotFound exception, preventing the plugin from starting
  • Fixed an issue where players would get kicked when refreshing GIF ImageFrames
----------, Nov 6, 2022

  • Fixed incorrect api version in plugin.yml (Causing plugin to not start on supported versions below 1.19)
  • Fixed & Improved ImageMap refresh command logic
  • Improved marker editor
----------, Nov 5, 2022

  • Added ability to deep clone ImageMaps
  • Cloned maps are separate ImageMaps with the same data and markers at the time when they were cloned
  • Added admin command to change the creator of an ImageMaps
----------, Nov 4, 2022

  • Fixed incorrect default permissions in plugin.yml
----------, Nov 4, 2022

  • Added the ability to add markers to ImageFrames!
  • Support RGB colors
  • Added /imageframe marker and /imageframe adminmarker
  • Switched some map sending work to packet-based via ProtocolLib
  • ProtocolLib is now a hard depend
----------, Nov 4, 2022

  • Added ways to directly add image maps to item frames
  • Added rename commands
  • Support for reading webp images
----------, Nov 2, 2022

  • Configurable max size
  • Restrict images to certain urls
  • Map limits per player
  • List maps
  • Delete maps
----------, Nov 1, 2022


Resource Information
Author:
----------
Total Downloads: 98,533
First Release: Nov 1, 2022
Last Update: May 6, 2026
Category: ---------------
All-Time Rating:
41 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings