Advertisement
Guest User

Untitled

a guest
Nov 27th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. #
  2. # IMPORTANT: NEVER USE 'Every' AND 'Custom' AT THE SAME TIME. ALWAYS DISABLE ONE OF THEM BY GIVING THE VALUE -1
  3. KSMessage: '&c%p &ais on a killstreak of &c%ks'
  4.  
  5. #When KS message should be sent?
  6. #Set Every to a number and the KS Message will be sent every "x" kills
  7. #Set Every to -1 if you want to send KS Message on custom amount of kills
  8. Every: -1
  9. #Set Custom to -1 if you choose Every
  10. #Set both to -1 to disable KS Message
  11. #
  12. # IMPORTANT: NEVER USE 'Every' AND 'Custom' AT THE SAME TIME. ALWAYS DISABLE ONE OF THEM BY GIVING THE VALUE -1
  13. #
  14. Custom:
  15. - 5
  16. - 10
  17. - 15
  18. - 20
  19. - 50
  20.  
  21. KillReward:
  22. Enable: true
  23. Money: 10.0
  24. #Command executed when player get a KSMessage
  25. #Set "none" if you want to disable this feature
  26. #Do not add "/" before commands
  27. KSCommand:
  28. - heal %p
  29. - give %p egapple 1
  30. - broadcast &6%p &4is on a KillStreak!
  31.  
  32. #Put # to split the commands. Do not put the "/" before any command
  33. CustomCmd:
  34. '5': 'heal %p#give %p egapple 1'
  35. '10': 'give %p egapple 10#heal %p'
  36. '15': 'give %p egapple 10#heal %p'
  37. '20': 'give %p egapple 10#heal %p'
  38. '50': 'give %p egapple 10#heal %p'
  39.  
  40. WorldBlacklist:
  41. - worldnamehere
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement