Skip to content
James Collins edited this page Jan 5, 2025 · 1 revision

The STEMCraftLib emits the following events that plugins can listen to:

WorldDeleteEvent

Emitted when a world has been deleted from the server. The world may be physically deleted and not available as a World object at this point.

  • String getWorldName() - Returns the world name that was deleted.

Clone this wiki locally