Closed Saghetti0 closed 4 years ago
Would it be non-intuitive to require giving a player both the /tp permission and the /tpll permission?
Just calling TP command won't check if player has permission. But using CommandTP permission check could work.
Anyway using Permissions API for it seems like a better solution as it allows for more specific control over it.
Just tested it using ForgeEssentials, worked like a charm. You don't need the /tp command node. Also, if you're using ForgeEssentials, you need to give both the node and also commands.tpll
. That's just a quirk with FE, however.
Haven't been able to test this yet, but it should work according to the forge docs. Please reject if this doesn't work.