Alright, the majority of people who use Hyperion, Apollo, RuneSource, RS2Server, etc, they use Graham's event system, I however use the Tickable system that was released with RS2Server.
Obviously it's setup as:
World.getWorld().newTickable(new Tickable(2) { @Overridepublic void execute() { } });
It'd be helpful to add the phase system to it, so for the people already using the tickable system could easily implement it if needed.
Like for myself, before I got a new skill system, I was using multiple tick events for woodcutting, first tick cut, second respawn tree.