FlashyReese / CommandAliases

Alternate short commands for complex commands
MIT License
25 stars 6 forks source link

Upgrade to MC 1.17.1 and add LuckPerms #20

Closed DrakoTrogdor closed 2 years ago

DrakoTrogdor commented 3 years ago

This is a rough pass, but I've updated the repo to the latest MC, Gradle, and FabricMC versions as well as added LuckPerms (fabric) integration.

It would probably be best to either do a check for LuckPerms or have it configurable to run the Permissions.require check only if available/enabled.

This is working great on my end though and allows me to make custom commands that only certain users or groups of users can execute.

This PR includes the PR from John-Paul-R as it made it an easier starting point for updating. I then flattened it into one commit for easier viewing.

Thank you for the code!

FlashyReese commented 3 years ago

LGTM, I will have a closer look next week when I have time.