PlayerSQL
Features
It's save player's
- Health
- Food level
- Exp level
- Armor
- Inventory
- End-chest
to MySQL with no lag. load on player join.
It will take turns saving each online players
Yes, it support all NBT datas! Also mod' s!
The default language is Chinese, turn the "english" true in config.yml to use English.
Require
Permissions
- playersql.admin(To use the command /player save-all to save all online players at once.)
Configuration
use: false # Turn to true if fill out the MySQL information
delay: 10 # The time after player join and before load data form MySQL.
daily: # Take turns save each
- use: true
- show: true # Console output
- delay: 120 # saved a player and before another
- min: 0 # Minimum number of
mysql:
- addr: 127.0.0.1
- port: 3306
- data: mc
- user: mc
- pass: mc

