Class Settings

java.lang.Object
com.plotsquared.core.configuration.Config
com.plotsquared.core.configuration.Settings

public class Settings extends Config
  • Field Details

    • PLATFORM

      @Comment("This value is not configurable. It shows the platform you are using.") public static String PLATFORM
    • DEBUG

      @Comment({"Show additional information in console. It helps us at IntellectualSites to find out more about an issue.","Leave it off if you don\'t need it, it can spam your console."}) public static boolean DEBUG
    • HIGH_FREQUENCY_LISTENER

      @Comment({"The activity of high-frequency event listener can be deactivated here to improve the server performance. ","Affected settings: \'redstone\' settings here below. Affected flags: \'disable-physics\', \'redstone\'. ","Only deactivate this setting if you do not need any of the mentioned settings or flags."}) public static boolean HIGH_FREQUENCY_LISTENER
    • AUTO_CLEAR

  • Constructor Details

  • Method Details