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/
I followed all the instructions on the read me but got an error like
You do not have permission to use this commandwhich meant the mod was installed but I could not use it.To fix this I added the
tpa.usepermission to theAdventuregroup with this command (as an admin)./perm group add Adventure tpa.useI have not looked into how groups work or if it is better to the
defaultgroup, but seems to work and is persistent (it adds this to thepermissions.jsonfileP.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/