Points Owned
"cobblebadges:points_owned"Data Structure
{
"points": {
"[point identifier]": [amount], // See Points, Identifier
"[another point identifier]": [amount]
}
}Example
{
"points": {
"cobblebadges:bug": 100,
"cobblebadges:capture": 25
}
}Last updated