Implemented Playerdata DB Syncing

This commit is contained in:
Sn0wStorm
2020-01-29 15:39:02 +01:00
parent 00f541dafe
commit 1266111f8a
11 changed files with 184 additions and 28 deletions
+8
View File
@@ -27,6 +27,14 @@ import java.util.List;
*/
public class BreweryApi {
/**
* Get the Current Version of the Brewery API.
* <p>Higher numbers mean newer API, but it doesn't necessarily mean that something has changed, may be additions only
*/
public static int getApiVersion() {
return 2;
}
/**
* Remove any data that this Plugin may associate with the given Block.
* <p>Currently Cauldrons and Barrels (Cauldron, Wood, Woodstairs, Fence, Sign)