-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: cloudnet luckperms does not load on bungeecord & nukkit (#1547)
### Motivation Due to the usage of platform inject we need to specify the name of the resulting plugin.yml. Bungeecord and nukkit lack that setting and therefore try to use the bukkit plugin.yml. ### Modification Added the pluginFileName for nukkit & bungeecord according to their plugin loaders. ### Result The cloudnet luckperms plugin works properly on these platforms.
- Loading branch information
Showing
3 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters