Configuration

#
# BetterAnnounce
# by maxpowa
#
# All numerical values will be in minutes, just for simplicity!
# As of v0.0.5 you must put the '' around all your text strings, otherwise errors will be thrown in your logs.
#
# There is a list of all supported color/formatting codes at http://dev.bukkit.org/server-mods/betterannounce/pages/color-codes/
#
# When using group announcements, the permission nodes will be betterannounce.receive.<groupname>
# Also, when using group announcements, default will be sent to everyone just to show that the plugin is working.
#

announce-interval: 180
announce-prefix: '&3[&fBetterAnnounce&3]&f'
minimum-players-required: 2
random-order: true
group-announce: true

announcements:
  default:
   - 'BetterAnnounce rules!'
   - 'You can even use &4COLOR CODES&f!'
   - 'Real men use &3BetterAnnounce&f!'
  moderator:
   - 'Your administrator has installed &3BetterAnnounce'
   - 'Let them know they''ve made the right decision!'
  admin:
   - 'Good job admin, you''ve successfully installed &3BetterAnnounce&f!'
   - 'You can now change these messages, as well as the permission node they will apply to in the config!'

Comments

Posts Quoted:
Reply
Clear All Quotes