1. Pls... make function
    RenamePermission("lastname","newname");// Rename permissions which permission=="name" for all players
    RemovePermission("name") // Remove permissions which permission=="name" for all players
     
  2. Wulf

    Wulf Community Admin

    You could easily write something to handle the rare event that you'd like to migrate a permission from one use to another.

    The process:
    1. Update plugin with new permission to register (manual step by you)
    2. Loop through all players to check for old permission; revoke old and grant new if found
    3. Loop through all groups to check for old permission; revoke old and grant new if found