You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
not sure, /tp and /teleport may end up with different perms involved? the forge permissions API isn't well set for argument permissions yet, hence the "Unauthorized selector" thing.
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
/tp
command doesn't accept@p
.However, if I manually type
/tp MyPlayerName ...
, it works.Any idea?
The text was updated successfully, but these errors were encountered: