This commit is contained in:
iTakinn
2025-09-19 10:57:56 -03:00
parent 49041461a0
commit 6583f03d9c
+1 -1
View File
@@ -10,7 +10,7 @@ import org.bukkit.plugin.java.JavaPlugin;
public class Main extends JavaPlugin { public class Main extends JavaPlugin {
public void onEnable() { public void onEnable() {
this.getCommand("speedtest").setExecutor(this); this.getCommand("stplayer").setExecutor(this);
} }
public boolean onCommand(CommandSender sender, Command command, String label, String[] args) { public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {