Changelog
- Add cooldown for the
/mapify
command- This can be modified in the config using
cooldown
andop-cooldown
.
- This can be modified in the config using
- Add
max-size
for the/mapify
command- This can be modified in the config using
max-size
.
- This can be modified in the config using
- Add
mapify.operator
permission which is used to control whether the player's cooldown is theop-cooldown
or thecooldown
. - Add
/mapify reload
to reload the config- Uses the
mapify.command.mapify.reload
permission
- Uses the
- 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)