YouHaveTrouble / CommandWhitelist

You decide what commands players can use or tab complete on your server!
GNU General Public License v2.0
207 stars 22 forks source link

Fabric compat? #76

Closed Nicolol1234 closed 11 months ago

Nicolol1234 commented 11 months ago

Is your feature request related to a problem? Please describe. Not compaticle with a modded environment

Describe the solution you'd like a fabric compatible version

Describe alternatives you've considered Didn't found any :(

Nicolol1234 commented 11 months ago

pretty sure it will be rejected but at least i tried

YouHaveTrouble commented 11 months ago

It's unlikely this will ever happen. Mod loaders don't really have unified command api and the very nature of frequent updates in fabric and having to of push new version each snapshot would introduce way too much maintenance burden. Bukkit, waterfall and velocity have stable APIs allowing the plugin to work without the need of updates every time version changes, fabric mods however require recompiling for each version