A simple plugin that lets you integrate any SQLite DB with your Minecraft server and lets you execute all sorts of queries.
See To-Do.md for plugin progress.
| Supported Platforms |
|---|
| Bukkit |
| Spigot |
| Paper |
| Purpur |
| Folia |
| Canvas |
The platforms stated above have been tested to work with the plugin. Any forks of the above platforms should also work.
The SRVBase releases require more technical knowledge to use, only use them if you know what you are doing.
/sqlite query <query>.query.row-limit to -1 for unlimited results.plugins/ folder.plugins/SQLiteConnectMC/config.yml that gets generated and add the databases you want to inspect. Older config files are migrated automatically and backed up as config.v<old-version>.bak.yml.access.mode to CONSOLE_PLAYER, WEB_PANEL, or BOTH, and adjust query.row-limit if you want something other than the default 50 rows./sqlite panel mail add <mail> pass set <pass>./sqlitereload to apply config changes and start or restart the panel./sqlite query <query> - Run a query safely on the selected database./sqlite list tables - List all tables in the selected database./sqlite list databases - List all configured databases./sqlite select database <name> - Switch the selected database./sqlite help panel - Show the panel status, URL, and account command usage./sqlite panel mail add <mail> pass set <pass> - Create or reset a web panel login./sqlite help - Displays an in-game help menu./sqlitereload - Reload the config and reconnect to the database.sqliteconnectmc.admin : Required for all commands (Defaults to Server Operators).For more details on configuration, please check the doc.md file! [Warning: The doc file is AI generated to save time but is still pretty helpful.]