mirror of
https://github.com/PlaceholderAPI/Javascript-Expansion.git
synced 2025-05-24 20:02:44 +00:00
Added saveData() method
parent
0775da5161
commit
14e89492d4
@ -86,5 +86,6 @@ Here is an example script that...
|
|||||||
- `Data.remove(key)` removes a key from the data.
|
- `Data.remove(key)` removes a key from the data.
|
||||||
- `Data.set(key, value)` stores a `value` under `key`.
|
- `Data.set(key, value)` stores a `value` under `key`.
|
||||||
- `Data.isEmpty()` returns true if the data is empty; else false.
|
- `Data.isEmpty()` returns true if the data is empty; else false.
|
||||||
|
- `Placeholder.saveData()` saves the current data state to the data file.
|
||||||
|
|
||||||
// IN PROGRESS
|
// IN PROGRESS
|
Loading…
x
Reference in New Issue
Block a user