Class MainCategory.needClaim

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

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

    • allow_break_blocks

      @Setting(value="allow-break-blocks", comment="Allow break only this blocks if need claim to build.") public List<String> allow_break_blocks
    • allow_interact_blocks

      @Setting(value="allow-interact-blocks", comment="Allow interact with this blocks if need claim to build.") public List<String> allow_interact_blocks
    • allow_only_protections_blocks

      @Setting(value="allow-only-protections-blocks", comment="Allow place only protection blocks like the sign and the \"block-id\".") public boolean allow_only_protections_blocks
    • worlds

      @Setting(comment="Add your worlds here to allow players to place blocks only in your own claims.") public List<String> worlds
  • Constructor Details

    • needClaim

      public needClaim()