public class TARDISPluginRespect
extends java.lang.Object
Constructor and Description |
---|
TARDISPluginRespect(TARDIS plugin) |
Modifier and Type | Method and Description |
---|---|
TARDIS |
getPlugin() |
boolean |
getRespect(org.bukkit.Location l,
Parameters flag)
Checks whether a location is allowed by other plugins.
|
void |
loadFactions()
Checks if the Factions plugin is available, and loads support if it is.
|
void |
loadGriefPrevention()
Checks if the GriefPrevention plugin is available, and loads support if it is.
|
void |
loadTowny()
Checks if the Towny plugin is available, and loads support if it is.
|
void |
loadWorldBorder()
Checks if the WorldBorder plugin is available, and loads support if it is.
|
public TARDISPluginRespect(TARDIS plugin)
public boolean getRespect(org.bukkit.Location l, Parameters flag)
l
- the location to check.flag
- a list of flags to check (including whether to message the player).public void loadTowny()
public void loadWorldBorder()
public void loadFactions()
public void loadGriefPrevention()
public TARDIS getPlugin()