-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I followed all the instructions on the read me but got an error like You do not have permission to use this command which meant the mod was installed but I could not use it.
To fix this I added the tpa.use permission to the Adventure group with this command (as an admin).
/perm group add Adventure tpa.use
I have not looked into how groups work or if it is better to the default group, but seems to work and is persistent (it adds this to the permissions.json file
...
"groups": {
"Default": [],
"OP": [
"*"
],
//new stuff added below
"Adventure": [
"tpa.use"
]
}
P.S Thanks for making this mod!
Sources:
https://www.holy.gg/en/post/how-to-set-permissions-on-your-hytale-server
https://hytale.game/en/becoming-an-administrator-of-your-server/
Metadata
Metadata
Assignees
Labels
No labels