Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2014
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. #KillstreakBroadcast
  2. #By TopTobster5
  3.  
  4. #Message to be broadcasted when player reaches a certain killstreak. -player- and -killstreak- will be replaced by the player name and the killstreak they reached. You may use colour codes (& symbol) here.
  5. messagenewkillstreak: '&2-player- has reached a killstreak of -killstreak-'
  6.  
  7. #Message to be broadcasted if a player's killstreak is broken. -playerbroken-, -playerbreaker- and -killstreak- will be replaced by the player name of those that have dies, the name of the player who killed them and the killstreak they reached. You may use colour codes (& symbol) here.
  8. messagekillstreakbroken: '&1-playerbreaker- has broken -playerbroken-s killstreak of -killstreak-!'
  9.  
  10. #Killstreaks to be broadcasted on. Leave empty if you do not want it to broadcast.
  11. killstreaks:
  12. - 2
  13. - 3
  14. - 4
  15. - 5
  16.  
  17. #Use XP bar/level to show how many kills the player currently has in their killstreak
  18. usexpbar: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement