Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Configuration

Mark Hughes edited this page Nov 14, 2015 · 2 revisions

Configuration

The default configuration is well documented. Please read the comments for information.

factionsplus:

# Show debug messages?
debug: "false"

# Enable metrics?
metrics: "true"

jails:

# Should jails be enabled?
enabled: "false"

# Warm up time for the jail command (in seconds)
warmup: "5"

# How long (in minutes) a player must be jailed for before they can be released.
minimumSentence: "3"

warps:

# Should warps be enabled?
enabled: "false"

# Check the enemies (counted in blocks) in a distance and disallow using a warp if they're near by
distanceCheckForEnemies: "12.0"

# Time (in seconds) before a player is teleported. Recommended minimum 6 seconds.
warmUp: "6"

rules:

# Should rules be enabled?
enabled: "true"

# Maximum rules per faction
max: "10"

commandblock:

# Radius to check for enemy players to block a command
inRadiusOf: "0.0"

# Commands to block
commandBlockCommands:
    - "examplecommand1"
    - "examplecommand2"

chestShop:

# Should we allow chest shops in wilderness?
allowInWilderness: "false"

# Should we allow chest shops in their territory?
allowInTerritory: "false"

# Should we allow enemies to use chest shops?
canUseEnemy: "false"

disguiseIntegration:

# Should we allow disguises in wilderness?
allowInWilderness: "true"

# Should we allow disgusies in enemy territory?
allowEnemy: "true"

# Should we allow disgusies in their territory?
allowTerritory: "true"
Clone this wiki locally