WheteThunger / MonumentAddons

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

Allow setting entity flags #23

Closed WheteThunger closed 1 month ago

WheteThunger commented 2 years ago

Currently, entities will have the default flags based on their prefab, plus sometimes flags that the plugin has hard-coded. We should aim to give server owners the ability to specify flags per entity if desired using a command such as maflag Reserved4 to toggle a given flag for an entity they are looking ati.

Some care should be taken to think about situations where a user wants to remove flags that the plugin is currently hard-coding.

Related: