Class Settings

java.lang.Object
com.Moshu.Misc.Storage.Settings

public class Settings extends Object
  • Constructor Details

    • Settings

      public Settings(Main plugin)
  • Method Details

    • getAllowedWorlds

      public static List<String> getAllowedWorlds()
    • actionbar

      public static boolean actionbar()
    • actionbarRefresh

      public static int actionbarRefresh()
    • getCompatParticle

      public static org.bukkit.Particle getCompatParticle(String setting)
    • recacheSettings

      public static void recacheSettings()
    • getInventoryClickCooldown

      public static int getInventoryClickCooldown()
    • getMaxPlayersLooting

      public static int getMaxPlayersLooting()
    • getProtectionRadius

      public static int getProtectionRadius()
    • getSlowFallingDuration

      public static int getSlowFallingDuration()
    • getSlowFallingLevel

      public static int getSlowFallingLevel()
    • getBlacklistedCommands

      public static List<String> getBlacklistedCommands()
    • getInt

      public static int getInt(String path)
    • getBoolean

      public static boolean getBoolean(String path)
    • getString

      public static String getString(String path)
    • getStringList

      public static List<String> getStringList(String path)
    • getCooldown

      public static int getCooldown()