Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

spigot execute command as console

ConsoleCommandSender console = Bukkit.getServer().getConsoleSender();
String command = "command";
Bukkit.dispatchCommand(console, command)
 
PREVIOUS NEXT
Tagged: #spigot #execute #command #console
ADD COMMENT
Topic
Name
3+1 =