ImageFrame 图标

Minecraft 服务端插件

ImageFrame

Put images on maps and walls!

装饰类游戏机制工具类foliapaperpurpurspigot
版本范围
1.13–26.2
下载量
21.8 万

插件介绍

Speak a language that is not supported by ImageFrame yet? We would appreciate it if you contribute on Crowdin!


About

Want to display information on your server in a fancy way? Or maybe you want to display a nice animated TV screen in your home base? Then this is the plugin for you!

Want HD and Full-color Images? Check out ImageFrame Client, the complimentary mod for ImageFrame!

Videos

Want video demonstrations? Here are some videos made by some awesome people! Video by ServerMiner in English:

Video by KasaiSora in English:

Features

1. Load Images onto Maps and Item Frames

  • Load images from URLs!
  • PNG, JPEG, WEBP & GIFs are supported!
  • Get them in Map form or directly on Item Frames! (Select your Item Frames with the smart selection tool!)
  • Automatic image fitting means your images won't be stretched!

2. Even Works with Animated GIFs!

  • Images will be animated if they are GIFs!
  • Animated up to 1/20 of a second!
  • Animation tasks run asynchronously

3. Define Custom Width and Height

  • Have your image span across multiple maps
  • Automatic image fitting works across all sizes too!
  • Ideal for displaying on Item Frames!

^ These metro platform signs look awesome, don't they? Put together with ImageFrame and invisible glowing item frames!

4. Add Overlays to Regular Vanilla Maps!

  • Create an image map with a regular vanilla map in your hand
  • Or across multiple maps via selecting them in item frames!

^ Notice the extra text with a blue background at the top of the map?

5. Combined ImageMap for Easy Placement!

  • Get an entire multi-part ImageMap as one combined item!
  • Automatically searches for space to place the ImageMap on an Item Frame wall (or floor/ceiling)
  • The clicked Item Frame is treated as top-left if there is enough space
  • When broken, the whole combined map is removed with a single combined map returned!
  • Respect Item Frame protections on other plugins! (via calling Bukkit events)

^ The hearts particle is from another plugin which listens to the EntityDamageEvent ^ Built-in Invisible Item Frames System

6. Refresh Maps Easily!

  • Refresh all copies of the same image map from the URL source in one simple command!
  • Ideal for displaying information that you'll have to update across your server every once a while, without having to go and replace every single one

^ I've uploaded and replaced the TNT block with the grass block at the source URL, and I am holding 1 of the 4 maps in my hand

7. Add Map Markers To Your Images!

  • Any map icon can be used! Such as the mansion and temple icons on Vanilla cartographer maps!
  • They can also have an optional line of text below them
  • Configurable max markers per map
  • Ideal for marking locations on custom image maps!

8. Survival Friendly

  • Require players in survival to have empty maps in their inventory to be able to create image maps (using player commands)
  • Even works when directly creating images on Item Frames or getting the Combined ImageMap item!
  • Configurable in the config

