DBSync icon

DBSync -----

An easy to use stuff to help you store data across the servers using MySQL



Hook your plugin into DBSync with java

1. Create a java object
2. Register your class using the following code:
Code (Java):
@Inject
private PlayerDataService service ;

public void registerMe ( ) {
    s. register ( "table-name-here", Data. class, ( ) -> new Data ( ) ) ;
}
3. Done! Now DBSync will do the loading/saving asynchronously in the IO thread and you can access your data via PlayerDataService.
Resource Information
Author:
----------
Total Downloads: 76
First Release: Nov 12, 2021
Last Update: Nov 12, 2021
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings