Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavius12 committed Jun 6, 2015
1 parent b81ff6b commit 878acb7
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@
prefix: "Broadcaster"
suffix: "[A]"
time: 15
sendmessage-format: "[{TIME}] [{PREFIX}] {SUFFIX} {SENDER}> {MESSAGE}"
sendmessage-format: "&e[{TIME}] &b[{PREFIX}] {SUFFIX} &a{SENDER}&e>&f {MESSAGE}"
datetime-format: "H:i:s"
broadcast-enabled: true
messages:
- "[{TIME}] [{PREFIX}] 1st message"
- "[{TIME}] [{PREFIX}] 2nd message"
- "[{TIME}] [{PREFIX}] 3rd message"
- "&e[{TIME}] &b[{PREFIX}]&f 1st message"
- "&e[{TIME}] &b[{PREFIX}]&f 2nd message"
- "&e[{TIME}] &b[{PREFIX}]&f 3rd message"
popup-time: 15
popup-duration: 5
sendpopup-format: "&a{SENDER}&e>>&f {MESSAGE}"
popup-broadcast-enabled: true
popups:
- "&aWelcome to your server"
- "&d{TOTALPLAYERS} &eof &d{MAXPLAYERS} &eonline"
- "&bCurrent Time: &a{TIME}"
...

0 comments on commit 878acb7

Please sign in to comment.