haykam821 / Mod-Viewer

Adds a server-side user interface for viewing loaded mods to Minecraft.
MIT License
9 stars 2 forks source link

Allow server admins to configure who can use the /modviewer command #3

Open Elderweiss-was-taken opened 2 years ago

Elderweiss-was-taken commented 2 years ago

Either a whitelist/blacklist Either changing the OP level and allowing to set it to zero so everyone can see the mods installed server side

haykam821 commented 2 years ago

You can already use the modviewer.command permission key to control access on a finer level with a permissions mod that supports the Fabric Permissions API.

Elderweiss-was-taken commented 2 years ago

Yes but it's an entirely different mod, most mods just have a config file that you can edit in root/config, I don't see the security risk especially for a mod that only has read only features

I'm just gonna put the op-permission-level to zero and make everyone a OP on my server and boom problem solved

That or adding a config file that's not in a permission mod