BetterStructures Content Packages
BetterStructures now treats official content as managed packages instead of a pure manual-import workflow.
Main Commands
| Command | Purpose |
|---|---|
/bs initialize | First-time setup flow |
/bs setup | Browse and manage package state |
/bs downloadall | Downloads the plugin update (if any) and all available content, then reloads |
/bs downloadallcontent | Downloads all available content only (no plugin update) |
/bs updatecontent | Updates outdated content (alias: /bs updateallcontent) |
/bs recommendedplugins | Lists companion plugins that pair well with BetterStructures |
/nightbreaklogin <token> | Shared Nightbreak token registration |
These content commands come from the shared MagmaCore Nightbreak system bundled into BetterStructures, so the same lifecycle (token check, access check, download, auto-reload) is identical across MagmaGuy plugins.
Package Types
The current setup flow distinguishes between at least two major package groups:
- structure packs
- module packs
Use /bs setup to filter and inspect packages instead of relying on old static lists.
Package States
Depending on the package and your token state, BetterStructures can distinguish between:
- installed content
- downloaded but not enabled content
- outdated content
- content that needs Nightbreak access
That means the setup menu is now the best way to confirm what the plugin believes is installed.
Manual Import Fallback
Manual imports still use:
plugins/BetterStructures/imports
Keep package zips intact, then reload BetterStructures if needed. Manual import is still supported, but it is no longer the main documented workflow.