public abstract class PlotWorld
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
AUTO_MERGE
|
static boolean |
AUTO_MERGE_DEFAULT
|
static java.util.ArrayList<org.bukkit.Material> |
BLOCKS
|
java.util.List<java.lang.String> |
DEFAULT_FLAGS
|
static java.util.List<java.lang.String> |
DEFAULT_FLAGS_DEFAULT
|
double |
MERGE_PRICE
|
static double |
MERGE_PRICE_DEFAULT
|
boolean |
MOB_SPAWNING
|
static boolean |
MOB_SPAWNING_DEFAULT
|
org.bukkit.block.Biome |
PLOT_BIOME
|
static org.bukkit.block.Biome |
PLOT_BIOME_DEFAULT
|
boolean |
PLOT_CHAT
|
static boolean |
PLOT_CHAT_DEFAULT
|
double |
PLOT_PRICE
|
static double |
PLOT_PRICE_DEFAULT
|
boolean |
PVE
|
static boolean |
PVE_DEFAULT
|
boolean |
PVP
|
static boolean |
PVP_DEFAULT
|
boolean |
SCHEMATIC_CLAIM_SPECIFY
|
static boolean |
SCHEMATIC_CLAIM_SPECIFY_DEFAULT
|
java.lang.String |
SCHEMATIC_FILE
|
static java.lang.String |
SCHEMATIC_FILE_DEFAULT
|
boolean |
SCHEMATIC_ON_CLAIM
|
static boolean |
SCHEMATIC_ON_CLAIM_DEFAULT
|
java.util.List<java.lang.String> |
SCHEMATICS
|
static java.util.List<java.lang.String> |
SCHEMATICS_DEFAULT
|
double |
SELL_PRICE
|
static double |
SELL_PRICE_DEFAULT
|
boolean |
SPAWN_BREEDING
|
static boolean |
SPAWN_BREEDING_DEFAULT
|
boolean |
SPAWN_CUSTOM
|
static boolean |
SPAWN_CUSTOM_DEFAULT
|
boolean |
SPAWN_EGGS
|
static boolean |
SPAWN_EGGS_DEFAULT
|
boolean |
USE_ECONOMY
|
static boolean |
USE_ECONOMY_DEFAULT
|
java.lang.String |
worldname
|
Constructor and Description |
---|
PlotWorld(java.lang.String worldname)
|
Modifier and Type | Method and Description |
---|---|
abstract ConfigurationNode[] |
getSettingNodes()
Used for the /plot setup command Return null if you do not want to
support this feature
|
abstract void |
loadConfiguration(org.bukkit.configuration.ConfigurationSection config)
|
void |
loadDefaultConfiguration(org.bukkit.configuration.ConfigurationSection config)
When a world is created, the following method will be called for each
|
void |
saveConfiguration(org.bukkit.configuration.ConfigurationSection config)
Saving core plotworld settings
|
public static java.util.ArrayList<org.bukkit.Material> BLOCKS
public static boolean AUTO_MERGE_DEFAULT
public static boolean MOB_SPAWNING_DEFAULT
public static org.bukkit.block.Biome PLOT_BIOME_DEFAULT
public static boolean PLOT_CHAT_DEFAULT
public static boolean SCHEMATIC_CLAIM_SPECIFY_DEFAULT
public static boolean SCHEMATIC_ON_CLAIM_DEFAULT
public static java.lang.String SCHEMATIC_FILE_DEFAULT
public static java.util.List<java.lang.String> SCHEMATICS_DEFAULT
public static java.util.List<java.lang.String> DEFAULT_FLAGS_DEFAULT
public static boolean USE_ECONOMY_DEFAULT
public static double PLOT_PRICE_DEFAULT
public static double MERGE_PRICE_DEFAULT
public static double SELL_PRICE_DEFAULT
public static boolean PVP_DEFAULT
public static boolean PVE_DEFAULT
public static boolean SPAWN_EGGS_DEFAULT
public static boolean SPAWN_CUSTOM_DEFAULT
public static boolean SPAWN_BREEDING_DEFAULT
public boolean AUTO_MERGE
public boolean MOB_SPAWNING
public org.bukkit.block.Biome PLOT_BIOME
public boolean PLOT_CHAT
public boolean SCHEMATIC_CLAIM_SPECIFY
public boolean SCHEMATIC_ON_CLAIM
public java.lang.String SCHEMATIC_FILE
public java.util.List<java.lang.String> SCHEMATICS
public java.util.List<java.lang.String> DEFAULT_FLAGS
public boolean USE_ECONOMY
public double PLOT_PRICE
public double MERGE_PRICE
public double SELL_PRICE
public boolean PVP
public boolean PVE
public boolean SPAWN_EGGS
public boolean SPAWN_CUSTOM
public boolean SPAWN_BREEDING
public java.lang.String worldname
public void loadDefaultConfiguration(org.bukkit.configuration.ConfigurationSection config)
config
-public abstract void loadConfiguration(org.bukkit.configuration.ConfigurationSection config)
public void saveConfiguration(org.bukkit.configuration.ConfigurationSection config)
config
-public abstract ConfigurationNode[] getSettingNodes()