The configuration file is located at /MBedwars/teams.yml
.
Within the file, you will find a section for each available team. Do note that it is not possible to add custom teams, although you are limited by Minecraft's internal colors pallet nonetheless.
For each team you may modify one of the following properties:
Name | Meaning | Default Value |
---|---|---|
name | The name that will be displayed whenever it is shown anywhere (i.a. UIs). %<entry>% will be taken from the messages file | %Color_xxx%, where xxx is replaced with the name of the color. It will be taken from the messages file |
initials | You may want to display a shorten variant of the name in various places (e.g. placeholders). Shorten commonly refers to the first letter of the name, e.g. R for the red team. If "autogenerate" is defined as the value of the config, then the plugin automatically uses the first letter from the name. | autogenerate |
chat-color | The color code that will be shown in various places, not just chat. This includes messages, prefixes and on the scoreboard. You may either use the name of Minecraft's color palette or hex colors. Although hex colors only work properly on 1.16+ servers. The plugin automatically turns them to the closest color matching Minecraft's color palette. | i.a. YELLOW, RED, AQUA, ... |
dye-color | Used (among other things) where ever blocks shall be dyed. You are limited to this color pallete. | i.a. YELLOW, RED, LIGHT_BLUE, ... |
Also available at: https://pastebin.com/QsBXy4WQ
Click to open:
#########################
## Visit the wiki page for further info: https://s.marcely.de/mbww17
#########################
yellow:
name: '%Color_Yellow%'
initials: autogenerate
chat-color: YELLOW
dye-color: YELLOW
orange:
name: '%Color_Orange%'
initials: autogenerate
chat-color: GOLD
dye-color: ORANGE
red:
name: '%Color_Red%'
initials: autogenerate
chat-color: RED
dye-color: RED
blue:
name: '%Color_Blue%'
initials: autogenerate
chat-color: BLUE
dye-color: BLUE
light-blue:
name: '%Color_LightBlue%'
initials: autogenerate
chat-color: AQUA
dye-color: LIGHT_BLUE
cyan:
name: '%Color_Cyan%'
initials: autogenerate
chat-color: DARK_AQUA
dye-color: CYAN
light-green:
name: '%Color_LightGreen%'
initials: autogenerate
chat-color: GREEN
dye-color: LIME
green:
name: '%Color_Green%'
initials: autogenerate
chat-color: DARK_GREEN
dye-color: GREEN
purple:
name: '%Color_Purple%'
initials: autogenerate
chat-color: DARK_PURPLE
dye-color: PURPLE
pink:
name: '%Color_Pink%'
initials: autogenerate
chat-color: LIGHT_PURPLE
dye-color: PINK
white:
name: '%Color_White%'
initials: autogenerate
chat-color: WHITE
dye-color: WHITE
light-gray:
name: '%Color_LightGray%'
initials: autogenerate
chat-color: GRAY
dye-color: SILVER
gray:
name: '%Color_Gray%'
initials: autogenerate
chat-color: DARK_GRAY
dye-color: GRAY
brown:
name: '%Color_Brown%'
initials: autogenerate
chat-color: DARK_RED
dye-color: BROWN
black:
name: '%Color_Black%'
initials: autogenerate
chat-color: BLACK
dye-color: BLACK
# It is not possible to add custom teams