DynamicSpawnPlugin
Dynamically updates the world spawn point in a spiral or square pattern outward from the original spawn location. The spawn moves at a configurable interval based on tick and/or respawns, allowing the world to expand gradually over time.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
DynamicSpawnPlugin
DynamicSpawnPlugin dynamically updates the world spawn point using either a spiral or square pattern outward from the original spawn location. The spawn moves at a configurable interval, allowing the world to expand gradually over time.
Key Features:
- Moves the spawn point in either a chunk center or chunk center pattern, expanding outward by a set distance. - Configurable update intervals (daily, weekly, monthly, yearly, or exact tick values). - Customize spiral tightness and curve with adjustable step distance and angle divisor. - Define square step size or use chunk center placement for precise spawn updates. - Updates can be triggered on player respawns based on configurable conditions. - `/forcespawnmove` command to manually trigger a spawn update. - `/checkspawn` command to view the current spawn coordinates.
Perfect for:
Survival servers looking to encourage exploration, prevent spawn crowding, and dynamically shift the world's central point over time!