Class MainCategory.regionSettings.claimCat

java.lang.Object
br.net.fabiozumbi12.RedProtect.Core.config.Category.MainCategory.regionSettings.claimCat
Enclosing class:
MainCategory.regionSettings

@ConfigSerializable public static class MainCategory.regionSettings.claimCat extends Object
  • Field Details

    • maxy

      @Setting(comment="Default vertical max size of a region on claim/define. Set -1 to set to world size.") public int maxy
    • miny

      @Setting(comment="Default vertical min size of a region on claim/define. Set -1 to set to world size.") public int miny
    • amount_per_player

      @Setting(value="amount-per-player", comment="Default claim amount per player if no claim permissions set. The permission \"redprotect.limits.claim.<limit>\" overrides this setting.") public int amount_per_player
    • modes

    • world_types

      @Setting(value="world-types", comment="Claim types allowed for normal players. Options: BLOCK, WAND or BOTH.\n-> If BLOCK, the players needs to surround your house with the block type in configuration,\nand place a sign under this fence with [rp] on first line.\n-> If WAND, the players will need a wand (default glass_bottle), click on two point of your region,\nand then use /rp claim [name of region] to claim te region.\n-> If BOTH, will allow both claim type protections.") public Map<String,String> world_types
    • claimlimit_per_world

      @Setting(value="claimlimit-per-world", comment="Split the claim limits per world.") public boolean claimlimit_per_world
  • Constructor Details

    • claimCat

      public claimCat()