Fabric: Mincraft commands not auto filling & do not work
ElijahRus250 opened this issue ยท 3 comments
Description
I give someone the persimmon node minecraft.command.seed
However it does not work and says unknown command, (works with op)
Aswell as on the web editor and in game the default Minecraft commands do not auto fill.
Reproduction steps
- do
/lp editor
orlp editor
from console - select a user / group
- start typing in minecraft
- see it does not auto fill
- give someone a perm like
minecraft.command.seed
- make sure you do not have op or * perms
- save the editor and apply edits
- type
/seed
or whatever Minecraft command in game
Expected behaviour
It will autofill and allow the user to type a command like /seed
Environment details
- Server type/version:
Fabric
running version1.16.4
build0.6.1.51
- LuckPerms version:
v5.2.76
Any other relevant details
I used /seed in this example but have tested the issue with commands like ban, kick and others
I am not certain that Fabric has inbuilt permissions for vanilla actions at this point - the examples you give, like minecraft.command.seed
are built into Bukkit as permission nodes to control those actions specifically and you can find them
at https://bukkit.gamepedia.com/CraftBukkit_Commands
As LP does indeed work on fabric for things that have permissions, this is likely something that should be raised with the Fabric team. LP cannot control what perms are called or what they do - it only gives them and takes them away from players in the end.