Config

#---------------[NXAnnouncer]---------------#
#         Developed by ProjectBarks         #
#-------------------------------------------#

#Changes the distance betweem each announcement.
Interval:
  Minutes: 5
  Seconds: 0
#True=stop broadcasts while 0 players are on. 
No Players: true
#The default color that is at the beginning of each line.
Default Message Color: '&7'
Announcements:
#Announcement group uses the same header and footer for each message.
#Each message is its own announcement. To have multi line broadcasts you  
#can rely on the wrapper or use %s
  AnnouncementGroup1:
#Make sure the header and the footer are the same width in minecraft chat. THE PLUGIN WILL IGNORE COLOR CODES WHEN CENTERING
    header: '&1-----------[BarksSimple&bAnnouncer]-----------'
    footer: '&1----------------------&b----------------------'
    messages:
    - '&oWelcome to Bukkit'
    - '&lExample of an announce%nWith another line'
  AnnouncementGroup2:
    header: '&1-----------[BarksSimple&bAnnouncerTwo]-----------'
    footer: '&1----------------------&b----------------------'
    messages:
    - '&oWelcome to Bukkit #2'
    - '&lThis is an example of an auto wrapper Announcement. Without using the percent s'

Comments

Posts Quoted:
Reply
Clear All Quotes