Last active
December 17, 2015 23:09
-
-
Save cmastudios/5687654 to your computer and use it in GitHub Desktop.
War Killstreak Configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set: | |
war: | |
killstreak: | |
'3': | |
privmsg: You have been rewarded with some health for your kills. | |
reward: | |
health: 8 | |
'4': | |
reward: | |
xp: 3 | |
'5': | |
message: '{0} is on a &ckillstreak&f! 5 kills this life.' | |
privmsg: You have received some items for your kills. | |
reward: | |
points: 1 | |
airstrike: true | |
items: | |
- ==: org.bukkit.inventory.ItemStack | |
type: ARROW | |
amount: 15 | |
- ==: org.bukkit.inventory.ItemStack | |
type: EGG | |
'7': | |
reward: | |
items: | |
- ==: org.bukkit.inventory.ItemStack | |
type: DIAMOND_SWORD | |
meta: | |
==: ItemMeta | |
meta-type: UNSPECIFIC | |
display-name: The Breaker | |
lore: | |
- Very slow speed | |
enchants: | |
DAMAGE_ALL: 2 | |
KNOCKBACK: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment