Description:
The plugin stock player.dat and player stats in MySQL.
When a player join server his player.dat and his stats are synchronized.
player.dat contains specially health, food level, player's inventory and player's enderchest
Config.yml:
mysql:
hostname: localhost
port: 3306
database: database_name
username: username
password: password
tablename: IceSQLPlayer
#Respawn_location : last / spawn / custom / default
#last : is the last position where the player disconnected
#spawn : is the spawn position
#custom : is the position define in customLoc
#default : is the position stored in player.dat (/!\ if player has on other server it's possible to respawn in a block, and he can take damage)
respawn_location: last
customLoc:
world: world
x: 0
y: 64
z: 0
respawn_location: set where the player respawn 4 choices possible:
- last: is where the player disconnected
- spawn: is the spawn location in the main world
- custom: is a custom location define in customLoc
- default: is the position of player.dat (/!\ the player can spawn in a block, and he can take damage)