2019-07-12 15:37:27 +00:00
global :
notificationSound : ''
notificationPitch : 1.0
2020-02-16 17:46:13 +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-02-16 17:46:13 +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.
2021-05-01 21:11:07 +00:00
# You can disable /tc and /nc in Chroma-Core's config if you only want to use the TownColorComponent.
2019-07-12 15:37:27 +00:00
TownyComponent :
enabled : true
2020-02-16 17:46:13 +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
2020-11-20 17:12:49 +00:00
# If enabled, players will have a nation-defined color in addition to town colors, white by default.
# They can change how much of each color they want with this as well.
2019-07-12 15:37:27 +00:00
useNationColors : true
2021-05-01 21:11:07 +00:00
# The amount of town colors allowed. If more than one is used (or nation colors are enabled), players can change how many letters to be in a specific color using /u ncolor.
2019-08-19 00:12:51 +00:00
colorCount : 1
2019-09-21 15:50:17 +00:00
towncolors :
2020-10-22 16:09:03 +00:00
seedshire :
- Blue
2019-09-30 07:13:25 +00:00
liria :
2019-09-21 15:50:17 +00:00
- DarkPurple
2019-10-15 05:55:42 +00:00
nationcolors :
leagueofcrafters : Gold
2020-02-16 17:46:13 +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 :
2020-10-22 16:09:03 +00:00
enabled : false
2020-11-20 17:12:49 +00:00
# The Reddit thread to check for account connections. Re-enable the component if this was empty.
2019-07-12 15:37:27 +00:00
flairThreadURL : https://www.reddit.com/r/Chromagamers/comments/51ys94/flair_thread_for_the_mc_server/
2020-02-16 17:46:13 +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
2020-11-20 17:12:49 +00:00
# The messages to display to players.
2020-01-29 20:00:58 +00:00
announceMessages :
- §eCheck out the subreddit! https://www.reddit.com/r/Chromagamers/
- '§bJoin Discord : https://discord.gg/gxmTS8N'
- '§bLike the server? Vote : http://goo.gl/HDRW0a'
2020-11-20 17:12:49 +00:00
# The time in milliseconds between the messages. Use /u announce settime to set minutes.
2019-08-19 00:12:51 +00:00
announceTime : 900000
2020-02-16 17:46:13 +00:00
# Random things I added over the years.
2019-07-12 15:37:27 +00:00
FunComponent :
enabled : true
2020-11-20 17:12:49 +00:00
# The strings that count as laughs, see unlol.
2019-07-12 15:37:27 +00:00
laughStrings :
- xd
- lel
- lawl
- kek
- lmao
- hue
- hah
- rofl
2020-11-20 17:12:49 +00:00
# The "Press F to pay respects" meme in Minecraft. It will randomly appear on player death and keep track of how many "F"s are said in chat.
# You can hover over a player's name to see their respect.
2019-07-12 15:37:27 +00:00
respect : true
2020-11-20 17:12:49 +00:00
# This is an inside joke on our server.
# It keeps track of laughs (lols and what's defined in laughStrings) and if someone does /unlol or /unlaugh it will unlaugh the last person who laughed.
# Which also blinds the laughing person for a few seconds. This action can only be performed once per laugh.
2019-08-19 00:12:51 +00:00
unlol : true
2020-02-16 17:46:13 +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 :
2020-10-22 16:09:03 +00:00
waitwhat :
2019-07-12 15:37:27 +00:00
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-02-16 17:46:13 +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.
2020-11-20 17:12:49 +00:00
# If you're using another chat plugin, you should disable the whole component but that will make it impossible to use channels.
2019-10-15 05:55:42 +00:00
FormatterComponent :
enabled : true
2020-11-20 17:12:49 +00:00
# Determines whether Markdown formatting, name mentioning and similar features are enabled.
2019-10-15 05:55:42 +00:00
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
2020-01-29 20:00:58 +00:00
italic2 :
enabled : true
someone :
enabled : true
2020-11-20 17:12:49 +00:00
# The sound to play when a player is mentioned. Leave empty to use default.
2020-02-16 17:46:13 +00:00
notificationSound : ''
2020-11-20 17:12:49 +00:00
# The pitch of the notification sound.
2020-02-16 17:46:13 +00:00
notificationPitch : 1.0
2020-02-16 20:48:22 +00:00
rpc :
enabled : true
2020-11-20 17:12:49 +00:00
# The minimum time between messages in milliseconds.
2020-03-23 00:27:26 +00:00
minTimeBetweenMessages : 100
2020-11-20 17:12:49 +00:00
greentext :
enabled : true