From 3db3a272d5392057af5e50c1644dd4e11aa35ad8 Mon Sep 17 00:00:00 2001 From: md678685 Date: Sun, 9 Dec 2018 13:07:11 +0000 Subject: [PATCH] Update default kits.yml file Item IDs are no longer supported in 1.13+, so remove them from the default kits section. --- Essentials/src/kits.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Essentials/src/kits.yml b/Essentials/src/kits.yml index 47c44cb3f..3552fa834 100644 --- a/Essentials/src/kits.yml +++ b/Essentials/src/kits.yml @@ -1,9 +1,9 @@ -# EssentialsX new Kit configuration. +# EssentialsX kit configuration. # If you don't have any kits defined in this file, the plugin will try to copy them from the config.yml # Note: All items MUST be followed by a quantity! # All kit names should be lower case, and will be treated as lower in permissions/costs. -# Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]... +# Syntax: - name[:durability] amount [enchantment:level]... [itemmeta:value]... # For Item Meta information visit http://wiki.ess3.net/wiki/Item_Meta # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds. # Set delay to -1 for a one time kit. @@ -12,28 +12,28 @@ kits: tools: delay: 10 items: - - 272 1 - - 273 1 - - 274 1 - - 275 1 + - stonesword 1 + - stoneshovel 1 + - stonepickaxe 1 + - stoneaxe 1 dtools: delay: 600 items: - - 278 1 efficiency:1 durability:1 fortune:1 name:&4Gigadrill lore:The_drill_that_&npierces|the_heavens - - 277 1 digspeed:3 name:Dwarf lore:Diggy|Diggy|Hole - - 298 1 color:255,255,255 name:Top_Hat lore:Good_day,_Good_day - - 279:780 1 + - dpickaxe 1 efficiency:1 durability:1 fortune:1 name:&4Gigadrill lore:The_drill_that_&npierces|the_heavens + - dshovel 1 digspeed:3 name:Dwarf lore:Diggy|Diggy|Hole + - lhelm 1 color:255,255,255 name:Top_Hat lore:Good_day,_Good_day + - daxe:780 1 notch: delay: 6000 items: - - 397:3 1 player:Notch + - playerhead 1 player:Notch color: delay: 6000 items: - - 387 1 title:&4Book_&9o_&6Colors author:KHobbits lore:Ingame_color_codes book:Colors + - writtenbook 1 title:&4Book_&9o_&6Colors author:KHobbits lore:Ingame_color_codes book:Colors firework: delay: 6000 items: - - 401 1 name:Angry_Creeper color:red fade:green type:creeper power:1 - - 401 1 name:Starry_Night color:yellow,orange fade:blue type:star effect:trail,twinkle power:1 - - 401 2 name:Solar_Wind color:yellow,orange fade:red shape:large effect:twinkle color:yellow,orange fade:red shape:ball effect:trail color:red,purple fade:pink shape:star effect:trail power:1 + - fireworkrocket 1 name:Angry_Creeper color:red fade:green type:creeper power:1 + - fireworkrocket 1 name:Starry_Night color:yellow,orange fade:blue type:star effect:trail,twinkle power:1 + - fireworkrocket 2 name:Solar_Wind color:yellow,orange fade:red shape:large effect:twinkle color:yellow,orange fade:red shape:ball effect:trail color:red,purple fade:pink shape:star effect:trail power:1