# Configuration file
##########################################################################################################
# bot setup
#--------------------------------------------------------------------------------------------------------#
# The Most Important Info Of The Bot
##########################################################################################################
"bot setup" {
# What Is Playing The Bot? [default: Minecraft]
S:Activity=Minecraft
# The Channel Where Messages Are Exchanged [default: 123456789]
S:"Channel ID"=123456789
# Token Of The Bot [default: TOKEN]
S:Token=TOKEN
}
##########################################################################################################
# messages
#--------------------------------------------------------------------------------------------------------#
# The Messages Of The Bot
##########################################################################################################
messages {
# The Format Of How The Message From Discord Is Going To Be Display In Minecraft [default: Discord <User>: <Message>]
S:"Discord Chat Message"=Discord <User>: <Message>
# The Message Display When Player Join The Server [default: <Player> has joined the server!]
S:"Join Message"=<Player> has joined the server!
# The Message Display When Player Leave The Server [default: <Player> has left the server!]
S:"Leave Message"=<Player> has left the server!
# The Format Of How The Message From Minecraft Is Going To Be Display In Discord [default: <Player>: <Message>]
S:"Minecraft Chat Message"=<Player>: <Message>
# The Message Display When Player Get And Achievement [default: <Player> has get the achievement of <Achievement>]
S:"Player Achievement Message"=<Player> has get the achievement of <Achievement>
# The Message Display When Player Die [default: <Player> has die!]
S:"Player Dead Message"=<Player> has die!
# The Message Display When Server Started [default: :white_check_mark: Server has started!]
S:"Server Started Message"=:white_check_mark: Server has started!
# The Message Display When Server Stopped [default: :negative_squared_cross_mark: Server has stopped!]
S:"Server Stopped Message"=:negative_squared_cross_mark: Server has stopped!
}