All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.alangomes.springspigot.command.CommandExecutor Maven / Gradle / Ivy

There is a newer version: 0.20.7
Show newest version
package dev.alangomes.springspigot.command;

public interface CommandExecutor {

    CommandResult execute(String... command);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy