Package studio.thevipershow.safechat
Class SafeChat
java.lang.Object
org.bukkit.plugin.PluginBase
org.bukkit.plugin.java.JavaPlugin
studio.thevipershow.safechat.SafeChat
- All Implemented Interfaces:
org.bukkit.command.CommandExecutor,org.bukkit.command.TabCompleter,org.bukkit.command.TabExecutor,org.bukkit.plugin.Plugin
public final class SafeChat
extends org.bukkit.plugin.java.JavaPlugin
Main class of this plugin.
-
Field Summary
Fields Modifier and Type Field Description static Localizationlocalizationstatic shortPLUGIN_ID -
Constructor Summary
Constructors Constructor Description SafeChat() -
Method Summary
Modifier and Type Method Description @NotNull ChatListenergetChatListener()@NotNull ChecksContainergetChecksContainer()@NotNull studio.thevipershow.vtc.PluginConfigurationsData<SafeChat>getConfigData()@NotNull studio.thevipershow.vtc.PluginsConfigurationsManagergetConfigManager()DebuggergetDebugger()@NotNull net.milkbowl.vault.economy.EconomygetEconomy()static LocalizationgetLocale()@NotNull org.bstats.bukkit.MetricsgetMetrics()@NotNull SafeChatHibernategetSafeChatHibernate()voidonDisable()voidonEnable()Methods inherited from class org.bukkit.plugin.java.JavaPlugin
getCommand, getConfig, getDataFolder, getDefaultWorldGenerator, getDescription, getLogger, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, isEnabled, isNaggable, onCommand, onLoad, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setNaggable, toStringMethods inherited from class org.bukkit.plugin.PluginBase
equals, getName, hashCodeMethods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
PLUGIN_ID
public static final short PLUGIN_ID- See Also:
- Constant Field Values
-
localization
-
-
Constructor Details
-
SafeChat
public SafeChat()
-
-
Method Details
-
getLocale
-
onEnable
public void onEnable()- Specified by:
onEnablein interfaceorg.bukkit.plugin.Plugin- Overrides:
onEnablein classorg.bukkit.plugin.java.JavaPlugin
-
onDisable
public void onDisable()- Specified by:
onDisablein interfaceorg.bukkit.plugin.Plugin- Overrides:
onDisablein classorg.bukkit.plugin.java.JavaPlugin
-
getConfigManager
@NotNull public @NotNull studio.thevipershow.vtc.PluginsConfigurationsManager getConfigManager() -
getConfigData
-
getChecksContainer
-
getEconomy
@NotNull public @NotNull net.milkbowl.vault.economy.Economy getEconomy() -
getChatListener
-
getMetrics
@NotNull public @NotNull org.bstats.bukkit.Metrics getMetrics() -
getSafeChatHibernate
-
getDebugger
-