VaultSyncMySQL
Features
- ✅ Events synchronization of player eco balance
- Compatible with any economy plugin that supports Vault API
- ⚡ Lightweight and optimized for performance
- ⚙️ Configurable update intervals and database settings
Requirements
- Bukkit/Spigot server (1.8.x - 1.21.x)
- Vault plugin
- MySQL database
- Any economy plugin that supports Vault
Installation
- Download the latest release from Spigot
- Place the JAR file in your server's `plugins` folder
- Start or restart your server
- Configure the plugin in the `config.yml` file
- Restart your server again
Configuration
Code (Text):
# VaultSyncMySQL Configuration
# Database settings
database:
host: "localhost"
port: 3306
database: "minecraft"
username: "root"
password: "password"
table: "player_balances"
# Synchronization settings
sync:
# How often to check for updates (in seconds)
interval: 5
# How often to save all player data (in seconds)
save-interval: 300
# Debug mode (prints additional information to console)
debug: false
Support
If you encounter any issues or have suggestions, please open an issue on
GitHub, or at page resource on Spigot.