diff --git a/src/main/resources/punishments/de.yml b/src/main/resources/punishments/de.yml index ffb36b28d9..5ba4ed128f 100644 --- a/src/main/resources/punishments/de.yml +++ b/src/main/resources/punishments/de.yml @@ -71,6 +71,8 @@ Punishments: - "EntityControl" - "NoSlow" - "Place" + - "Break" + - "WrongBlock" - "Baritone" - "FastBreak" - "TransactionOrder" diff --git a/src/main/resources/punishments/en.yml b/src/main/resources/punishments/en.yml index 00f6e842c5..0a96555b5a 100644 --- a/src/main/resources/punishments/en.yml +++ b/src/main/resources/punishments/en.yml @@ -71,6 +71,8 @@ Punishments: - "EntityControl" - "NoSlow" - "Place" + - "Break" + - "WrongBlock" - "Baritone" - "FastBreak" - "TransactionOrder" diff --git a/src/main/resources/punishments/es.yml b/src/main/resources/punishments/es.yml index d8542bf0b1..f1c4674303 100644 --- a/src/main/resources/punishments/es.yml +++ b/src/main/resources/punishments/es.yml @@ -71,6 +71,8 @@ Punishments: - "EntityControl" - "NoSlow" - "Place" + - "Break" + - "WrongBlock" - "Baritone" - "FastBreak" - "TransactionOrder" diff --git a/src/main/resources/punishments/fr.yml b/src/main/resources/punishments/fr.yml index f1113cc77a..0504a2b175 100644 --- a/src/main/resources/punishments/fr.yml +++ b/src/main/resources/punishments/fr.yml @@ -71,6 +71,8 @@ Punishments: - "EntityControl" - "NoSlow" - "Place" + - "Break" + - "WrongBlock" - "Baritone" - "FastBreak" - "TransactionOrder" diff --git a/src/main/resources/punishments/it.yml b/src/main/resources/punishments/it.yml index 4521e1622e..50e384c890 100644 --- a/src/main/resources/punishments/it.yml +++ b/src/main/resources/punishments/it.yml @@ -58,6 +58,8 @@ Punishments: - "EntityControl" - "NoSlow" - "Place" + - "Break" + - "WrongBlock" - "Baritone" - "FastBreak" - "TransactionOrder" diff --git a/src/main/resources/punishments/nl.yml b/src/main/resources/punishments/nl.yml index 1f0c8075cc..0817a2bff2 100644 --- a/src/main/resources/punishments/nl.yml +++ b/src/main/resources/punishments/nl.yml @@ -71,6 +71,8 @@ Punishments: - "EntityControl" - "NoSlow" - "Place" + - "Break" + - "WrongBlock" - "Baritone" - "FastBreak" - "TransactionOrder" diff --git a/src/main/resources/punishments/pt.yml b/src/main/resources/punishments/pt.yml index 9f2c09fe39..cb712d7184 100644 --- a/src/main/resources/punishments/pt.yml +++ b/src/main/resources/punishments/pt.yml @@ -71,6 +71,8 @@ Punishments: - "EntityControl" - "NoSlow" - "Place" + - "Break" + - "WrongBlock" - "Baritone" - "FastBreak" - "TransactionOrder" diff --git a/src/main/resources/punishments/ru.yml b/src/main/resources/punishments/ru.yml index 1486066fe0..7068494337 100644 --- a/src/main/resources/punishments/ru.yml +++ b/src/main/resources/punishments/ru.yml @@ -71,6 +71,8 @@ Punishments: - "EntityControl" - "NoSlow" - "Place" + - "Break" + - "WrongBlock" - "Baritone" - "FastBreak" - "TransactionOrder" diff --git a/src/main/resources/punishments/zh.yml b/src/main/resources/punishments/zh.yml index c2ee7ed089..702d82925d 100644 --- a/src/main/resources/punishments/zh.yml +++ b/src/main/resources/punishments/zh.yml @@ -71,6 +71,8 @@ Punishments: - "EntityControl" - "NoSlow" - "Place" + - "Break" + - "WrongBlock" - "Baritone" - "FastBreak" - "TransactionOrder"