DrexHD / VanillaPermissions

This fabric mod adds permission checks into vanilla, to allow for full permission customization.
MIT License
20 stars 2 forks source link

tp command #10

Closed cethien closed 1 year ago

cethien commented 1 year ago

Could be just me being stupid (i'm kinda new to luckyperms stuff) but the /tpcommands won't work correctly. I can type /tp, can't type any args.

image image image

cethien commented 1 year ago

fixed: also added rule for minecraft.commands.teleport

DrexHD commented 1 year ago

Looks like you already got it working. The reason minecraft.commands.tp (and it's childs) is not enough, is because /tp is an alias / redirect to /teleport, which "holds" the command / argument logic.