Printing
Official docs of Skript-gson
{
"playerdata": {
"name": "player",
"health": 20,
"some": "Example",
"array": ["somedataHere", false, true, null]
}
}options:
storage: json from file "plugins/YourAwesome/storage.json"
on load:
broadcast {@storage} with pretty print
Last updated