1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-01 02:21:43 +02:00

Add support for regex permissions/servers/worlds and shorthand permissions

This commit is contained in:
Luck
2016-08-09 11:09:45 +02:00
parent 90e074d3ab
commit b70b6f8af1
43 changed files with 374 additions and 92 deletions

View File

@@ -64,6 +64,16 @@ public interface LPConfiguration {
*/
boolean getApplyWildcards();
/**
* @return if LuckPerms is resolving and applying regex permissions
*/
boolean getApplyRegex();
/**
* @return if LuckPerms is expanding shorthand permissions
*/
boolean getApplyShorthand();
/**
* @return the database values set in the configuration
*/