fix: oops

This commit is contained in:
TheClashFruit 2023-09-29 19:38:40 +02:00
parent 5bea628ae5
commit 5fc5f311d5
Signed by: TheClashFruit
GPG key ID: CF4A319B9A73290C
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ public class Plugin extends JavaPlugin {
Gson gson = new Gson();
String chatMessage = gson.toJson(new SystemMessage(
"playerQuit",
"serverStop",
new SystemData(
"Server stopped.",
0xFF5555

View file

@ -42,7 +42,7 @@ public class ChatListener implements Listener {
Gson gson = new Gson();
String chatMessage = gson.toJson(new SystemMessage(
"serverStop",
"playerJoin",
new SystemData(
event.getPlayer().getName() + " joined the game.",
0xFFFF55