Migrating Existing Data to SQLite Be sure to take a backup of shops.yml first!
If you are currently using another storage engine (such as YAML), you can migrate your data to SQLite using the following workflow:
Run the Migration Command In your server console, execute /slabbo migrate sqlite This command will export your current shop data and import it into a new SQLite database file (typically slabbo.db in your plugin data folder).
Update the Configuration Open your config.yml and change the storageEngine value to sqlite (add it if it doesn't exist.)
Code (Text):
storageEngine: sqlite
Restart the Server Restart your Minecraft server to apply the changes and start using SQLite as the storage backend.
This release sees the introduction of /slabbo list and /slabbo shopcommands, allowing you to list the shops on the server, and add commands to be ran on a successful transaction, respectively.