137138139140141142143144145146147
if (incrementEvent.isCancelled()) return; progress.updateProgress(player, event); if (progress.isStepCompleted()) { progress.onStepCompletion(); progress.cycle(); } } } public static boolean isValidQuest(String quest) {