public class Chat
extends org.bukkit.plugin.java.JavaPlugin
Constructor and Description |
---|
Chat() |
Modifier and Type | Method and Description |
---|---|
void |
loadConfiguration() |
boolean |
onCommand(org.bukkit.command.CommandSender sender,
org.bukkit.command.Command cmd,
java.lang.String command,
java.lang.String[] args) |
void |
onDisable() |
void |
onEnable() |
getCommand, getConfig, getConfiguration, getDatabase, getDatabaseClasses, getDataFolder, getDefaultWorldGenerator, getDescription, getPluginLoader, getResource, getServer, isEnabled, isInitialized, isNaggable, onLoad, reloadConfig, saveConfig, setNaggable, toString
public void onEnable()
public void onDisable()
public void loadConfiguration()
public boolean onCommand(org.bukkit.command.CommandSender sender, org.bukkit.command.Command cmd, java.lang.String command, java.lang.String[] args)
onCommand
in interface org.bukkit.command.CommandExecutor
onCommand
in class org.bukkit.plugin.java.JavaPlugin