You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to have an event which fires whenever a player completes a quest, so I can change a player's KubeJS gamestage based on a quest completion.
Solution(s)
Add a HeraclesEvents::completed event, which fires whenever a player completes a quest. The event would contain the ID of the quest that was completed, and the player that completed the quest.
Describe alternatives you've considered
You can execute commands after quest completion, so what I want to do is possible, but it is much nicer with KubeJS integration.
Mod Version
1.1.13
Mod Loader Version
1.20.1 - 47.2.17
Mod Loader
Forge
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
I'd like to have an event which fires whenever a player completes a quest, so I can change a player's KubeJS gamestage based on a quest completion.
Solution(s)
Add a
HeraclesEvents::completed
event, which fires whenever a player completes a quest. The event would contain the ID of the quest that was completed, and the player that completed the quest.Describe alternatives you've considered
You can execute commands after quest completion, so what I want to do is possible, but it is much nicer with KubeJS integration.
Mod Version
1.1.13
Mod Loader Version
1.20.1 - 47.2.17
Mod Loader
Forge
Additional context
No response
The text was updated successfully, but these errors were encountered: