📜  不同包中的 java 命令不起作用 - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:37.199000             🧑  作者: Mango

代码示例1
// make sure you have this in onEnable()
  this.getCommand("COMMANDHERE").setExecutor(new classname());
// make sure you have this done