diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 3505aea..3c98b43 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -38,6 +38,7 @@ CatchChance: Witch: 100.0 Bat: 100.0 Horse: 100.0 + Rabbit: 100.0 VaultCost: Pig: 0.0 Sheep: 0.0 @@ -63,6 +64,7 @@ VaultCost: Witch: 0.0 Bat: 0.0 Horse: 0.0 + Rabbit: 0.0 ItemCost: ItemId: 371 ItemData: 0 @@ -91,6 +93,7 @@ ItemCost: Witch: 0 Bat: 0 Horse: 0 + Rabbit: 0 HealthPercentage: Pig: 100.0 Sheep: 100.0 @@ -116,6 +119,7 @@ HealthPercentage: Witch: 100.0 Bat: 100.0 Horse: 100.0 + Rabbit: 100.0 Messages: PermissionFail: "You do not have permission to catch this mob!" VaultFail: "It costs %s dollars to catch this mob!" @@ -126,4 +130,4 @@ Messages: CatchChanceSuccess: "" HealthPercentageFail: "The mob has more than %s percent health left and cannot be caught!" ConfigVersion: 2.00 -CheckForUpdates: true \ No newline at end of file +CheckForUpdates: true