public class SeasonConfigurator extends SeasonConfigurationUtils
| Constructor and Description |
|---|
SeasonConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getLastTakenPlot(org.bukkit.World world) |
static void |
setLastTakenPlot(org.bukkit.World world,
int plotIndex) |
seasonConfigGetInt, seasonConfigGetString, seasonConfigSetpublic static int getLastTakenPlot(org.bukkit.World world)
world - The seasonal world.public static void setLastTakenPlot(org.bukkit.World world,
int plotIndex)
world - The seasonal world.plotIndex - The new last taken plot index.