Changed the default color of 'villager-editor-title' to be less bright.

master
blablubbabc 2020-11-24 18:23:57 +01:00
parent de274ae203
commit 937961d2e9
4 changed files with 4 additions and 3 deletions

View File

@ -33,6 +33,7 @@ Messages:
* Added 'no-player-shops-via-command'.
* Removed 'no-admin-shop-type-selected'.
* Removed 'no-player-shop-type-selected'.
* Changed the default color of 'villager-editor-title' to be less bright.
You will have to manually update your custom language files to adapt for these changes.

View File

@ -213,7 +213,7 @@ public class Messages {
public static Text mustTargetVillager = Text.parse("&7You have to target a villager.");
public static Text targetEntityIsNoVillager = Text.parse("&7The targeted entity is no regular villager.");
public static String villagerEditorTitle = "&aVillager Editor: &e{villagerName}";
public static String villagerEditorTitle = "&2Villager Editor: &e{villagerName}";
public static String villagerEditorDescriptionHeader = "&6Villager Editor";
public static List<String> villagerEditorDescription = Arrays.asList(
"Top row: Result items",

View File

@ -282,7 +282,7 @@ must-target-entity: "&7Du musst ein Objekt anvisieren."
must-target-villager: "&7Du musst einen Dorfbewohner anvisieren."
target-entity-is-no-villager: "&7Das anvisierte Objekt ist kein normaler Dorfbewohner."
villager-editor-title: "&aDorfbewohner Editor: &e{villagerName}"
villager-editor-title: "&2Dorfbewohner Editor: &e{villagerName}"
villager-editor-description-header: "&6Dorfbewohner Editor"
villager-editor-description:
- 'Obere Reihe: Ergebnis Items'

View File

@ -285,7 +285,7 @@ must-target-entity: "&7You have to target an entity."
must-target-villager: "&7You have to target a villager."
target-entity-is-no-villager: "&7The targeted entity is no regular villager."
villager-editor-title: "&aVillager Editor: &e{villagerName}"
villager-editor-title: "&2Villager Editor: &e{villagerName}"
villager-editor-description-header: "&6Villager Editor"
villager-editor-description:
- 'Top row: Result items'