Class Settings

java.lang.Object
us.talabrek.ultimateskyblock.Settings

public class Settings extends Object
  • Field Details

    • general_maxPartySize

      public static int general_maxPartySize
    • general_worldName

      public static String general_worldName
    • island_distance

      public static int island_distance
    • island_height

      public static int island_height
    • general_spawnSize

      public static int general_spawnSize
    • island_removeCreaturesByTeleport

      public static boolean island_removeCreaturesByTeleport
    • island_protectionRange

      public static int island_protectionRange
    • island_radius

      public static int island_radius
    • island_addExtraItems

      public static boolean island_addExtraItems
    • island_extraPermissions

      public static String[] island_extraPermissions
    • island_allowIslandLock

      public static boolean island_allowIslandLock
    • island_useIslandLevel

      public static boolean island_useIslandLevel
    • island_useTopTen

      public static boolean island_useTopTen
    • general_cooldownInfo

      public static int general_cooldownInfo
    • general_cooldownRestart

      public static int general_cooldownRestart
    • general_biomeChange

      public static int general_biomeChange
    • general_defaultBiome

      public static String general_defaultBiome
    • extras_sendToSpawn

      public static boolean extras_sendToSpawn
    • extras_respawnAtIsland

      public static boolean extras_respawnAtIsland
    • extras_obsidianToLava

      public static boolean extras_obsidianToLava
    • island_schematicName

      public static String island_schematicName
    • island_topTenTimeout

      public static long island_topTenTimeout
    • island_allowPvP

      public static boolean island_allowPvP
    • locale

      public static Locale locale
    • nether_enabled

      public static boolean nether_enabled
    • nether_lava_level

      public static int nether_lava_level
    • nether_height

      public static int nether_height
  • Constructor Details

    • Settings

      public Settings()
  • Method Details

    • loadPluginConfig

      public static boolean loadPluginConfig(org.bukkit.configuration.file.FileConfiguration config)
    • getIslandChestItems

      public static List<org.bukkit.inventory.ItemStack> getIslandChestItems()