> [!IMPORTANT] > This code change includes important fixes for all spawners after they were converted to codegen! > [!NOTE] > **Developer Note** > Usage/Description/Aliases attributes were moved to the core so they can be used by the command registration system. ### Summary - **Fixes spawners not registering their spawns on world load** - Changes `[GenerateSpawners` to `[ImportSpawners` - Removes `ConvertPremiumSpawners` - Adds Premium spawner import support to `[ImportSpawners` - Adds RunUO XML import support: https://github.com/ruaduck/xmlspawner/blob/ServUOMaster/XmlSpawner/XmlSpawner%20Core/SpawnerExporter.cs - Fixed an issue where not manually registering an alias meant it wasn't available as a command |
||
|---|---|---|
| .. | ||
| assets/stylesheets | ||
| branding | ||
| commands | ||
| overrides | ||
| scripting-guide | ||
| building-server.md | ||
| CNAME | ||
| index.md | ||
| installation.md | ||
| readme.md | ||
| starting-server.md | ||
ModernUO Website
Development
- Install Python's
pippackage manager - Install MkDocs:
pip install mkdocs - Install Required Extensions
pip install pymdown-extensionspip install mkdocs-material
- Launch development server:
mkdocs