I got PermissionNotifications working when I use PermissionsManager, but can't get the ZonePerms to register when I walk in 1x1 room and zone radius of 1.
I tryed, but need help please... Thank You!
{
"Zone ID": "autodoorsin1",
"Actions": [
{
"Frequency": "Always",
"Time Frequency": null,
"Use Game Time": false,
"Run On": "Enter",
"Commands": [
{
"Command": "oxide.usergroup add $player.id oxide.autodoors",
"Arguments": [],
"Clientside": false,
"Chat Command": false
}
]
}
]
}
---------------------------------------------------------------------------------------
{
"Zone ID": "autodoorsin2",
"Actions": [
{
"Frequency": "Always",
"Time Frequency": null,
"Use Game Time": false,
"Run On": "Enter",
"Commands": [
{
"Command": "oxide.usergroup remove $player.id oxide.autodoors",
"Arguments": [],
"Clientside": false,
"Chat Command": false
}
]
}
]
}
---------------------------------------------------------------------------------------
{
"TriggerTime": {
"76561197995861589": [
"2022-08-12T09:00:12.1091484Z",
"2022-08-12T09:01:21.2907891Z",
"2022-08-12T09:01:29.203875Z",
"2022-08-12T09:08:21.0837578Z",
"2022-08-12T09:11:20.4704766Z",
"2022-08-12T09:11:45.2995781Z",
"2022-08-12T09:11:47.4255547Z",
"2022-08-12T09:21:13.7429375Z",
"2022-08-12T09:21:28.1130547Z",
"2022-08-12T09:21:29.3630547Z",
"2022-08-12T09:21:32.3064141Z"
]
},
"TriggerGameTime": {
"76561197995861589": [
"2024-05-25T12:00:00Z",
"2024-05-25T12:00:00Z",
"2024-05-25T12:00:00Z",
"2024-05-25T12:00:00Z",
"2024-05-25T12:00:00Z",
"2024-05-25T12:00:00Z",
"2024-05-25T12:00:00Z",
"2024-05-25T12:00:00Z",
"2024-05-25T12:00:00Z",
"2024-05-25T12:00:00Z",
"2024-05-25T12:00:00Z"
]
}
}
Trying to add or remove player to group with ZonePermsSolved
pretty sure that is not ZonePerms. if you are using Zone Command then change $player.id to {player.id} - read documentation, also requires Placeholder API plugin
misticos
pretty sure that is not ZonePerms. if you are using Zone Command then change $player.id to {player.id} - read documentation, also requires Placeholder API plugin
Thank you for replying, I'll see if that works and post if it works!
Flechen
Thank you for replying, I'll see if that works and post if it works!
Your not wrong, I am using Zone Command...
Sorry for late post, I got it working.
You walk in one door and it grants permission or group and you walk in another door and it revokes.
Messages work also...
Thanks for your help!
Locked automatically