diff --git a/eco-core/core-plugin/src/main/resources/customenchants.yml b/eco-core/core-plugin/src/main/resources/customenchants.yml index 079df516..25b976bd 100644 --- a/eco-core/core-plugin/src/main/resources/customenchants.yml +++ b/eco-core/core-plugin/src/main/resources/customenchants.yml @@ -22,7 +22,7 @@ enchants: - id: escape type: normal name: "Escape" - description: Gain a short burst of speed after taking damage + description: Gain a short burst of speed %value% after taking damage obtaining: table: true @@ -52,6 +52,7 @@ enchants: triggers: - take_damage conditions: [ ] + value-placeholder: I - effects: - id: potion_effect args: @@ -61,4 +62,5 @@ enchants: apply_to_player: true triggers: - take_damage - conditions: [ ] \ No newline at end of file + conditions: [ ] + value-placeholder: II \ No newline at end of file