From f96e132e607f251037b7ab495874bdd6215f1881 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 20 Nov 2024 20:24:55 +0100 Subject: [PATCH 1/2] Update version to 4.1.1 This commit updates the version of CommanderPlugin from 4.1.0 to 4.1.1. This likely includes minor bug fixes or enhancements since the previous version. --- .../java/net/thenextlvl/commander/velocity/CommanderPlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velocity/src/main/java/net/thenextlvl/commander/velocity/CommanderPlugin.java b/velocity/src/main/java/net/thenextlvl/commander/velocity/CommanderPlugin.java index ad73683..bfd44e3 100644 --- a/velocity/src/main/java/net/thenextlvl/commander/velocity/CommanderPlugin.java +++ b/velocity/src/main/java/net/thenextlvl/commander/velocity/CommanderPlugin.java @@ -37,7 +37,7 @@ name = "Commander", authors = "NonSwag", url = "https://thenextlvl.net", - version = "4.1.0") + version = "4.1.1") public class CommanderPlugin implements Commander { private final CommanderVersionChecker versionChecker = new CommanderVersionChecker(this); private final ComponentBundle bundle; From ad40274c6655317f5b7c47ec4e0eb8efea8ad348 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 20 Nov 2024 20:42:41 +0100 Subject: [PATCH 2/2] Update message formatting for commander properties This commit adjusts the Commander properties files formatting. It changes the color codes and style of the messages, ensuring a more consistent and readable format in both English and German properties files. --- api/src/main/resources/commander.properties | 32 +++++++++---------- .../resources/commander_german.properties | 31 +++++++++--------- 2 files changed, 32 insertions(+), 31 deletions(-) diff --git a/api/src/main/resources/commander.properties b/api/src/main/resources/commander.properties index e7c8c7c..9b34304 100644 --- a/api/src/main/resources/commander.properties +++ b/api/src/main/resources/commander.properties @@ -1,16 +1,16 @@ -prefix=Commander » -permission.reset= Reset the permission of to -permission.set= Set the permission of to -permission.query.defined= The permission of is -permission.query.undefined= The permission of is undefined -command.unregistered= All commands matching are removed now -command.registered= All commands matching can be used again -command.hidden= All commands matching are now hidden -command.revealed= All commands matching can be seen again -command.reset= The command has been reset -command.reload.failed= '>Failed to reloaded command files -command.reload.success= Successfully reloaded command files -command.reload.changes= additions and deletions () -command.saved= Successfully saved command files -command.unknown= The command () does not exist -nothing.changed= Nothing could be changed \ No newline at end of file +prefix=Commander » +permission.reset= Reset the permission of to +permission.set= Set the permission of to +permission.query.defined= The permission of is +permission.query.undefined= The permission of is undefined +command.unregistered= All commands matching are removed now +command.registered= All commands matching can be used again +command.hidden= All commands matching are now hidden +command.revealed= All commands matching can be seen again +command.reset= The command has been reset +command.reload.failed= '>Failed to reloaded command files +command.reload.success= Successfully reloaded command files +command.reload.changes= additions and deletions () +command.saved= Successfully saved command files +command.unknown= The command () does not exist +nothing.changed= Nothing could be changed \ No newline at end of file diff --git a/api/src/main/resources/commander_german.properties b/api/src/main/resources/commander_german.properties index e18d990..e18ca5a 100644 --- a/api/src/main/resources/commander_german.properties +++ b/api/src/main/resources/commander_german.properties @@ -1,15 +1,16 @@ -permission.reset= Die Berechtigung auf wurde zurückgesetzt zu -permission.set= Die Berechtigung auf wurde zu geändert -permission.query.defined= Die Berechtigung auf ist -permission.query.undefined= Die Berechtigung auf ist undefiniert -command.unregistered= Alle Befehle die gleichen, wurden entfernt -command.registered= Alle Befehle die gleichen, können wieder genutzt werden -command.hidden= Alle Befehle die gleichen, wurden versteckt -command.revealed= Alle Befehle die gleichen, können wieder gesehen werden -command.reset= Der Befehl wurde zurück gesetzt -command.reload.failed= '>Befehlsdateien konnten nicht neu geladen werden -command.reload.success= Befehlsdateien wurden erfolgreich neu geladen -command.reload.changes= Hinzugefügt und entfernt () -command.saved= Befehlsdateien wurden erfolgreich gespeichert -command.unknown= Der Befehl () existiert nicht -nothing.changed= Es konnte nichts geändert werden \ No newline at end of file +prefix=Commander » +permission.reset= Die Berechtigung auf wurde zurückgesetzt zu +permission.set= Die Berechtigung auf wurde zu geändert +permission.query.defined= Die Berechtigung auf ist +permission.query.undefined= Die Berechtigung auf ist undefiniert +command.unregistered= Alle Befehle die gleichen, wurden entfernt +command.registered= Alle Befehle die gleichen, können wieder genutzt werden +command.hidden= Alle Befehle die gleichen, wurden versteckt +command.revealed= Alle Befehle die gleichen, können wieder gesehen werden +command.reset= Der Befehl wurde zurückgesetzt +command.reload.failed= '>Befehlsdateien konnten nicht neu geladen werden +command.reload.success= Befehlsdateien wurden erfolgreich neu geladen +command.reload.changes= hinzugefügt und entfernt () +command.saved= Befehlsdateien wurden erfolgreich gespeichert +command.unknown= Der Befehl () existiert nicht +nothing.changed= Es konnte nichts geändert werden \ No newline at end of file