mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 10:08:54 +00:00
Implemented Playerdata DB Syncing
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user