Storage
The UltimateClans plugin supports three types of storage:
YAML: Used by default for Minecraft 1.8.x servers.
SQLite: Set as the default storage method for newer versions.
MySQL: Highly recommended for better performance and scalability.
If you choose MySQL, ensure that a database is created beforehand. The storage type can be configured in the storage.yml
file located in the /plugins/UltimateClans/
directory.
Recommended Setup
Using MySQL is advised for servers with higher player counts or those seeking improved performance and stability.
Example MySQL Connection
Below is an example of how to configure a MySQL connection in the storage.yml
file:
Last updated