-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forge Support #2
Comments
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 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 The main issue with forge is that it needs gradle to build. Put it in a separate repo? |
@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 |
Major Concern: Scheduler?
The text was updated successfully, but these errors were encountered: