EpicEnchants/src/main/resources/enchants/simple/Aquatic.yml

31 lines
719 B
YAML
Raw Normal View History

2021-07-10 23:41:20 +02:00
author: Songoda
2019-08-07 00:55:36 +02:00
2019-08-05 04:24:48 +02:00
# The enchant identifier must be unique.
identifier: Aquatic
# The max level for this enchant.
max-level: 1
# The group of this enchant. Configure the groups in the groups.yml file.
group: SIMPLE
# How the enchant should be formatted on the enchanted item.
applied-format: "&aAquatic {level}"
2019-08-06 02:06:08 +02:00
# Description
2019-08-05 04:24:48 +02:00
description:
- "Gives permanent water breathing."
# What items this enchant can be applied to.
item-whitelist:
- "HELMETS"
# For a full list of effects, please visit: https://wiki.songoda.com/Epic_Enchants#Tutorials
2019-08-05 04:24:48 +02:00
effects:
POTION:
# The trigger that will fire this effect
trigger: STATIC_EFFECT
2021-07-10 23:41:20 +02:00
2019-08-05 04:24:48 +02:00
# Potion Effect that should be applied.
2021-07-10 23:41:20 +02:00
potion-type: WATER_BREATHING