This repository was archived by the owner on Sep 5, 2023. It is now read-only.
Awfully wonky workaround to #6 using LuckPerms#10
Open
QDoppie wants to merge 4 commits into
Open
Conversation
QDoppie
commented
Feb 16, 2020
| if (!perm.contains(".") || !perm.startsWith("matsuqueue")) continue; | ||
| String[] broken = perm.split("\\."); | ||
| if (broken.length != 3) continue; | ||
| Matsu.INSTANCE.getLogger().log(Level.INFO, perm + " - " + broken[0] + "." + broken[1] + "." + broken[2] + " - " + entry.getValue().getPermission()); |
Author
There was a problem hiding this comment.
Useless line left from me logging things to make sure - can be deleted.
Owner
|
This shouldn't rely on the server owner to have luck perms. It should work with or without it. |
Author
Putting it inside a |
Author
|
Added a check in config and made the default value to false to avoid any thrown exceptions unless someone wanted to. The plugin also logs which permission system it's using (BungeeCord / LuckPerms). |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It more or less works, but: