PlayerQuestCooldowns

public class PlayerQuestCooldowns implements Serializable

Constructors

Link copied to clipboard
public void PlayerQuestCooldowns()
Initializes cooldowns from scratch, assuming no preexisting player data

Properties

Link copied to clipboard
public final static HashSet<UUID> bypassedPlayers
Link copied to clipboard
public final List<QuestCooldown> questCooldowns

Functions

Link copied to clipboard
public static void addCooldown(Player player, String permission, int delayInMinutes)
Link copied to clipboard
public static boolean bypassesQuestRestrictions(Player player)
Link copied to clipboard
public static void flushPlayer(Player player)
Link copied to clipboard
public static HashSet<UUID> getBypassedPlayers()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public static void resetPlayerQuestCooldown(Player player, CustomQuestsConfigFields customQuestsConfigFields)
Link copied to clipboard
public static void resetPlayerQuests(Player player)
Link copied to clipboard
public static void shutdown()
Link copied to clipboard
public void startCooldowns(UUID player)
Link copied to clipboard
public static void toggleBypass(Player player)