9. Easy to Keep Track and Manage

  • Commands available to help you (both as players and admins) manage your (or everybody's) created image maps
  • Ability to give access to ImageMaps to other players!
  • Different permission levels for different players you decided to share maps with.
  • Such as listing all maps of a player, renaming etc.
  • Option to set an image creation limit per player (Can be different for each player!)
  • Option to set a maximum size for a single image frame! (Customizable as always)
  • Migration available for ImageMap, ImageOnMap and DrMap (Message me for more plugin support requests)

10. Invisible Item Frames

  • Built-in support for survival-friendly invisible item frames!
  • Splash item frame items with invisibility potions to obtain.
  • Can adjusted in the config.

11. Languages

  • All player-facing messages are translated to different languages depending on the player's client language.
  • If the language you speak is not yet supported, please contribute on Crowdin so we can build a better plugin for everyone together!

12. Complementary Mod

  • Check out this complementary mod, which lets you see images in HD, full colours, and more!

13. Multi-Server Support

  • With MySQL storage support, you can have the same maps across multiple servers in your server network! (Plugin does not need to be installed on the Bungeecord/Velocity proxy)

Dependencies

  • None!

Installation

  1. Put ImageFrame.jar into the plugins folder along with the required dependencies
  2. Start the server
  3. Edit the config (if you need to)
  4. Restart the server (if you changed something in the config in step 3)

Development Builds

Jenkins

Showcase Server

Want to see the plugin in action?

IP: mc.loohpjames.com

Commands

Legend: For command ""/"<image_name>" arguments, You can access another players map if you have permission through this syntax: ":"

For example: /if get LOOHP:map combined

Administration:

/imageframe reload - Reloads the plugin
/imageframe update - Check for updates
/imageframe storagemigrate - Storage type migration

Player:

/imageframe select - Select item frames to put image maps on
/imageframe create <name> <url> <width> <height> - Create a new image map
/imageframe create <name> <url> selection - Create a new image map and put it directly in your selected item frames
/imageframe create <name> <url> <width> <height> combined - Create a new image map and get its Combined ImageMap item
/imageframe overlay <name> <url> - Create a new image map that adds an overlay on a Minecraft Vanilla map you are holding
/imageframe overlay <name> <url> selection - Create a new image map that adds an overlay on a Minecraft Vanilla map in your selected item frames
/imageframe clone <name> <new_name> - Create a new image map with the same properties as the old one
/imageframe clone <name> <new_name> selection - Create a new image map with the same properties as the old one and put it directly in your selected item frames
/imageframe clone <name> <new_name> combined - Create a new image map with the same properties as the old one and get its Combined ImageMap item
/imageframe playback <name> pause - Toggle pause for an animated image map
/imageframe playback <name> jumpto <seconds> - Jump to a specific second for an animated image map
/imageframe refresh [optional:image_name] [optional:new_url] - Refresh a map you've created from source url
/imageframe info - Get info related to the image map you are holding
/imageframe get <name> - Get a self-created pre-existing image map
/imageframe get <name> selection - Put a self-created pre-existing image map directly on your selected item frames
/imageframe get <name> combined - Get a self-created pre-existing image map in its Combined ImageMap form
/imageframe delete <name> - Delete a self-created pre-existing image map
/imageframe rename <name> <new_name> - Rename a self-created pre-existing image map
/imageframe list - List all self-created pre-existing image maps
/imageframe marker add <image_name> <marker_name> <direction:0-15> <marker_type> [optional:caption] - Add a marker to your map
/imageframe marker remove <image_name> <marker_name> - Remove a marker from your map
/imageframe marker clear <image_name> - Clear all markers from your map
/imageframe setaccess <name> <player> <permission> - Set access permission of other players for your map

Moderation:

/imageframe list <player> - List a player's pre-existing image maps
/imageframe giveinvisibleframe <glowing/regular> [amount] [player] - Give invisible item frame items
/imageframe adminsetcreator <image_id> <player> - Change the creator of an image map
/imageframe adminmigrate <ImageMap/DrMap/ImageOnMap> - Migrate data from the selected and supported third-party plugin

Permissions

permissions:
  imageframe.create:
    default: op
    description: Allow players to create new image maps
  imageframe.create.animated:
    default: op
    description: Allow players to create new animated image maps
  imageframe.create.others:
    default: op
    description: Allow players to create image maps for other players, applies to overlay and clone, bypasses owning limit
  imageframe.overlay:
    default: op
    description: Allow players to overlay images on Vanilla maps
  imageframe.clone:
    default: op
    description: Allow players to make deep copies of their own image maps
  imageframe.playback:
    default: op
    description: Allow players to pause or set position of playback of their own animated image maps
  imageframe.select:
    default: op
    description: Allow players to select item frames
  imageframe.marker:
    default: op
    description: Allow players to add and remove markers on image maps
  imageframe.marker.unlimited:
    default: op
    description: Allow players to add unlimited markers on image maps
  imageframe.refresh:
    default: op
    description: Allow players to refresh image maps
  imageframe.rename:
    default: op
    description: Allow players to rename image maps
  imageframe.info:
    default: true
    description: Allow players to view image map data
  imageframe.list:
    default: true
    description: Allow players to list all image maps they've created
  imageframe.list.others:
    default: op
    description: Allow players to list all image maps a player have created
  imageframe.delete:
    default: op
    description: Allow players to delete an image map they've created
  imageframe.purge:
    default: false
    description: Allow players to purge all image maps created by a specific player
  imageframe.purge.all:
    default: false
    description: Allow players to purge all image maps at once
  imageframe.get:
    default: op
    description: Allow players to get an image map they've created
  imageframe.setaccess:
    default: op
    description: Allow players to change access permissions of their image maps
  imageframe.adminbypass:
    default: op
    description: Bypass all access restrictions and allow users to use and modify any image map
  imageframe.adminsetcreator:
    default: op
    description: Allow players to change the creator of any image map via the image map id
  imageframe.admindelete:
    default: op
    description: Allow players to delete any image map via the image map id
  imageframe.adminmigrate:
    default: op
    description: Allow players to migrate maps from supported plugins to ImageFrame
  imageframe.preference:
    default: true
    description: Allow players to update their player preferences
  imageframe.preference.others:
    default: op
    description: Allow players to update other players' player preferences
  imageframe.giveinvisibleframe:
    default: op
    description: Allow players to give invisible item frames
  imageframe.reload:
    default: op
    description: Allows you reload the config file
  imageframe.resync:
    default: op
    description: Allows you force sync changes from storage
  imageframe.storagemigrate:
    default: op
    description: Allows you to send data to a different storage type
  imageframe.update:
    default: op
    description: Allows you receive update messages

Default Config

Latest Config with Descriptions

Data usage

Usage statistics at https://bstats.org/plugin/bukkit/ImageFrame will be visible to the public with your server included in the statistics. No private information of your server is sent. Update checking is also done via https://api.loohpjames.com to notify you whenever a new version is released. No private information of your server is sent.

版本与下载

推荐下载

ImageFrame-2026.1.4.0.jar版本 2026.1.4 · 4.5 MBSHA-1 9006cd90e9d5339a04fcf6129c808727f8553eac下载 ImageFrame-2026.1.4.0.jar

2026.1.4

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2 · 26.2
ImageFrame-2026.1.4.0.jar4.5 MBSHA-1 9006cd90e9d5339a04fcf6129c808727f8553eac获取文件 ImageFrame-2026.1.4.0.jar
展开更新日志

2026.1.3

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2 · 26.2
ImageFrame-2026.1.3.0.jar4.5 MBSHA-1 f26cbf47d0bfa3074724af013f4267cf5cea221c获取文件 ImageFrame-2026.1.3.0.jar
展开更新日志
  • Support for Minecraft 26.2
  • More dithering algorithms
  • Plugin will now attempt to find the image when given an indirect link

2026.1.2.1

测试版
加载器
folia · paper · purpur · spigot
MC 版本
1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2
ImageFrame-2026.1.2.1.jar4.5 MBSHA-1 0cddbf2bad7796c106554b08abccd314a121928e获取文件 ImageFrame-2026.1.2.1.jar
展开更新日志
  • Plugin will now attempt to find the image when given an indirect link

2026.1.2

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2
ImageFrame-2026.1.2.0.jar4 MBSHA-1 7ce49b08731f3850b523a23f583061950897cc19获取文件 ImageFrame-2026.1.2.0.jar
展开更新日志
  • 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.

2026.1.1.1

测试版
加载器
folia · paper · purpur · spigot
MC 版本
1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2
ImageFrame-2026.1.1.1.jar4 MBSHA-1 6476f665d87fffaffef960f5ec54788b6b7c220e获取文件 ImageFrame-2026.1.1.1.jar
展开更新日志
  • Improved upload server & webpage
  • Upload server webpage messages are now translatable

2026.1.1

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2
ImageFrame-2026.1.1.0.jar4 MBSHA-1 af29133c3fe7d85982c43531095242f8bf5e6e5b获取文件 ImageFrame-2026.1.1.0.jar
展开更新日志
  • Fixed issue when getting new map id on 26.1
  • Support for Minecraft 26.1.2

2026.1.0

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1
ImageFrame-2026.1.0.0.jar4 MBSHA-1 8426a987875313ea795c0e8c53e697082c1ba080获取文件 ImageFrame-2026.1.0.0.jar
展开更新日志
  • Support for Minecraft 26.1.1

1.9.0.1

测试版
加载器
folia · paper · purpur · spigot
MC 版本
1.13 · 1.13.1 · 1.13.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
ImageFrame-1.9.0.1.jar4 MBSHA-1 26c35ea31f9c95a770c833791eb32ac7920e408d获取文件 ImageFrame-1.9.0.1.jar
展开更新日志
  • Upload server failing to bind to port no longer causes the plugin to not enable
  • Upload URL messages now explicitly have click events on the URL part

1.9.0

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.13 · 1.13.1 · 1.13.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
ImageFrame-1.9.0.0.jar4 MBSHA-1 d201aab23c853ca19adeeb4d4a7c9b18075c80ea获取文件 ImageFrame-1.9.0.0.jar
展开更新日志
  • 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

1.8.7.5

测试版
加载器
folia · paper · purpur · spigot
MC 版本
1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
ImageFrame-1.8.7.5.jar4 MBSHA-1 6b89e9ddc4957c332f5f0b9c6b744b63199d6355获取文件 ImageFrame-1.8.7.5.jar
展开更新日志
  • Internationalization for player-facing messages through community crowdsourcing!
  • Added config option to have maps combined by default

Speak a language that is not supported by ImageFrame yet? We would appreciate it if you contribute on Crowdin!

1.8.7.4

测试版
加载器
folia · paper · purpur · spigot
MC 版本
1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
ImageFrame-1.8.7.4.jar3.9 MBSHA-1 11b7f404ba098a294a1c1698b17e3476b9073ef9获取文件 ImageFrame-1.8.7.4.jar
展开更新日志
  • Fixed a critical problem where animated maps won't load a second time, introduced in 1.8.7.3
  • Fixed a first time initialization error
  • Fixed a problem with grindstones

1.8.7.3

测试版
加载器
folia · paper · purpur · spigot
MC 版本
1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
ImageFrame-1.8.7.3.jar3.9 MBSHA-1 8799c78dcbda37c5eaf045726a9d2683fce57122获取文件 ImageFrame-1.8.7.3.jar
展开更新日志
  • Added beta support for cross-server MySQL storage support

This version contains a critical bug that is fixed in 1.8.7.4. Please do not use this version.

1.8.7.2

测试版
加载器
folia · paper · purpur · spigot
MC 版本
1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
ImageFrame-1.8.7.2.jar3.6 MBSHA-1 2591a2a05d0e0fd27f6364968ce02e3de2e4f4d2获取文件 ImageFrame-1.8.7.2.jar
展开更新日志
  • Improved how ImageMap loaders and media loaders are registered
  • This enables feature addons to support more input formats

1.8.7.1

测试版
加载器
folia · paper · purpur · spigot
MC 版本
1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
ImageFrame-1.8.7.1.jar3.6 MBSHA-1 bbe5cca7ea0cf579a42eff95f9a869a54e780064获取文件 ImageFrame-1.8.7.1.jar
展开更新日志
  • Added experimental support for ImageFrame Client for 1.21.4, 1.21.8 & 1.21.10 clients
  • Fixed platform scheduler relocation

1.8.7

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
ImageFrame-1.8.7.0.jar3.6 MBSHA-1 9dc98e0e443022b1073df8da0dc7360935a257c0获取文件 ImageFrame-1.8.7.0.jar
展开更新日志
  • Support for Minecraft 1.21.10

1.8.5

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
ImageFrame-1.8.5.0.jar3.6 MBSHA-1 d5c741d4da91e6e951b3203e7e612ccca98295a8获取文件 ImageFrame-1.8.5.0.jar
展开更新日志
  • Support for Minecraft 1.21.8

1.8.4

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7
ImageFrame-1.8.4.0.jar3.6 MBSHA-1 815f629caeb4838242dbdfe3d19624c1a7d160db获取文件 ImageFrame-1.8.4.0.jar
展开更新日志
  • Support for Minecraft 1.21.7

1.8.3

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6
ImageFrame-1.8.3.0.jar3.6 MBSHA-1 b3dfa083413290eeb062e676f1553ec34f9932e1获取文件 ImageFrame-1.8.3.0.jar
展开更新日志
  • Support for Minecraft 1.21.6

1.8.2

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
ImageFrame-1.8.2.0.jar3.5 MBSHA-1 6b9c39aede146d5dfc80b66ad44335085849a007获取文件 ImageFrame-1.8.2.0.jar
展开更新日志
  • Fixed a bug where images only appear after restart

1.8.1

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
ImageFrame-1.8.1.0.jar3.5 MBSHA-1 57ee85b9f99300223761d24f05e1a6b6abbcf91e获取文件 ImageFrame-1.8.1.0.jar
展开更新日志
  • 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

1.8.0

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
ImageFrame-1.8.0.0.jar3.5 MBSHA-1 83e6d7c43d9addebd3fa0fc62fa9b7fb1a34b0b0获取文件 ImageFrame-1.8.0.0.jar
展开更新日志
  • 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.

#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.

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

1.7.14.4

测试版
加载器
folia · paper · purpur · spigot
MC 版本
1.16.5 · 1.17.1 · 1.18.2 · 1.19.4 · 1.20.6 · 1.21.4
ImageFrame-1.7.14.4.jar2.8 MBSHA-1 4c8d10e0d873743b52db5f22032b1ba82ca9ff09获取文件 ImageFrame-1.7.14.4.jar
展开更新日志
  • Beta testing for an embedded upload service for you to upload images directly to the server via a web page
  • To set this up, you might to unblock your chosen port for the web server. It would be similar to how you setup plugins like dynmap or bluemap.
  • To use this feature in-game, type upload in places where you need to provide a url.

If you do not want to use this feature, make sure to edit the config as follows after you update.

#ImageFrame's convenient upload system where you can upload directly through an embedded web server
UploadService:
  #Changing this value requires a restart
  Enabled: false

1.7.14.2

测试版
加载器
folia · paper · purpur · spigot
MC 版本
1.16.5 · 1.17.1 · 1.18.2 · 1.19.4 · 1.20.6 · 1.21.4
ImageFrame-1.7.14.2.jar1.5 MBSHA-1 8be6ac5229f9aea85a5b8e5f929a57567629173d获取文件 ImageFrame-1.7.14.2.jar
展开更新日志

If you do not want to use this feature, make sure to edit the config as follows after you update.

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

1.7.14

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.16.5 · 1.17.1 · 1.18.2 · 1.19.4 · 1.20.6 · 1.21.4
ImageFrame-1.7.14.0.jar1.5 MBSHA-1 a71fc82a42d72aa86964aede08078989c3fcc6bf获取文件 ImageFrame-1.7.14.0.jar
展开更新日志
  • 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

1.7.13

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.16.5 · 1.17.1 · 1.18.2 · 1.19.4 · 1.20.6 · 1.21.4
ImageFrame-1.7.13.0.jar1.5 MBSHA-1 8fbbd24a0c821291b7a1383e4e7ffd951362ea23获取文件 ImageFrame-1.7.13.0.jar
展开更新日志
  • Fixed combined map items jittering in the player inventory

1.7.12

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.16.5 · 1.17.1 · 1.18.2 · 1.19.4 · 1.20.6 · 1.21.4
ImageFrame-1.7.12.0.jar1.5 MBSHA-1 513f85be54a28a58f990fff585f65ab9bfc2593a获取文件 ImageFrame-1.7.12.0.jar
展开更新日志
  • Support for Minecraft 1.21.4

1.7.11

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.16.5 · 1.17.1 · 1.18.2 · 1.19.4 · 1.20.6 · 1.21.3
ImageFrame-1.7.11.0.jar1.5 MBSHA-1 4ac0a03892717198caf17041fbab605516a9644d获取文件 ImageFrame-1.7.11.0.jar
展开更新日志
  • Support for Minecraft 1.21.3

1.7.10

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.16.5 · 1.17.1 · 1.18.2 · 1.19.4 · 1.20.6 · 1.21.1
ImageFrame-1.7.10.0.jar1.4 MBSHA-1 dbd7c02340f9d39939dd29b4006fa79660d9622b获取文件 ImageFrame-1.7.10.0.jar
展开更新日志
  • Support for Minecraft 1.21.1
  • Fixed combined maps being used for crafting

1.7.9

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.16.5 · 1.17.1 · 1.18.2 · 1.19.4 · 1.20.6 · 1.21
ImageFrame-1.7.9.0.jar1.4 MBSHA-1 b6fb556c0590c40ec40767867c86a45071fd6c87获取文件 ImageFrame-1.7.9.0.jar
展开更新日志
  • Support for Minecraft 1.21
  • Fixes a bug on Folia

1.7.8

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.16.5 · 1.17.1 · 1.18.2 · 1.19.4 · 1.20.6
ImageFrame-1.7.8.2.jar1.4 MBSHA-1 46ecb466b7a553c0ec4a29834050c201e6e17a75获取文件 ImageFrame-1.7.8.2.jar
展开更新日志
  • Support for Minecraft 1.20.6
  • Moved away from reflection as much as possible
  • Plugin now no longer depends on ProtocolLib

1.7.7

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.16.5 · 1.17.1 · 1.18.2 · 1.19.4 · 1.20.4
ImageFrame-1.7.7.0.jar1.3 MBSHA-1 c5d798682900bc75a72e614c89293e9aaf3cda12获取文件 ImageFrame-1.7.7.0.jar
展开更新日志
  • Support for Minecraft 1.20.4
  • Fixed support for Folia

1.7.6

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.16.5 · 1.17.1 · 1.18.2 · 1.19.4 · 1.20.2
ImageFrame-1.7.6.0.jar1.3 MBSHA-1 e91c27fb46765eb8b9a2a742134c9af8244743f0获取文件 ImageFrame-1.7.6.0.jar
展开更新日志
  • 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

1.7.5

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.16.5 · 1.17.1 · 1.18.2 · 1.19.4 · 1.20.1
ImageFrame-1.7.5.0.jar1.3 MBSHA-1 1e15332bc3997428413a8fc281fcb73dab74a77d获取文件 ImageFrame-1.7.5.0.jar
展开更新日志
  • 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

1.7.4

正式版
加载器
paper · purpur · spigot
MC 版本
1.16.5 · 1.17.1 · 1.18.2 · 1.19.4 · 1.20
ImageFrame-1.7.4.0.jar1.3 MBSHA-1 7aeaa1dd0e6fff8fd5c7bc9f0b3c29a0a95566c7获取文件 ImageFrame-1.7.4.0.jar
展开更新日志
  • Support for Minecraft 1.20
  • Fixed completionCallback NPE
  • Added pause command
  • Added ImageMapProcessing message
  • Added ImageMap Migration
  • Added admin map creation for other players

1.7.3

正式版
加载器
paper · purpur · spigot
MC 版本
1.16.5 · 1.17.1 · 1.18.2 · 1.19.4
ImageFrame-1.7.3.0.jar1.3 MBSHA-1 d6eb10e8c7c2d3b80d8a45be9e492251b5002429获取文件 ImageFrame-1.7.3.0.jar
展开更新日志
  • Fixed GIFs not running smoothly on Item Frames on 1.19.4

1.7.2

正式版
加载器
paper · purpur · spigot
MC 版本
1.16.5 · 1.17.1 · 1.18.2 · 1.19.4
ImageFrame-1.7.2.0.jar1.3 MBSHA-1 bf58457475d6d420866f0229ebeb772df107abeb获取文件 ImageFrame-1.7.2.0.jar
展开更新日志
  • Support for Minecraft 1.19.4
  • Fixed /if get selection
  • Better handle ViaVersion legacy players

1.7.1

正式版
加载器
paper · purpur · spigot
MC 版本
1.16.5 · 1.17.1 · 1.18.2 · 1.19.3
ImageFrame-1.7.1.0.jar1.3 MBSHA-1 5285098cb0ae1fd3694970f2172af6e418e779a3获取文件 ImageFrame-1.7.1.0.jar
展开更新日志
  • Fixed event registration on MC versions with no EntitiesLoadEvent
  • Extended /if get to allow specifying which player
  • Fixed denying combined maps into tables

1.7.0

正式版
加载器
paper · purpur · spigot
MC 版本
1.16.5 · 1.17.1 · 1.18.2 · 1.19.3
ImageFrame-1.7.0.0.jar1.3 MBSHA-1 c0ea4e072d6260538afc8a66371531b976592f2a获取文件 ImageFrame-1.7.0.0.jar
展开更新日志
  • 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

1.6.4

正式版
加载器
paper · purpur · spigot
MC 版本
1.16.5 · 1.17.1 · 1.18.2 · 1.19.3
ImageFrame-1.6.4.0.jar1.3 MBSHA-1 f8ea70fad48232b91a54ef949c777c27e4a9120d获取文件 ImageFrame-1.6.4.0.jar
展开更新日志
  • Fixed animations where all frames are the same

1.6.3

正式版
加载器
paper · purpur · spigot
MC 版本
1.16.5 · 1.17.1 · 1.18.2 · 1.19.3
ImageFrame-1.6.3.0.jar1.3 MBSHA-1 d7d98933aef693822ead8d56fe7170647b686075获取文件 ImageFrame-1.6.3.0.jar
展开更新日志
  • Only send frames if they are different from the last for GIFs
  • Account for custom worlds folder path

1.6.2

正式版
加载器
paper · purpur · spigot
MC 版本
1.16.5 · 1.17.1 · 1.18.2 · 1.19.3
ImageFrame-1.6.2.0.jar1.2 MBSHA-1 0bbdc278ed0ebdad03a197dfe74b5edae29e3c23获取文件 ImageFrame-1.6.2.0.jar
展开更新日志
  • Fixed map creation

1.6.1

正式版
加载器
paper · purpur · spigot
MC 版本
1.16.5 · 1.17.1 · 1.18.2 · 1.19.3
ImageFrame-1.6.1.0.jar1.2 MBSHA-1 84d74bf5ddd3fdede595a0b7ff722f561f7a342c获取文件 ImageFrame-1.6.1.0.jar
展开更新日志
  • Hot Fix for Image loading and migration
  • Fixed a race condition when creating maps

1.6.0

正式版
加载器
paper · purpur · spigot
MC 版本
1.16.5 · 1.17.1 · 1.18.2 · 1.19.2 · 1.19.3
ImageFrame-1.6.0.0.jar1.2 MBSHA-1 0bac37cac531d04add931fb062131419a7803d1a获取文件 ImageFrame-1.6.0.0.jar
展开更新日志
  • Support for Minecraft 1.19.3 (when ProtocolLib for 1.19.3 comes out)
  • Admin commands reworked
  • You can now use : to access another player's map if you have permission
  • Added setaccess command for map sharing with other players

依赖关系

  • 可选未命名依赖