diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-07-30 18:12:47 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-07-30 18:12:47 -0400 |
commit | 000219a5ff183e469129e5804d0a6090d6b47b26 (patch) | |
tree | 5217465c967796680cc03b11359490f638d6b78c /src/main/resources/items.yml | |
parent | Merge branch 'main' of ssh://g.tylerm.dev:21/tylermurphy534/KenshinsHideAndSe... (diff) | |
download | kenshinshideandseek-000219a5ff183e469129e5804d0a6090d6b47b26.tar.gz kenshinshideandseek-000219a5ff183e469129e5804d0a6090d6b47b26.tar.bz2 kenshinshideandseek-000219a5ff183e469129e5804d0a6090d6b47b26.zip |
1.7.5 rc4
Diffstat (limited to 'src/main/resources/items.yml')
-rw-r--r-- | src/main/resources/items.yml | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/src/main/resources/items.yml b/src/main/resources/items.yml index 682cfe4..de68cc0 100644 --- a/src/main/resources/items.yml +++ b/src/main/resources/items.yml @@ -4,7 +4,7 @@ # If pvp is disabled in config.yml, only effects will be given to players. items: seeker: - '1': + '0': material: DIAMOND_SWORD amount: 1 enchantments: @@ -13,7 +13,7 @@ items: unbreakable: true lore: - 'This is the seeker sword' - '2': + '1': material: STICK amount: 1 enchantments: @@ -22,8 +22,19 @@ items: lore: - 'It will launch people very far' - 'Use wisely!' + 'helmet': + material: LEATHER_HELMET + 'chestplate': + material: LEATHER_CHESTPLATE + 'leggings': + material: LEATHER_LEGGINGS + 'boots': + material: LEATHER_BOOTS + enchantments: + feather_falling: 4 + hider: - '1': + '0': material: STONE_SWORD amount: 1 enchantments: @@ -32,11 +43,11 @@ items: unbreakable: true lore: - 'This is the hider sword' - '2': + '1': material: SPLASH_POTION amount: 1 type: REGEN - '3': + '2': material: POTION amount: 2 type: INSTANT_HEAL @@ -55,12 +66,6 @@ effects: amplifier: 1 ambient: false particles: false - '3': - type: SLOW_FALLING - duration: 1000000 - amplifier: 1 - ambient: false - particles: false '4': type: WATER_BREATHING duration: 1000000 |