Creative
Server/Entity/GameMode/Creative.json, 216 B
Fields
| Field | Type |
|---|---|
PermissionGroups | array[2] |
InteractionsOnEnter | object |
Source
{
"PermissionGroups": [
"Creative",
"Adventure"
],
"InteractionsOnEnter": {
"Interactions": [
{
"Type": "ApplyEffect",
"EffectId": "Creative"
}
]
}
}