Configuration

Configuration

Below is an example config.yml. If you need the original you can copy and paste whats below, or download the config.yml here

# ####################################################################
#                 InfiniteClaims Configuration File                  #
#  For an explanation on configuring InfiniteClaims, how to set it   #
#  or have no clue what that setting value is, please visit          #
#         http://dev.bukkit.org/server-mods/infiniteclaims           #
# ####################################################################

# signs: Handles all sign settings
#    enabled: True/False if you want signs on plots or not
#    placement: (entrance,corner,both) are the only options at the moment. Entrance puts two signs on each side of the entrance from the walkway, corners puts four signs one on each corner facing the intersection, and both is a combination of the two
#    prefix: Text that is put infront of the plot owners name, by default is 'Plot Owner:' examples could be 'Contestant:', 'Resident:', etc.
#    prefix-color: Color of the above prefix. Valid values are 0-9 and a-f
#    owner-color: Color of the owner text. Valid values are 0-9 and a-f
signs:
  prefix: 'Plot Owner:'
  placement: entrance
  enabled: true
  prefix-color: '0'
  owner-color: '0'
# plots: Handles plot specific settings
#    max-plots: The maximum number of plots allowed. This value is the same for all plot worlds.
#    height: Must be the same as the height variable in your InfinitePlots height
plots:
  max-plots: 1
  height: 20
# Only change this to true if asked by a developer. You risk console spam if you change this to true for no reason
debugging: false
# This is the version number, for the love of Notch and everything that is holy, do not change this value!
version: 2.0.0