From 7066f202ed055303a2f69e05fdb13c2185dd37c8 Mon Sep 17 00:00:00 2001 From: evets <1+evets@noreply.localhost> Date: Mon, 21 Sep 2026 10:21:55 +0000 Subject: [PATCH] better tps description --- .../java/com/legacyminecraft/poseidon/commands/TPSCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/legacyminecraft/poseidon/commands/TPSCommand.java b/src/main/java/com/legacyminecraft/poseidon/commands/TPSCommand.java index a085f06..a1f0590 100644 --- a/src/main/java/com/legacyminecraft/poseidon/commands/TPSCommand.java +++ b/src/main/java/com/legacyminecraft/poseidon/commands/TPSCommand.java @@ -15,7 +15,7 @@ public class TPSCommand extends Command { public TPSCommand(String name) { super(name); - this.description = "Shows the server's TPS for various intervals"; + this.description = "The servers Tick per seconds/TPS Details."; this.usageMessage = "/tps"; this.setPermission("poseidon.command.tps");