Перейти к содержимому
Mineforgian

Mapify

A plugin to convert your images into maps!

Загрузки
17K
Подписчики
72
Обновлён
22 октября 2025 г.
Лицензия
Apache-2.0

Опубликован 11 декабря 2022 г.

Mapify

Mapify is a plugin that is used to convert your images into Minecraft maps that can be placed in item frames or held in hand.

To install the plugin, you need to add it into your plugins/ folder and start the server. This will generate a config.yml that you can change and then reload with /mapify reload.

For support, join my Discord: https://discord.gg/qsUP2t5VpW

Original photo is "brown and black mountain under white clouds" by Tetiana Grypachevska

Commands

There are two commands: /mapify and /refreshmaps.

/mapify

Usage: /mapify <url> [dimensions]

This will take a url and convert it into a set of maps, depending on the dimensions.

Dimensions are provided using the format WIDTHxHEIGHT (in terms of blocks).

Your images will be stretched to fit into the desired size.

/mapify reload

Reload config file

/refreshmaps [radius]

Refresh the maps in your inventory or in item frames within a given radius.

Config

  • Configurable whitelist using raw strings or regular expressions.
    • Regular Expressions are in the form of REGEXP:.*\.example\.com
    • Whitelist can be treated as a blacklist with the whitelist-is-blacklist field.
  • Configurable cooldown
  • Https only toggle

Permissions

  • mapify.command.mapify - Permission to use the /mapify command - Default: OP
  • mapify.command.mapify.reload - Permission to use the /mapify reload command - Default: OP
  • mapify.command.refreshmaps - Permission to use the /refreshmaps command - Default: OP
  • mapify.operator - Permission to determine whether mapify should treat a player as an operator - Default: OP

FAQ

Error message of "This is not a valid domain..."

By default, the whitelist in the config.yml needs to have every domain from which a map should be allowed to be loaded. If you're a server admin, you can run /mapify config whitelist add <domain> as suggested in the command.

This is to help with security on your server as having untrusted domains can allow users to download malicious software on your server. If you don't want this protection, set whitelist-disabled to true in the configuration.

Error message of "An internal error occurred while attempting to perform this command"

Please join my Discord and give me the following information:

  • The large error message that was printed in the server console
  • The output of /version
  • The version of Mapify that you are using

Ченджлог

1.9Релиз26.1, 26.1.1, 26.1.2 · 22 октября 2025 г.
  • Add Non-Op whitelist config option (gives /mapify to all players)
  • Add config option to disable the whitelist
  • Fix tab completion of /mapify
  • Add tab completion for the /mapify config subcommand
  • Let the user know the error when failing to fetch an image
  • Add grid to map lore to show placement within the grid tooltip of a generated map
1.8Релиз1.21.6, 1.21.7, 1.21.8 · 21 мая 2025 г.
  • Add command to whitelist a site and errors to use it
  • Periodically save the plugin data (every 5 minutes if changed)
  • Log a better error when the URL is invalid
  • Updates to the caching
    • A touch more efficient
    • No more error when the cache is cleared
1.7Релиз1.21.2, 1.21.3, 1.21.4 · 8 марта 2025 г.

Changelog

  • Add cooldown for the /mapify command
    • This can be modified in the config using cooldown and op-cooldown.
  • Add max-size for the /mapify command
    • This can be modified in the config using max-size.
  • Add mapify.operator permission which is used to control whether the player's cooldown is the op-cooldown or the cooldown.
  • Add /mapify reload to reload the config
    • Uses the mapify.command.mapify.reload permission
1.6Релиз1.21.2, 1.21.3, 1.21.4 · 5 февраля 2025 г.
  • Add optional radius to /refreshmaps to refresh maps in nearby item frames
  • Fix backwards permissions in /mapify and /refreshmaps (now mapify.command.mapify and mapify.command.refreshmaps respectively)
1.5Релиз1.20, 1.20.1, 1.20.2 · 10 июля 2023 г.
  • Fix error when running /mapify with no args
  • Fix error that could occur when generating a new map
1.4Релиз1.19.4, 1.20, 1.20.1 · 23 мая 2023 г.
  • Move rendering to async thread
  • Improve rendering speed by switching away from native drawImage function
1.3Релиз1.19.2, 1.19.3, 1.19.4 · 1 мая 2023 г.
  • Add the ability to save images to disk (off by default)
    • This allows one to save from a temporary url
    • Note: This can use a more storage than before
  • Clears the image cache every hour, making it more memory efficient.
  • Add debug-logging config option to remove the extraneous logs that were present (off by default)
1.2Релиз1.19.2, 1.19.3, 1.19.4 · 21 декабря 2022 г.
  • Fix bug where whitelist only checked the first value
  • Improved logging

Комментарии

Загружаем…