Why the order of event occurrence changes? #3661
Labels
completed
The issue has been fully resolved and the change will be in the next Skript update.
enhancement
Feature request, an issue about something that could be improved, or a PR improving something.
Description
this is a problem where the order of events is reversed depending on when they are loaded.
On Exp Spawn event occur before On Fishing event.
Steps to Reproduce
[case 1]
On Exp Spawn event is not registered When the server starts.
This event is registered through script reload.
[case 2]
On Exp Spawn event is registered when the server starts.
Expected Behavior
Tests on both cases should show the same result.
Errors / Screenshots
[case 1]
After On Fishing event, On Exp Spawn event and the On Item Spawn event are occurs.
I think this case is right.
[case 2]
On Exp Spawn event occurs first.
I don't think this progression is correct because experience and items occur after collecting lure.
Server Information
Additional Context
The text was updated successfully, but these errors were encountered: