Skip to content

Conversation

@NonSwag
Copy link
Member

@NonSwag NonSwag commented Jul 5, 2025

  • Reverted the plugin load order change to resolve an issue where the spawn world was null during startup, which caused the spawn location to be deleted.
  • Replaced the world null check for teleport locations with a call to isWorldLoaded() to prevent teleportation to unloaded worlds.

NonSwag added 3 commits July 5, 2025 11:42
Prevented configuration loading before worlds, resolving null world issues.
Replaced `getWorld` null checks with `isWorldLoaded` validations across spawn-related logic to avoid issues with unloaded worlds.
Aligned method naming with single configuration initialization logic.
@NonSwag NonSwag self-assigned this Jul 5, 2025
@NonSwag NonSwag added the enhancement New feature or request label Jul 5, 2025
@NonSwag NonSwag merged commit d40fbf2 into main Jul 5, 2025
2 checks passed
@NonSwag NonSwag deleted the fixes branch July 5, 2025 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants