added more motd's
This commit is contained in:
parent
051a88bd7a
commit
9241a60de4
1 changed files with 37 additions and 1 deletions
|
@ -90,6 +90,15 @@ motds=[
|
||||||
line1="<gradient:#00ffaa:#00aaff>Muni cute"
|
line1="<gradient:#00ffaa:#00aaff>Muni cute"
|
||||||
line2="<gradient:#00ffaa:#00aaff>|||||||||||||||||||||||"
|
line2="<gradient:#00ffaa:#00aaff>|||||||||||||||||||||||"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
# Set the icon to use with this MOTD
|
||||||
|
# Either use 'random' to randomly choose an icon, or use the name
|
||||||
|
# of a file in the icons folder (excluding the '.png' extension)
|
||||||
|
# ex: icon="myIconFile"
|
||||||
|
icon=random
|
||||||
|
line1="<gradient:#d83c51:#ffaba9>Ace cute"
|
||||||
|
line2="<gradient:#d83c51:#ffaba9>|||||||||||||||||||||||"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
# Set the icon to use with this MOTD
|
# Set the icon to use with this MOTD
|
||||||
# Either use 'random' to randomly choose an icon, or use the name
|
# Either use 'random' to randomly choose an icon, or use the name
|
||||||
|
@ -151,7 +160,7 @@ motds=[
|
||||||
# ex: icon="myIconFile"
|
# ex: icon="myIconFile"
|
||||||
icon=random
|
icon=random
|
||||||
line1="<#F48C8C><bold>I'm not cute, I'm Ace!"
|
line1="<#F48C8C><bold>I'm not cute, I'm Ace!"
|
||||||
line2=""
|
line2="yes you are"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
# Set the icon to use with this MOTD
|
# Set the icon to use with this MOTD
|
||||||
|
@ -161,6 +170,33 @@ motds=[
|
||||||
icon=random
|
icon=random
|
||||||
line1="<bold>Hair is made of hair"
|
line1="<bold>Hair is made of hair"
|
||||||
line2=""
|
line2=""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
# Set the icon to use with this MOTD
|
||||||
|
# Either use 'random' to randomly choose an icon, or use the name
|
||||||
|
# of a file in the icons folder (excluding the '.png' extension)
|
||||||
|
# ex: icon="myIconFile"
|
||||||
|
icon=random
|
||||||
|
line1="<#F48C8C>Send Pinkies"
|
||||||
|
line2=""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
# Set the icon to use with this MOTD
|
||||||
|
# Either use 'random' to randomly choose an icon, or use the name
|
||||||
|
# of a file in the icons folder (excluding the '.png' extension)
|
||||||
|
# ex: icon="myIconFile"
|
||||||
|
icon=random
|
||||||
|
line1="<#2121ff><bold>eeeeeeeeeeeeeeeeeeeeeeeeeee"
|
||||||
|
line2=""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
# Set the icon to use with this MOTD
|
||||||
|
# Either use 'random' to randomly choose an icon, or use the name
|
||||||
|
# of a file in the icons folder (excluding the '.png' extension)
|
||||||
|
# ex: icon="myIconFile"
|
||||||
|
icon=random
|
||||||
|
line1="<#ffb623>mangos"
|
||||||
|
line2=""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
player-count-settings {
|
player-count-settings {
|
||||||
|
|
Loading…
Reference in a new issue