Added more API and features for Events

This commit is contained in:
Sn0wStorm
2019-11-13 22:07:22 +01:00
parent 48a15a0e82
commit 3332354846
29 changed files with 672 additions and 224 deletions
+4
View File
@@ -514,6 +514,10 @@ public class P extends JavaPlugin {
BConfig.reloader = null;
}
public P getInstance() {
return p;
}
// Utility
public void msg(CommandSender sender, String msg) {