mirror of
https://github.com/IdalecioSch/StPlayer.git
synced 2026-07-27 16:25:47 -03:00
dumb
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user