Edit Data Store
Edit a data store.
Edit a data store.
Method
public Boolean editDataStore(String key, String value)Returns
A Boolean, True if success, False if not.
Parameters
| Parameter | Type | Description |
|---|---|---|
| key | String | The Key / Name of the data store. |
| value | String | The value of the data store. |
Example
boolean addedDataStore = nexaAPI.editDataStore("Player1Coins", "100")
System.out.println(addedDataStore)