Skip to content

Release 1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 10:04
40075d1

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) is EventExecutionType.Concurrent.