Class LegacyPermissionLevelGroupsPatch


public class LegacyPermissionLevelGroupsPatch extends Patch
Adds permission level based permission groups to group table.
  • permission level 0 = access to any pages (no manage)
  • permission level 1 = access to /players, /query and /player pages
  • permission level 2 = access to /player/{linked uuid} page
  • Constructor Details

    • LegacyPermissionLevelGroupsPatch

      public LegacyPermissionLevelGroupsPatch()
  • Method Details

    • hasBeenApplied

      public boolean hasBeenApplied()
      Specified by:
      hasBeenApplied in class Patch
    • applyPatch

      protected void applyPatch()
      Specified by:
      applyPatch in class Patch