4.2.1 — The Permission and Cliffhanger Update

Details

  • Filename
    ImageOnMap-4.2.1.jar
  • Uploaded by
  • Uploaded
    Dec 18, 2021
  • Size
    443.79 KB
  • Downloads
    3,267
  • MD5
    f3f8b4c0ffe37fa3a19d11ecb9ee8ac1

Supported Bukkit Versions

  • 1.18
  • 1.17

Changelog

4.2.1 — Permission and Cliffhanger Update finally allow a full official support of Minecraft Java Edition 1.17 and 1.18 and Java 17. This comes with bug fixes and new features. We are working on the next big update: 5.0. If you want to know more about this, check our 5.0 milestone.

This version is only compatible with Minecraft 1.17 to 1.18. This was tested on Spigot and Paper, both 1.17 to 1.18. If there are any errors on a 1.17+ version of Spigot/Paper, please contact us on our support server or create an issue (better).

Changelog of 4.2.0

 

  • 1.17 support.
  • Permissions to limit the number of map/image used/owned is now available. (permissions imageonmap.mapLimit.XX and imageonmap.imageLimit.XX where XX is an integer and will define the limit allowed for the player).
  • Added a whitelist for trusted image hosting websites. Add an images-hostnames-whitelist list in config.yml, and write every URL prefix you want to allow. If you want to allow everything, remove the images-hostnames-whitelist list entirely, or empty it. There is also a permission to ignore the allow list: imageonmap.bypasswhitelist.
    Code (YAML):
    images-hostnames-whitelist:
    - i.imgur.com
    - cdn.discord.com
  • Images are now protected against non player based interaction. (Bye bye sneaky skeleton that used to grief art!)
  • Now by default when deploying a map the item frame turn invisible and returned to visible hen removing the map from the frame (there is a permission to allow this behavior: imageonmap.placeinvisiblesplattermap).
  • Bug fixes & optimizations.
    • Dropped migrator (no more error when reloading or when sometimes loading the server).
    • Fixed an issue when resizing with resize 0 0.
    • Fixed a map loading issue. (map did not render at all if they weren't in a player inventory.
    • Added a fix for map loading on paper. (map did not render fully on paper).

Changelog of 4.2.1

 

  • 1.18 support.
  • Fixed a lag issue caused by the map loading changes of 4.2.0.
  • Fixed an issue with map part not working properly.
  • Fixed an issue in survival where an incorrect amount of map were consumed.
  • Fixed an issue where image map folder was not created and cause issues.