Skip to content
Success

Changes

Summary

  1. Add thunder changes event (#2317) (commit: 74668a4) (details)
Commit 74668a4082ea8428333aa107ae18c94bcebc29aa by noreply
Add thunder changes event (#2317)

* Added ThunderChangesScriptEvent

Adds an event that allows a user to detect when thunder changes in a world

* Added newline to last end bracket

Simple update to adhere better to denizen formatting

* firstst attempt at corrections for thunderchangeevent pr

Remove `thunder` and `world` fields, replaced the if statements in `getContext` with a switch statement, and added the `in <world>` match that i originally forgot
(commit: 74668a4)
The file was modified plugin/src/main/java/com/denizenscript/denizen/events/ScriptEventRegistry.java (diff)
The file was addedplugin/src/main/java/com/denizenscript/denizen/events/world/ThunderChangesScriptEvent.java