Building Minigames with the Instance System
TutorialInstancesMinigames
TL;DR
Use InstancesPlugin.spawnInstance() for isolated worlds, configure WorldEmptyCondition for auto-cleanup, and teleportPlayerToInstance()/exitInstance() for player movement. Instances delete on removal, so no manual cleanup needed.
Comments
No comments yet. Be the first to share your thoughts!