2019-07-12 15:37:27 +00:00
global :
notificationSound : ''
notificationPitch : 1.0
2020-07-24 21:25:29 +00:00
# If enabled, stores and displays the last 10 messages the player can see (public, their town chat etc.)
# Can be used with the Discord plugin so players can see some of the conversation they missed that's visible on Discord anyways.
storeChatHistory : true
2019-07-12 15:37:27 +00:00
components :
2020-07-24 21:25:29 +00:00
# This component manages the town and nation chat. It's also needed for the TownColorComponent.
# It provides the TC and NC channels, and posts Towny messages (global, town, nation) to the correct channels for other platforms like Discord.
2019-07-12 15:37:27 +00:00
TownyComponent :
enabled : true
2020-07-24 21:25:29 +00:00
# Town colors for Towny. It allows mayors and kings to set a color for their town/nation (nation can be disabled).
# This color is applied to the player names in chat and on Dynmap, if used.
2019-07-12 15:37:27 +00:00
TownColorComponent :
enabled : true
colorCount : 1
towncolors :
marine_city :
- DarkGray
britguard :
- DarkRed
2019-09-30 07:21:59 +00:00
violetford :
- DarkPurple
- DarkGray
2019-07-12 15:37:27 +00:00
iwa :
- Aqua
2019-09-30 07:21:59 +00:00
aurelia :
- Gray
2019-07-12 15:37:27 +00:00
vordan :
- Yellow
redguard :
- DarkRed
- DarkRed
2019-09-30 07:21:59 +00:00
port_purpura :
- LightPurple
2019-07-12 15:37:27 +00:00
- Gold
2019-09-30 07:21:59 +00:00
fishtown :
- Blue
2019-07-12 15:37:27 +00:00
treavis :
2019-08-04 04:04:49 +00:00
- DarkAqua
2019-09-30 07:21:59 +00:00
liria :
- DarkPurple
2019-07-12 15:37:27 +00:00
forfgorne :
- DarkGray
nationcolors :
albion : DarkBlue
pressia : Aqua
aurora : Gold
expanse : DarkGreen
useNationColors : true
2020-07-24 21:25:29 +00:00
# This component checks a specific Reddit thread every 10 seconds for comments such as "IGN: NorbiPeti" to link Reddit accounts and to determine their /r/thebutton flair.
# This was the original goal of this plugin when it was made.
2019-07-12 15:37:27 +00:00
FlairComponent :
enabled : true
flairThreadURL : https://www.reddit.com/r/Chromagamers/comments/51ys94/flair_thread_for_the_mc_server/
2020-07-24 21:25:29 +00:00
# Displays the configured messages at the set interval when someone is online.
2019-07-12 15:37:27 +00:00
AnnouncerComponent :
enabled : true
announceTime : 900000
announceMessages : [ ]
2020-07-24 21:25:29 +00:00
# Random things I added over the years.
2019-07-12 15:37:27 +00:00
FunComponent :
enabled : true
unlol : true
laughStrings :
- xd
- lel
- lawl
- kek
- lmao
- hue
- hah
- rofl
respect : true
2020-07-24 21:25:29 +00:00
# Allows players to append tableflips and other things to their messages. Everything is configurable here.
2019-07-12 15:37:27 +00:00
AppendTextComponent :
enabled : true
texts :
ww :
helpText :
- §6---- Wait what ----
- Wait what
appendedText : wait what
lenny :
helpText :
- §6---- Lenny ----
- This command appends a Lenny face after your message
- Or just sends one
appendedText : ( ͡° ͜ʖ ͡°)
unflip :
helpText :
- §6---- Unflip ----
- This command appends an unflip after your message
- Or just unflips as you
appendedText : ┬─┬ ノ ( ゜-゜ノ)
tableflip :
helpText :
- §6---- Tableflip ----
- This command appends a tableflip after your message
- Or just makes you tableflip
appendedText : (╯°□°)╯︵ ┻━┻
shrug :
helpText :
- §6---- Shrug ----
- This command appends a shrug after your message
- Or just makes you shrug
appendedText : ¯\\\_(ツ)\_/¯
2020-07-24 21:25:29 +00:00
# This component handles the custom processing of chat messages. If this component is disabled channels won't be supported in Minecraft.
# If you only want to disable the formatting features, set allowFormatting to false.
# If you're using another chat plugin, you should disable the whole component.
FormatterComponent :
enabled : true
allowFormatting : true
bold :
enabled : true
italic :
enabled : true
underlined :
enabled : true
strikethrough :
enabled : true
spoiler :
enabled : true
escape :
enabled : true
nullMention :
enabled : true
consolePing :
enabled : true
hashtag :
enabled : true
cyan :
enabled : true
code :
enabled : true
maskedLink :
enabled : true
url :
enabled : true
entireMessage :
enabled : true
name :
enabled : true
nickname :
enabled : true
notificationSound : ''
notificationPitch : 1.0
minTimeBetweenMessages : 100
italic2 :
enabled : true
someone :
enabled : true