Maxqia / PoreRT

[Abandoned] Run Bukkit plugins on Sponge natively! (Batteries now included)
Other
32 stars 23 forks source link

Use tick based scheduler. #26

Closed Slind14 closed 7 years ago

Slind14 commented 7 years ago

Hi there, I have a few Plugins that require the scheduler to execute the task on specific ticks. Currently the bukkit scheduler is being replaced with the normal sponge scheduler using time units which causes issues. Could you use the sponge tick based scheduler instead?