Get a Data Store
Fetch a data store.
Get a Data Store
Get a data store
Method
public String getDataStore(String key)Returns
A String, Which is the data.
Parameters
| Parameter | Type | Description |
|---|---|---|
| key | String | The Key / Name of the data store. |
Example
boolean addedDataStore = nexaAPI.getDataStore("Player1Coins")
System.out.println(addedDataStore)