Config

##PerWorldMOTD v1.4 by CGA1123
##Configuration File
#
#FORMAT:
#motds:
#  WORLDNAME:
#    motd: "MESSAGE"
#    sound: "SOUNDNAME"
#    joinmsg: "MESSAGE"
#    leavemsg: "MESSAGE"
#  WORLDNAME2:
#    motd: "MESSAGE2"
#    joinmsg: "MESSAGE"
#    leavemsg: "MESSAGE"
#
##Set whether you want to use per world join/leave messages
#
usecustomjoinleave: true
#
##Sound names can be found at: http://jd.bukkit.org/rb/apidocs/org/bukkit/Sound.html
#Use '&' for coloring the message. 
#Use '\nl' for new line.
#Use '%Player' to get player Display Name.
motds:
  world:
    motd: "&fHey, &3%Player&r, you have just joined the world: &6World&f."
    sound: "SPLASH"
    joinmsg: "&a%Player &rjust joined the world."
    leavemsg: "&a%Player &r just left the world."
  factions:
    motd: "&fHey, &3%Player&r, you have just joined the world: &4Factions&f."
  creative:
    motd: "&fHey, &3%Player&r, you have just joined the world: &1C&2r&3e&4a&5t&6i&7v&8e&f."