Package net.strokkur.passwordwhitelist
Class PasswordWhitelist
java.lang.Object
org.bukkit.plugin.PluginBase
org.bukkit.plugin.java.JavaPlugin
net.strokkur.passwordwhitelist.PasswordWhitelist
- All Implemented Interfaces:
io.papermc.paper.plugin.lifecycle.event.LifecycleEventOwner,org.bukkit.command.CommandExecutor,org.bukkit.command.TabCompleter,org.bukkit.command.TabExecutor,org.bukkit.plugin.Plugin
public class PasswordWhitelist
extends org.bukkit.plugin.java.JavaPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PasswordWhitelist@Nullable net.luckperms.api.LuckPermsnet.strokkur.passwordwhitelist.data.MainConfignet.strokkur.passwordwhitelist.data.MessagesConfigvoidonEnable()voidonLoad()voidMethods inherited from class org.bukkit.plugin.java.JavaPlugin
getClassLoader, getCommand, getConfig, getDataFolder, getDefaultBiomeProvider, getDefaultWorldGenerator, getDescription, getFile, getLifecycleManager, getLogger, getPlugin, getPluginLoader, getPluginMeta, getProvidingPlugin, getResource, getServer, getTextResource, init, init, isEnabled, isNaggable, onCommand, onDisable, onTabComplete, registerCommand, registerCommand, registerCommand, registerCommand, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toStringMethods inherited from class org.bukkit.plugin.PluginBase
equals, getName, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.bukkit.plugin.Plugin
getComponentLogger, getDataPath, getLog4JLogger, getSLF4JLogger
-
Constructor Details
-
PasswordWhitelist
public PasswordWhitelist()
-
-
Method Details
-
getInstance
-
onLoad
public void onLoad()- Specified by:
onLoadin interfaceorg.bukkit.plugin.Plugin- Overrides:
onLoadin classorg.bukkit.plugin.java.JavaPlugin
-
onEnable
public void onEnable()- Specified by:
onEnablein interfaceorg.bukkit.plugin.Plugin- Overrides:
onEnablein classorg.bukkit.plugin.java.JavaPlugin
-
reloadDialogs
public void reloadDialogs() -
getMainConfig
public net.strokkur.passwordwhitelist.data.MainConfig getMainConfig() -
getMessagesConfig
public net.strokkur.passwordwhitelist.data.MessagesConfig getMessagesConfig() -
getPasswordStore
-
getFailedAttempts
-
getPasswordManager
-
getPasswordDialog
-
getBlockedDialog
-
getLuckPerms
public @Nullable net.luckperms.api.LuckPerms getLuckPerms()
-