senderを使用せずにプログラムでマイクラのコマンドを使う
// サーバーに/give @a minecraft:apple 10というコマンドを実行させる
Bukkit.dispatchCommand(Bukkit.getConsoleSender(), "give @a minecraft:apple 10");
// サーバーに/give @a minecraft:apple 10というコマンドを実行させる
Bukkit.dispatchCommand(Bukkit.getConsoleSender(), "give @a minecraft:apple 10");