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");