Class Settings.Limit

java.lang.Object
com.plotsquared.core.configuration.Settings.Limit
Enclosing class:
Settings

@Comment("Relating to how many plots someone can claim") public static final class Settings.Limit extends Object
  • Field Details

    • GLOBAL

      @Comment("Should the limit be global (over multiple worlds)") public static boolean GLOBAL
    • MAX_PLOTS

      @Comment({"The max range of integer permissions to check for, e.g. \'plots.plot.127\' or \'plots.set.flag.mob-cap.127\'","The value covers the permission range to check, you need to assign the permission to players/groups still","Modifying the value does NOT change the amount of plots players can claim"}) public static int MAX_PLOTS
  • Constructor Details