WheteThunger / MonumentAddons

Add entities, spawn points and more to monuments
https://umod.org/plugins/monument-addons
MIT License
5 stars 9 forks source link

Add command to register a pre-existing entity #35

Open WheteThunger opened 2 years ago

WheteThunger commented 2 years ago

Use cases:

Related: https://umod.org/community/monument-addons/39710-allow-building-on-monuments

To achieve these use cases, we could add a new command maregister. We should not update masave to do this since users should be making a deliberate decision to register entities; we don't want users to accidentally register an entity that they mistakenly believed was already managed by the plugin.

Notes:

Something we may also want to think about is whether users have a valid use case to simply apply modifications to entities that are already within monuments, without Monument Addons taking control over spawning/despawning them. Note that this would likely increase complexity significantly.