About Item Possession Auto Roles
Check for a specific Item in the players' inventory and assign the player to a group you specify... If the Player no longer has said Item, then they are removed from the group...
{
"Groups": [
{
"GroupId": "basic_user",
"ItemChecks": [
{
"ItemId": 963906841,
"CheckQuantity": false,
"RequiredAmount": 1
}
]
},
{
"GroupId": "water_collector",
"ItemChecks": [
{
"ItemId": -699558439,
"CheckQuantity": true,
"RequiredAmount": 30
}
]
},
{
"GroupId": "vip_user",
"ItemChecks": [
{
"ItemId": -1985799200,
"CheckQuantity": true,
"RequiredAmount": 5
}
]
}
],
"CheckIntervalSeconds": 10.0,
"DebugMode": false
}