diff --git a/plugin/src/main/resources/vouchers.yml b/plugin/src/main/resources/vouchers.yml index 62c7cdb..ce66953 100644 --- a/plugin/src/main/resources/vouchers.yml +++ b/plugin/src/main/resources/vouchers.yml @@ -101,7 +101,7 @@ vouchers: # health: # - # Check if player has <= 10 HP + # Check if player has ≤ 10 HP # left: '%player_health%' type: '<=' diff --git a/plugin/src/main/resources/vouchers_legacy.yml b/plugin/src/main/resources/vouchers_legacy.yml index d2726cf..c2742b5 100644 --- a/plugin/src/main/resources/vouchers_legacy.yml +++ b/plugin/src/main/resources/vouchers_legacy.yml @@ -106,7 +106,7 @@ vouchers: # health: # - # Check if player has <= 10 HP + # Check if player has ≤ 10 HP # left: '%player_health%' type: '<='