mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 08:27:43 +01:00
Add portal permission bypass
This commit is contained in:
committed by
granny
parent
407adcda52
commit
d760f5436f
@@ -65,6 +65,8 @@ public final class PurpurPermissions {
|
||||
DefaultPermissions.registerPermission("allow.powered.creeper", "Allows the user to toggle creeper powered state", PermissionDefault.FALSE, powered);
|
||||
powered.recalculatePermissibles();
|
||||
|
||||
DefaultPermissions.registerPermission(PREFIX + "portal.instant", "Allows the user to bypass portal wait time", PermissionDefault.FALSE, purpur);
|
||||
|
||||
purpur.recalculatePermissibles();
|
||||
return purpur;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user