Installed the plugin on a server that has only 2 mods: ClaimChunk and ThutPerms.
ThutPerms allowed me to create a group that is allowed to run the /teleport command, and they indeed can run it.
However, since Xaero executes /tp @p ..., I receive an error "Unauthorized selector" in the console. When activating debug mode, I can see this output when trying to teleport with a non-op user:
[Server thread/INFO] [thutperms/]: permnode: thutperms.command.teleport com.mojang.authlib.GameProfile@155b951b[id=4299ea70-6255-3a07-bd74-45671d7ec00c,name=Jillian,properties={},legacy=false] true
I have no idea why but it seems that the /tp command doesn't accept @p.
However, if I manually type /tp MyPlayerName ..., it works.
Any idea?
Installed the plugin on a server that has only 2 mods: ClaimChunk and ThutPerms.
ThutPerms allowed me to create a group that is allowed to run the /teleport command, and they indeed can run it.
However, since Xaero executes
/tp @p ..., I receive an error "Unauthorized selector" in the console. When activating debug mode, I can see this output when trying to teleport with a non-op user:I have no idea why but it seems that the
/tpcommand doesn't accept@p.However, if I manually type
/tp MyPlayerName ..., it works.Any idea?