Skip to content

Hey there! If you like my work, you can support me by sponsoring me on GitHub. Thanks! ❤

Sponsor me
on GitHub

Scheduler

LiteCommands is a highly concurrent environment. Code can be executed in many threads simultaneously.

Scheduler and SchedulerPool control how LiteCommands run code.

How to change Scheduler

You can change a scheduler in LiteCommands builder:

java
.scheduler(new YourScheduler())

Default Schedulers for Platforms

PlatformScheduler
BukkitBukkitSchedulerImpl
Velocitydefault
BungeeCorddefault
MineStomMineStomScheduler
Fabricdefault
Spongedefault
JDAdefault
FoliaComing Soon...

default - SchedulerExecutorPoolImpl

Made by LiteDevelopers and Contributors with ❤️