Class MainCategory.regionSettings.borderCat

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

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

    • particle

      @Setting(comment="The particle to show on region border. Customizable particles like colors is not compatible and will not work. Default: FLAME") public String particle
    • time_showing

      @Setting(value="time-showing", comment="Time the border will be visible in seconds.") public int time_showing
    • height

      @Setting(comment="Height value in blocks. This number will be \'Player Y + x\' and \'Player Y - x\'.") public int height
    • intensity

      @Setting(comment="Set the intensity of border. This will determine the amount of the particles. Values: LOW, NORMAL, HIGH") public String intensity
  • Constructor Details

    • borderCat

      public borderCat()