Release 1.6.0
Changes
- #51 Added support to call suspending events consecutively. Use the new overload
plugin.server.pluginManager.callSuspendingEvent(event, plugin, EventExecutionType.Consecutive)
. The default behaviour (as in previous versions) isEventExecutionType.Concurrent
.