π»Database
Plugin provides robust database support, allowing you to store various types of data securely and efficiently. With support for multiple database types, you have the flexibility to choose the one that best fits your needs.
Available: MySQL, PostgreSQL, SQLite, H2, MongoDB or NONE
What Data is Stored?
Player Data: All information related to players custom join and quit message
How to Set Up the Database:
Setting up the database is a straightforward process. Simply follow these steps:
Choose Your Database Type: Select the database that suits your requirements from the supported types.
Configure the Database: Open the
database.yml
file in your plugin directory.Enter the Details: Provide the necessary details such as connection URL, username, password, etc., specific to your chosen database type.
Save and Restart: Save the configuration and restart your server to apply the changes.
Disable database integration (if you don't use individual message for players):
To disable database integration in file database.yml set DatabaseType: NONE
We don't support migrate data between database type
Last updated