# mapConf.yml The `mapConf.yml` allows you to configure how the chat map looks like. (`/s map` or `/e map`) ## color The colors of the different symbols based on their type: color: # Claims of your own settlement/empire own: GREEN # Outposts of your own settelemt own-outpost: DARK_GREEN # Plots owned by you own-plot: YELLOW # Plots linked to your own plot own-plot-linked: GOLD # Plots linked to the plot you are standing in own-plot-linked-current: BLUE # Claims of other settlements that are in the same empire as you empire: DARK_AQUA # Claims of settlements you are allied to ally: AQUA # Claims of enemy settlements enemy: RED # Chunks that are not claimed unclaimed: GRAY # The chunk you are standing in (centre of the map) current: YELLOW ## symbol The symbols used. (Should all have the same width in the Minecraft font in order for the map to look correct!) symbol: # Normal, unclaimed chunk normal: "-" # A plot that is for sale for-sale: "$" # A settlement/empire member's plot plot: "p" # And embassy (plot that can be bought by players outside of the settlement/empire) embassy: "e" # The claim that contains the settlement/empire home home: "H" # A settlement outpost outpost: "o" # An unclaimed chunk unclaimed: "-" # The chunk you are currently in (in the centre of the map) current: "+"