TaskChain icon indicating copy to clipboard operation
TaskChain copied to clipboard

Forge Support

Open aikar opened this issue 9 years ago • 4 comments

Major Concern: Scheduler?

aikar avatar Oct 18 '16 05:10 aikar

@aikar

When I've mentioned a "Scheduler" to their channel before, it was met with a resounding "NO".

Reasoning? They dislike running code snippets later on. They, instead, prefer to their tick event handlers......

Zidane avatar Oct 18 '16 13:10 Zidane

@Zidane posting to main should be easy to do with the tick event handler, just maintain a ConcurrentLinkedQueue of tasks to run each tick.

The tick based delay will be trickier, but should be possible using same event if we maintain track of tick count too.

aikar avatar Oct 18 '16 14:10 aikar

@aikar The main issue with forge is that it needs gradle to build. Put it in a separate repo?

liach avatar Apr 08 '18 20:04 liach

@liach I would be willing to convert TaskChain to gradle if someone PR's it using my base gradle file at https://github.com/aikar/util/blob/master/build.gradle and set the multi projects up like I did for IDB

https://github.com/aikar/db

aikar avatar Apr 09 '18 12:04 aikar