Nexa Developer Docs

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

ParameterTypeDescription
keyStringThe Key / Name of the data store.

Example

boolean addedDataStore = nexaAPI.getDataStore("Player1Coins")

System.out.println(addedDataStore)

On this page