Skip to content

Additional Step Needed to Enable TPA Use for All Players #1

@seth-palmer

Description

@seth-palmer

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions