Monument List

Is there an official "exact match" monument list that is current for 2025 (since it is currently December 2024).

Say someone wanted to make edits to the config for "monuments whose prefab name (or monument marker name) is an exact match of any of these values"  -- where could I find an official list of Monument names for the exact match? 

For example; I will sometimes see the "Dome" vs "The Done" vs "The Sphere Tank." Many lists don't have the most recent monuments like Radtown, Other lists will show "Giant Excavator" vs "Excavator" vs the in-game map showing "Giant Excavator Pit" just to name a few of the inconsistencies. Could we get an official list of exact match names on the plugin page? 

The Monument Finder documentation has a list of most monument short prefab names, but it's not a priority for me to keep it updated. As stated in those docs, that list is obtained by installing the Prefab Sniffer plugin and running the command prefab find assets/bundled/prefabs/autospawn/monument. Any website that lists prefabs is basically doing the same thing, that is, running a program that parses the prefab bundles, which happens to be really convenient to do from the standpoint of a plugin since the prefabs are all loaded into memory already.

One potential gotcha with the above approach is that there might be some monuments in different asset folders, so that list might not be complete. If you find any missing, you can find out which folder those use and incorporate that into your process.

Note that if you want to use exact match options, you need the full prefab path like assets/bundled/prefabs/autospawn/monument/large/airfield_1.prefab.

Please accept my apology for not really understanding the correct format, but I have been unable to add drop zones to "other" monuments than the five that exist automatically.  Can you please show an example of exactly how it should look in the following entry:

"Force allow monument prefabs (exact match)": []​

I have tried adding:

assets/bundled/prefabs/autospawn/monument/large/military_tunnel_1.prefab between the brackets.

I have tried the same but with the dash in the front (as shown when it loads the plugin), and I have tried it without the .prefab at the end (always inside the brackets).  Can you please explain what I am doing wrong.  Thank you.