#is it possible to create another permission rank?
5 messages · Page 1 of 1 (latest)
Assuming you are using the new Kohl's Admin:
-
To make custom commands, follow this tutorial: https://docs.kohl.gg/docs/custom_commands
- Basic scripting skills are required.
-
In your custom commands, assign each command a new group.
group = "ExclusiveCommand", -
Make a new role by following this tutorial: https://docs.kohl.gg/docs/getting-started/configuration#admin-roles
-
Allow the role to only use the group you assigned earlier:
groups = {"ExclusiveCommand"},
cool! is there a way i could do that in the old version?
The website I linked has the same tutorials for the old version.
I'm not sure if custom commands are supported in the old admij though.