Day 3 of #100DaysOfCode and I shipped SpawnArchitect, a Minecraft Paper/PaperMC plugin that packs 100 animated spawn templates into a single JAR.
The thing that makes it different: every template animates in, building layer by layer instead of pasting instantly. It can place up to 1000 blocks per tick, so builds look alive instead of just appearing.
What it includes
100 spawn templates broken into 4 tiers:
- 20 Low (50-70 blocks)
- 30 Original (80-120 blocks)
- 25 Massive (165-200 blocks)
- 25 Gigantic (280-300 blocks)
33 developer tools via the /sadev command (VersionGuard, EventInspector, DevStick and more).
100 fun effects via the /fun command.
Core features
- Animated layer-by-layer builds (not instant paste)
- OP-only permission (
spawnarchitect.admin) - FAWE async building support
- PlaceholderAPI hook
- Low RAM mode (shrinks Gigantic 300 down to 150 blocks)
- Safe spawn teleport
- Hollow walls, auto-backup, preview
- YAML and .schem schematic support
Tech notes
- Built for Paper 1.20.4, Java 17
- JAR is only 392KB, MIT licensed
- Drop it in
plugins/, restart the server, run/spawns
Links
- Code: github.com/BlurBisht/SpawnArchitect
- Demo video: youtube.com/shorts/xBb1QKXCugs
One project shipped every day. Day 4 is next.
Top comments (0)