Added an option to provide a Discord webhook URL to make images generated in-game copied to a Discord channel. This can be helpful for moderation purposes.
Added the drmap.place.magic permission which allows players to quick-place the rest of the item frames from the same image. This will respect GriefPrevention claims and Worldguard regions but may not respect other protection plugins.
Added an update checker so you can be notified when there's an update.
New create command format with new features such as the ability to set background colors or to stretch one image over multiple maps. The old command format will still work in this version but will be removed in a future release.
Instead of /drmap create <url> -s to create an image stretched to fit a map, you now use /drmap create <url> height:1 width:1. You can specify the values for height and width to stretch over multiple maps.
The /drmap create <url> (without the stretch) stays the same, but you can now also specify the background color with either hex codes or decimal. One example of each is shown below:
/drmap create <url> background:#2F329F
/drmap create <url> background:3093151
Modified permissions. Old permissions will still work in this version but will be removed in a future release
drmap.author should be replaced with drmap.command.info
drmap.create should be replaced with drmap.command.create
drmap.reload should be replaced with drmap.command.reload
drmap.erase should be replaced with drmap.command.erase
I've renamed the configuration option for "author" to "info-author", so if you had changed that already, you will need to change it again under its new name.
The /drmap author command has been renamed to /drmap info and now shows more than just the author’s name. You can also see when the map was created. If it’s a part of a larger image, you can see information on which part of that image it is.
Fixed a small issue where if you had oversized stacks of drmaps, using /drmap erase would only give one back.
Added the option to disable bstats (please don't - Its performance impact on your server is negligible)