Delete Near Command
The delete near command does what you'd expect; deletes images within a specified range around the player. Usage is simple. Stand around images you would like to delete and run the command:
Code (Text):
/image delete near 5
The above command will delete all images within 5 blocks of the player. Adjust the range for more or less precision.
This is an alternative to the right click to delete a specific image since there has been many issues concerning the normal delete method. This may not be applicable to most users, but for some could be quite useful.
Database Transfer Command
The database transfer command allows you to transfer all images from one database to another supported. For example, transferring from SQLite to MySQL.
Code (Text):
/image transfer mysql
The above command will transfer all images from your current database (as long as it is not already MySQL) to a configured MySQL database.
In order to transfer to MySQL you must have the address and login info configured for the database in the config.yml, but leave the database type as your current one.
Once you run the command, as long as everything goes smoothly, the server will be shut down.
After the shutdown you should then change the config.yml database type to the new database you wish to use.
If you need more info on how to configure a database
Please see the Database spoiler on the main plugin page or the config.yml comments
Small Quality of Life
I also fixed the command /images to be /image. This will allow tab complete to work when using /image instead of the alias /images.
As always, if there are any bugs please let me know!