API Access and Methods
Accessing The API
Access the APIs class with the following, this will give you access to all API methods.
CloudCratesAPI.getAPI();
Once you have access to the API, here are some methods you can use.
CloudCratesAPI.getAPI().getCrateStorage();
CloudCratesAPI.getAPI().getCrateByName(String name);
CloudCratesAPI.getAPI().getPlayerProfile(UUID uuid);
Last updated
Was this helpful?