Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # IMPORTANT: NEVER USE 'Every' AND 'Custom' AT THE SAME TIME. ALWAYS DISABLE ONE OF THEM BY GIVING THE VALUE -1
- KSMessage: '&c%p &ais on a killstreak of &c%ks'
- #When KS message should be sent?
- #Set Every to a number and the KS Message will be sent every "x" kills
- #Set Every to -1 if you want to send KS Message on custom amount of kills
- Every: -1
- #Set Custom to -1 if you choose Every
- #Set both to -1 to disable KS Message
- #
- # IMPORTANT: NEVER USE 'Every' AND 'Custom' AT THE SAME TIME. ALWAYS DISABLE ONE OF THEM BY GIVING THE VALUE -1
- #
- Custom:
- - 5
- - 10
- - 15
- - 20
- - 50
- KillReward:
- Enable: true
- Money: 10.0
- #Command executed when player get a KSMessage
- #Set "none" if you want to disable this feature
- #Do not add "/" before commands
- KSCommand:
- - heal %p
- - give %p egapple 1
- - broadcast &6%p &4is on a KillStreak!
- #Put # to split the commands. Do not put the "/" before any command
- CustomCmd:
- '5': 'heal %p#give %p egapple 1'
- '10': 'give %p egapple 10#heal %p'
- '15': 'give %p egapple 10#heal %p'
- '20': 'give %p egapple 10#heal %p'
- '50': 'give %p egapple 10#heal %p'
- WorldBlacklist:
- - worldnamehere
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement