I tried using
plugin.getScheduler().runTaskTimer(entity, runnable, 1, 10);
This will cause the same problem as issue #7
It seems that there is no method that can be called here UniversalRunnable.java
I would like to know how to use EntityScheduler and RegionScheduler correctly when using cancel() inside a UniversalRunnable
I tried using
This will cause the same problem as issue #7
It seems that there is no method that can be called here UniversalRunnable.java
I would like to know how to use EntityScheduler and RegionScheduler correctly when using
cancel()inside a UniversalRunnable