Universal Monthly data wipe

Discussion in 'Plugin Requests' started by Hood Flocka, Jun 24, 2018.

  1. Hey there, I'm looking for a plugin which is able to wipe permissions or reset permissions on monthly server wipe. Is there such a thing? Thanks :)

    I have a friend who's using SDonate, and he wants to make it so certain permissions do not last past a forcewipe, but others do. The way I'm thinking this could work is, you'd have a JSON file that goes like

    Code:
    Permission reset{
    perm1
    perm2
    ...
    } 
    Then it Identifies the reset and removes those permissions from all users which have them.

    I've been looking online but I don't really know where to start in looking for something so specific.
     
    Last edited by a moderator: Jun 24, 2018
  2. doesnt sdonate have this in their settings?
     
  3. It has a duration setting, but he wants certain permission kits to only be operable during the time before the reset. Maybe I'm overlooking somthing? I'll double check the documentation.