Speedgot
DBSync
-----
An easy to use stuff to help you store data across the servers using MySQL
Download Now
260.9 KB .jar
Overview
Documentation
Updates (
--
)
Reviews (
---
)
Version History
Discussion
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.
View on SpigotMC
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