From 9f36d95dbc76e2fe43549046ff521493429ade55 Mon Sep 17 00:00:00 2001 From: simoleo89 Date: Tue, 2 Jun 2026 18:32:14 +0200 Subject: [PATCH 1/5] fix(commands): structure commands alert output --- .../habbohotel/commands/CommandsCommand.java | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Emulator/src/main/java/com/eu/habbo/habbohotel/commands/CommandsCommand.java b/Emulator/src/main/java/com/eu/habbo/habbohotel/commands/CommandsCommand.java index 358f4266..0d0e0a48 100644 --- a/Emulator/src/main/java/com/eu/habbo/habbohotel/commands/CommandsCommand.java +++ b/Emulator/src/main/java/com/eu/habbo/habbohotel/commands/CommandsCommand.java @@ -17,7 +17,22 @@ public class CommandsCommand extends Command { message.append("(").append(commands.size()).append("):\r\n"); for (Command c : commands) { - message.append(Emulator.getTexts().getValue("commands.description." + c.permission, "commands.description." + c.permission)).append("\r"); + String textKey = "commands.description." + c.permission; + String commandText = Emulator.getTexts().getValue(textKey, ""); + String commandLine = ":" + c.keys[0]; + String description = ""; + + if (commandText.startsWith(":")) { + commandLine = commandText; + } else if (!commandText.isEmpty() && !commandText.equals(textKey)) { + description = commandText; + } + + message.append(commandLine).append("\r"); + + if (!description.isEmpty()) { + message.append(description).append("\r"); + } } gameClient.getHabbo().alert(new String[]{message.toString()}); From 281fede58c093c67d8581f686e1c39ef408bc394 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:56:45 +0000 Subject: [PATCH 2/5] =?UTF-8?q?=F0=9F=86=99=20Bump=20version=20to=204.2.31?= =?UTF-8?q?=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Emulator/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Emulator/pom.xml b/Emulator/pom.xml index 2db9afc3..4ab3641d 100644 --- a/Emulator/pom.xml +++ b/Emulator/pom.xml @@ -6,7 +6,7 @@ com.eu.habbo Habbo - 4.2.30 + 4.2.31 UTF-8 From 7e59dca192ace499da157895d46abb6d37491fe4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 12:20:44 +0000 Subject: [PATCH 3/5] =?UTF-8?q?=F0=9F=86=99=20Bump=20version=20to=204.2.32?= =?UTF-8?q?=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Emulator/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Emulator/pom.xml b/Emulator/pom.xml index 4ab3641d..8ae130ac 100644 --- a/Emulator/pom.xml +++ b/Emulator/pom.xml @@ -6,7 +6,7 @@ com.eu.habbo Habbo - 4.2.31 + 4.2.32 UTF-8 From 717a7f184f33f2b9f39fb5e3dd3c0b04f620a2f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 14:23:40 +0000 Subject: [PATCH 4/5] =?UTF-8?q?=F0=9F=86=99=20Bump=20version=20to=204.2.33?= =?UTF-8?q?=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Emulator/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Emulator/pom.xml b/Emulator/pom.xml index 8ae130ac..877f7c2f 100644 --- a/Emulator/pom.xml +++ b/Emulator/pom.xml @@ -6,7 +6,7 @@ com.eu.habbo Habbo - 4.2.32 + 4.2.33 UTF-8 From 44ea3abd4edb047ae538fa7e15cc260c0f57579b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 14:37:38 +0000 Subject: [PATCH 5/5] =?UTF-8?q?=F0=9F=86=99=20Bump=20version=20to=204.2.34?= =?UTF-8?q?=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Emulator/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Emulator/pom.xml b/Emulator/pom.xml index 877f7c2f..3d2eec4c 100644 --- a/Emulator/pom.xml +++ b/Emulator/pom.xml @@ -6,7 +6,7 @@ com.eu.habbo Habbo - 4.2.33 + 4.2.34 UTF-8