136137138139140141142143144145146
Bukkit.getPluginManager().callEvent(incrementEvent); if (incrementEvent.isCancelled()) return; progress.updateProgress(player, event); if (progress.isStepCompleted()) { progress.onStepCompletion(); progress.cycle(); } } }