Package pro.cloudnode.smp.cloudnodemsg
Class CloudnodeMSG
java.lang.Object
org.bukkit.plugin.PluginBase
org.bukkit.plugin.java.JavaPlugin
pro.cloudnode.smp.cloudnodemsg.CloudnodeMSG
- All Implemented Interfaces:
CommandExecutor
,TabCompleter
,TabExecutor
,Plugin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull PluginConfig
config()
static @NotNull CloudnodeMSG
static boolean
isVanished
(@NotNull Player player) void
void
onEnable()
void
reload()
Methods inherited from class org.bukkit.plugin.java.JavaPlugin
getClassLoader, getCommand, getConfig, getDataFolder, getDefaultBiomeProvider, getDefaultWorldGenerator, getDescription, getFile, getLogger, getPlugin, getPluginLoader, getPluginMeta, getProvidingPlugin, getResource, getServer, getTextResource, init, init, isEnabled, isNaggable, onCommand, onLoad, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toString
Methods inherited from class org.bukkit.plugin.PluginBase
equals, getName, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.bukkit.plugin.Plugin
getComponentLogger, getLog4JLogger, getSLF4JLogger
-
Constructor Details
-
CloudnodeMSG
public CloudnodeMSG()
-
-
Method Details
-
getInstance
-
reload
public void reload() -
onEnable
public void onEnable()- Specified by:
onEnable
in interfacePlugin
- Overrides:
onEnable
in classJavaPlugin
-
onDisable
public void onDisable()- Specified by:
onDisable
in interfacePlugin
- Overrides:
onDisable
in classJavaPlugin
-
isVanished
-
config
-