Class MainCategory.regionSettings
java.lang.Object
br.net.fabiozumbi12.RedProtect.Core.config.Category.MainCategory.regionSettings
- Enclosing class:
- MainCategory
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanintbooleanintintbooleanbooleanintintintintbooleanint -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
convert_zeros_y
@Setting(value="convert-zeros-y", comment="Convert all regions with minY = 0 to the world min y? Fix existing regions not protecting below 0 on 1.19+!") public boolean convert_zeros_y -
portal_delay
@Setting(value="portal-delay", comment="The delay to teleport again form/to a redprotect portal.") public int portal_delay -
allow_sign_interact_tags
-
anti_hopper
@Setting(value="anti-hopper", comment="Deny player to put hoppers or minecraft hoppers under chest locked with private signs?") public boolean anti_hopper -
autoexpandvert_ondefine
@Setting(value="autoexpandvert-ondefine", comment="Auto expand the vertical region size on claim or on define a region? If false, the region will be flat.") public boolean autoexpandvert_ondefine -
block_id
@Setting(value="block-id", comment="The block id to use for claim regions (not wand). If \"fence\", will work for all fence types.") public String block_id -
blocklimit_per_world
@Setting(value="blocklimit-per-world", comment="Split the block limits per world? This is not amount of claims and yes for blocks!") public boolean blocklimit_per_world -
border
-
claim
-
enable_flag_sign
@Setting(value="enabled-flag-sign", comment="Allow players to create signs to change your regions flags states?") public boolean enable_flag_sign -
date_format
@Setting(value="date-format", comment="Time format to use with data and time infos.") public String date_format -
default_leader
@Setting(value="default-leader", comment="The leader for regions created using the define command.\nNormally used for server regions like spawn.") public String default_leader -
delay_after_kick_region
@Setting(value="delay-after-kick-region", comment="Time the player can back to region from where was kicked.") public int delay_after_kick_region -
deny_build_near
@Setting(value="deny-build-near", comment="Deny player to build/break blocks near x block of a region (not a region x of other region).\nLimited from 0(disabled) to 4 to deny self destructive settings.") public int deny_build_near -
can_delete_first_home_after_claims
@Setting(value="can-delete-first-home-after-claim", comment="The player can delete the first home after claim this amount of regions.") public int can_delete_first_home_after_claims -
leadership_request_time
@Setting(value="leadership-request-time", comment="Time in seconds the request to be a leader of a region will expire.") public int leadership_request_time -
limit_amount
@Setting(value="limit-amount", comment="The default total of blocks a player can claim. \nThe permission \"redprotect.limits.blocks.<amount>\" overrides this setting.") public int limit_amount -
max_scan
@Setting(value="max-scan", comment="If using blocks for claim, this is the max blocks the plugin will scan before claim a region.") public int max_scan -
record_player_visit_method
@Setting(value="record-player-visit-method", comment="Method to record the player visit on regions. Available: \"ON-LOGIN\" or \"ON-REGION-ENTER\"") public String record_player_visit_method -
teleport_time
@Setting(value="teleport-time", comment="Delay to teleport command.") public int teleport_time -
region_perm_per_world
@Setting(value="region-perm-per-world", comment="Allow more control over region permissions, but may require you to give more permissions to your player and groups. None of the world permissions is given by default.\nCheck for \"redprotect.command.<command>.world.<worldname>\" or \"redprotect.command.<command>.world.*\"") public boolean region_perm_per_world -
world_colors
-
deny_structure_bypass_regions
@Setting("deny-structure-bypass-regions") public boolean deny_structure_bypass_regions -
region_list
-
-
Constructor Details
-
regionSettings
public regionSettings()
-