From 193519bbb8e951034e82f5026fe7f5045fbbe66f Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Sat, 6 Oct 2018 22:53:54 +0200 Subject: [PATCH 1/3] Update message.yml --- core/src/main/resources/es/message.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/es/message.yml b/core/src/main/resources/es/message.yml index f76496e8..76094012 100644 --- a/core/src/main/resources/es/message.yml +++ b/core/src/main/resources/es/message.yml @@ -1,5 +1,5 @@ info: - prefix: '&4&lFAWE:&f&7' + prefix: '&8(&4&lFAWE&8)&r&7' file_deleted: '%s0 ha sido eliminado.' schematic_pasting: '&7La schematic está peganda. Esto no se puede deshacer.' lighting_propogate_selection: '&7La iluminación se ha propagado en %s0 chunks. (Nota: From 7d35200727fa14fabfece01949fac247f6041623 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Sat, 6 Oct 2018 22:54:08 +0200 Subject: [PATCH 2/3] Update message.yml --- core/src/main/resources/ru/message.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/ru/message.yml b/core/src/main/resources/ru/message.yml index 1e910110..a56a58cb 100644 --- a/core/src/main/resources/ru/message.yml +++ b/core/src/main/resources/ru/message.yml @@ -1,5 +1,5 @@ info: - prefix: '&7' + prefix: '&8(&4&lFAWE&8)&r&7' file_deleted: '%s0 был удален.' schematic_pasting: '&7Вставка схематического файла. Это не может быть отменено.' lighting_propogate_selection: '&7Освещение было распространено в %s0 чанках. (Примечание: From 50bef3fb0cc66434fe2337a357866e7528ab9881 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Sat, 6 Oct 2018 22:56:30 +0200 Subject: [PATCH 3/3] Update BBC.java --- core/src/main/java/com/boydti/fawe/config/BBC.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/boydti/fawe/config/BBC.java b/core/src/main/java/com/boydti/fawe/config/BBC.java index 0827e75d..68b95c1e 100644 --- a/core/src/main/java/com/boydti/fawe/config/BBC.java +++ b/core/src/main/java/com/boydti/fawe/config/BBC.java @@ -119,7 +119,7 @@ public enum BBC { BRUSH_RESET("Reset your brush. (SHIFT + Click)", "WorldEdit.Brush"), BRUSH_NONE("You aren't holding a brush!", "WorldEdit.Brush"), BRUSH_SCROLL_ACTION_SET("Set scroll action to %s0", "WorldEdit.Brush"), - BRUSH_SCROLL_ACTION_UNSET("Removed scrol action", "WorldEdit.Brush"), + BRUSH_SCROLL_ACTION_UNSET("Removed scroll action", "WorldEdit.Brush"), BRUSH_VISUAL_MODE_SET("Set visual mode to %s0", "WorldEdit.Brush"), BRUSH_TARGET_MODE_SET("Set target mode to %s0", "WorldEdit.Brush"), BRUSH_TARGET_MASK_SET("Set target mask to %s0", "WorldEdit.Brush"),