Class MainCategory.regionSettings.claimCat.modesCat
java.lang.Object
br.net.fabiozumbi12.RedProtect.Core.config.Category.MainCategory.regionSettings.claimCat.modesCat
- Enclosing class:
- MainCategory.regionSettings.claimCat
@ConfigSerializable
public static class MainCategory.regionSettings.claimCat.modesCat
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
allow_player_decide
@Setting(value="allow-player-decide", comment="Allow players to decide what mode to use? \nIf true, the player need to set the line 4 of the sign with \n[keep], [drop], [remove], [give] or a translation from \"lang*.properties\".") public boolean allow_player_decide -
mode
@Setting(comment="Default modes for claim regions. Modes available: keep, drop, remove or give.\n-> keep or none: Nothing happens\n-> drop: Will drop all protection blocks\n-> remove: Will remove all protection blocks\n-> give: Give back the protection blocks to player, and drop(on player location) if players\'s inventory is full.") public String mode -
use_perm
@Setting(value="use-perm", comment="If \"allow-player-decide\" is true, player need to have the permission \"redprotect.use-claim-modes\" to use modes on signs.") public boolean use_perm
-
-
Constructor Details
-
modesCat
public modesCat()
-