API Informations
Maven Import of API:
Code (Text):
<repository>
<id>pixelationgames</id>
<url>http://mc3.skygr.nl:7071/repository/maven-releases/</url>
</repository>
<dependency>
<groupId>hd.sphinx</groupId>
<artifactId>mysql-sync-api</artifactId>
<version>1.4.0</version>
</dependency>
SyncSettings - The Settings that are used for Syncing data.
SyncProfile - The Player Data that is Saved/Loaded for the Player.
GeneratingPlayerProfileEvent - This event is called when the Player is not known by the Database and a new Entry is added to it. Provided Variables:
ProcessingLoadingPlayerDataEvent - This Event is called when the Player Data loading is intialized. Provided Variables:
CompletedLoadingPlayerDataEvent - This Event is called after the Data of the Player was loaded out of the Database. Provided Variables:
- Player
- SyncSettings
- SyncProfile
SavingPlayerDataEvent - This Event is called after the Data of the Player is saved into the Database. Provided Variables:
- Player
- SyncSettings
- SyncProfile
For any questions about the API, you can always contact me.