lucko / minecraft-command-permissions-fabric

Registers vanilla Minecraft commands in Fabric Permission API with structure "minecraft.command.<command>"
MIT License
46 stars 23 forks source link

[REQUEST] Add support for the missing nodes minecraft.selector etc? #13

Open JackSPD opened 2 years ago

JackSPD commented 2 years ago

Hi, I am working on a creative minecraft server for Fabric using Xaero's WorldMap but non-op players cannot teleport using the map, I have discovered this is because they are lacking the minecraft.selector permission which this mod does not include (as indicated in the description).

What I would like to know is if there are any plans to add support for this node and any of the other minecraft permissions not included such as the ones for the debug stuck or if there are any alternatives out there?

JackSPD commented 2 years ago

If there are any alternatives please let me know. I desperately need this functionality for my server. Its a build server with a huge map and not having these features without giving every player op just will really suck for them. I'll even pay to have this functionality added if I have to.

TjeuKayim commented 2 years ago

If there are any alternatives please let me know

It seems like PermissionsEx has support for the 'selector' and 'debug stick' permissions, see https://github.com/PEXPlugins/PermissionsEx/blob/master/doc/platforms/fabric.md

JackSPD commented 2 years ago

If there are any alternatives please let me know

It seems like PermissionsEx has support for the 'selector' and 'debug stick' permissions, see https://github.com/PEXPlugins/PermissionsEx/blob/master/doc/platforms/fabric.md

Thank you for your reply, I saw PEX had this but it looks like it hasn't been updated in years.

M8torr commented 2 years ago

I am experiencing this exact same issue, but with Xaero's Minimap. Anyone trying the /tp command cannot use the selectors (e.g. @s).

Anyway, thanks for creating this mod to expose the Minecraft commands in fabric for Luckperms.