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 Localization
localization
static short
PLUGIN_ID
-
Constructor Summary
Constructors Constructor Description SafeChat()
-
Method Summary
Modifier and Type Method Description @NotNull ChatListener
getChatListener()
@NotNull ChecksContainer
getChecksContainer()
@NotNull studio.thevipershow.vtc.PluginConfigurationsData<SafeChat>
getConfigData()
@NotNull studio.thevipershow.vtc.PluginsConfigurationsManager
getConfigManager()
Debugger
getDebugger()
@NotNull net.milkbowl.vault.economy.Economy
getEconomy()
static Localization
getLocale()
@NotNull org.bstats.bukkit.Metrics
getMetrics()
@NotNull SafeChatHibernate
getSafeChatHibernate()
void
onDisable()
void
onEnable()
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, toString
Methods inherited from class org.bukkit.plugin.PluginBase
equals, getName, hashCode
Methods 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:
onEnable
in interfaceorg.bukkit.plugin.Plugin
- Overrides:
onEnable
in classorg.bukkit.plugin.java.JavaPlugin
-
onDisable
public void onDisable()- Specified by:
onDisable
in interfaceorg.bukkit.plugin.Plugin
- Overrides:
onDisable
in 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
-