Updates 💯

This commit is contained in:
Paul Reilly
2023-05-18 23:15:17 -05:00
parent 1ecff910ec
commit 47fcda6462
30 changed files with 546 additions and 66 deletions

View File

@ -41,4 +41,9 @@ public class CommonsBase extends JavaPlugin
{
return executor;
}
public EventBus getEventBus()
{
return eventBus;
}
}