public class Jail extends JavaPlugin
Modifier and Type | Field and Description |
---|---|
JailAPI |
API |
static java.util.HashMap<Wolf,JailPrisoner> |
guards |
static Jail |
instance |
static java.util.HashMap<Player,java.lang.Boolean> |
jailStickToggle |
static java.util.logging.Logger |
log |
static Plugin |
permissions |
static java.util.HashMap<java.lang.String,JailPrisoner> |
prisoners |
static java.lang.Boolean |
timeUpdateRunning |
static java.util.HashMap<java.lang.String,JailZone> |
zones |
Constructor and Description |
---|
Jail() |
Modifier and Type | Method and Description |
---|---|
boolean |
onCommand(CommandSender sender,
Command command,
java.lang.String commandLabel,
java.lang.String[] args) |
void |
onDisable() |
void |
onEnable() |
getCommand, getConfiguration, getDatabase, getDatabaseClasses, getDataFolder, getDefaultWorldGenerator, getDescription, getPluginLoader, getServer, isEnabled, isInitialized, isNaggable, onLoad, setNaggable, toString
public JailAPI API
public static java.util.HashMap<Wolf,JailPrisoner> guards
public static Jail instance
public static java.util.HashMap<Player,java.lang.Boolean> jailStickToggle
public static java.util.logging.Logger log
public static Plugin permissions
public static java.util.HashMap<java.lang.String,JailPrisoner> prisoners
public static java.lang.Boolean timeUpdateRunning
public static java.util.HashMap<java.lang.String,JailZone> zones
public boolean onCommand(CommandSender sender, Command command, java.lang.String commandLabel, java.lang.String[] args)
onCommand
in interface CommandExecutor
onCommand
in class JavaPlugin
public void onDisable()
public void onEnable()