Oheers / EvenMoreFish

An advanced fishing plugin based on MoreFish, created 2 years after its last update.
MIT License
96 stars 60 forks source link

Disable Brigadier #486

Closed FireML closed 5 days ago

FireML commented 5 days ago

Disables brigadier and adds a note for the reasoning:

        // Brigadier should stay disabled until ACF updates their implementation.
        //manager.enableUnstableAPI("brigadier");

This removes the startup error caused by their usage of a deprecated event.

Also fixes a potential NPE in EvenMoreFish#setupPermissions

Oheers commented 5 days ago

Thank you :)