版本更新至:3.76
调整:开发框架改为 Gradle 新增:Language2 工具新增 [book] 类型
This commit is contained in:
12
resources/JavaShells/scripts/-testshell.java
Normal file
12
resources/JavaShells/scripts/-testshell.java
Normal file
@@ -0,0 +1,12 @@
|
||||
import org.bukkit.*;
|
||||
|
||||
public class testshell {
|
||||
|
||||
public void onEnable() {
|
||||
Bukkit.broadcastMessage("testshell enable!");
|
||||
}
|
||||
|
||||
public void onDisable() {
|
||||
Bukkit.broadcastMessage("testshell disable!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user