better tps description

This commit is contained in:
2026-09-21 10:21:55 +00:00
parent 7a72a949b4
commit 7066f202ed
@@ -15,7 +15,7 @@ public class TPSCommand extends Command {
public TPSCommand(String name) { public TPSCommand(String name) {
super(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.usageMessage = "/tps";
this.setPermission("poseidon.command.tps"); this.setPermission("poseidon.command.tps");