Nexa Developer Docs

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

ParameterTypeDescription
keyStringThe Key / Name of the data store.
valueStringThe value of the data store.

Example

boolean addedDataStore = nexaAPI.editDataStore("Player1Coins", "100") 

System.out.println(addedDataStore)

On this page