Class MainCategory
java.lang.Object
br.net.fabiozumbi12.RedProtect.Core.config.Category.MainCategory
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptiondoublebooleanbooleanboolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enable_addons
@Setting(value="enable-addons", comment="Enable addons on server start (and on plugin load). You can manually enable addons with \"/rp addon [name] [download/enable/disdable]\" command.") public boolean enable_addons -
online_mode
@Setting(value="online-mode", comment="Should fix players uuids on player login? (recommended if upgrading from old RP versions and in offline mode)") public boolean online_mode -
config_version
@Setting(value="config-version", comment="Don\'t touch <3") public double config_version -
command_confirm
-
allowed_claim_worlds
-
file_type
@Setting(value="file-type", comment="File type to save regions. Values: \"file\" or \"mysql\"") public String file_type -
debug_messages
-
flags
-
flags_configuration
-
flat_file
@Setting(value="flat-file", comment="Options for flatfile database.") public MainCategory.flatFile flat_file -
language
@Setting(comment="Available: DE-DE, EN-US, ES-ES, FR-FR, PL-PL, PT-BR, RU-RU, ZH-CN") public String language -
log_actions
@Setting(value="log-actions", comment="Log all redprotect commands?") public boolean log_actions -
mysql
-
needed_claim_to_build
@Setting(value="needed-claim-to-build", comment="Adding world names to the list will automatically enable this on that world.\nTo bypass this option, use the permission: redprotect.need-claim-to-build.bypass") public MainCategory.needClaim needed_claim_to_build -
nether_protection
-
notify
@Setting(comment="Show messages on enter, exit and welcome messages.") public MainCategory.notifyCat notify -
performance
-
permissions_limits
@Setting(value="permissions-limits", comment="[Sponge Only] Declare here the permissions you want to use for your players and groups.") public MainCategory.permLimits permissions_limits -
private_cat
@Setting(value="private", comment="Private containers using signs.") public MainCategory.privateCat private_cat -
purge
-
region_settings
@Setting(value="region-settings", comment="general regions settings.") public MainCategory.regionSettings region_settings -
sell
-
server_protection
-
update
-
wands
-
hooks
-
schematics
-
-
Constructor Details
-
MainCategory
public MainCategory() -
MainCategory
public MainCategory(boolean online_mode)
-