SKS-MC-Intermission/.minecraft/config/devotion/formats/s-light.cfg

44 lines
1.5 KiB
INI

# Configuration file
format {
minecraft {
S:mcChannelEmote="[ * {NICK} {MESSAGE} ]"
S:mcChannelMessage="[{NICK}] {MESSAGE}"
S:mcChannelNotice="({NICK}) {MESSAGE}"
S:mcPrivateEmote="[[ {NICK} {MESSAGE} ]]"
S:mcPrivateMessage="[[{NICK}]] {MESSAGE}"
S:mcPrivateNotice="[({NICK})] {MESSAGE}"
S:mcSendChannelEmote="[ * {NICK} {MESSAGE} ]"
S:mcSendChannelMessage="[{NICK}] {MESSAGE}"
S:mcSendPrivateEmote="[[>{CHANNEL}] {NICK} {MESSAGE} ]"
S:mcSendPrivateMessage="[[>{CHANNEL}]{NICK}] {MESSAGE}"
S:mcTopic="§e[{CHANNEL}] §f{MESSAGE}"
S:mcUserJoin="§e[{CHANNEL}] {NICK} joined the channel"
S:mcUserLeave="§e[{CHANNEL}] {NICK} left the channel"
S:mcUserNickChange="§e[{CHANNEL}] {OLDNICK} is now known as {NICK}"
S:mcUserQuit="§e[{SERVER}] {NICK} disconnected from IRC ({MESSAGE})"
}
irc {
S:ircAchievement="{NICK} just earned an achievement: {MESSAGE}"
S:ircBroadcastMessage="*** {MESSAGE} ***"
S:ircChannelEmote="* {NICK} {MESSAGE}"
S:ircChannelMessage="<{NICK}> {MESSAGE}"
S:ircPlayerJoin="{NICK} joined the game"
S:ircPlayerLeave="{NICK} left the game"
S:ircPlayerNickChange="{OLDNICK} is now known as {NICK}"
S:ircPrivateEmote="* {NICK} {MESSAGE}"
S:ircPrivateMessage="<{NICK}> {MESSAGE}"
S:ircScreenshotUpload="{NICK} just uploaded a screenshot: {URL}"
}
}
general {
S:name="S-Light"
}