ChromaCore/ButtonCore
Norbi Peti a17923602f
Slow startup debug, async command handling
The command argument processing and permission checking is done asynchronously, mainly because LuckPerms (rightfully) complains that loading player data (for unconnected DC users) should not be done on the main thread.
The actual command execution is still done on the main thread.
2019-08-23 00:50:36 +02:00
..
.settings Plugin update on shutdown+fromcmd 2018-05-07 20:01:36 +02:00
src Slow startup debug, async command handling 2019-08-23 00:50:36 +02:00
.factorypath Plugin update on shutdown+fromcmd 2018-05-07 20:01:36 +02:00
.project Plugin update on shutdown+fromcmd 2018-05-07 20:01:36 +02:00
License.md Plugin update on shutdown+fromcmd 2018-05-07 20:01:36 +02:00
lombok.config Fixes, should be ready to merge 2018-11-18 02:58:26 +01:00
pom.xml Made SpawnComponent, working just fine 2019-08-18 03:49:36 +02:00
README.md Plugin update on shutdown+fromcmd 2018-05-07 20:01:36 +02:00

ButtonCore

A plugin that serves as a container for things common to many of our plugins