Suggestion: Radar feature for player made buildingsSuggestion

Maybe we need another category radar feature and that is to show player made structures.  No need to show who made by unless that is easy... just that there is a building entity.

this exists already

you can do this using /radar buildings

it will not show buildings with tool cupboards. if you want that then you must increase the distance for it in the config file and use the TC filter

"Drawing Distances", "Tool Cupboards", 150

lol undocumented feature eh?

ahah, yes, I had forgotten to include the command in the documentation. it's there now. :p

I must be doing something wrong here, but /radar buildings shows every building, not just ones with no tc...

i actually updated the /radar buildings command but forgot to document it or put it in the update notes. woops. fixed in next update

command: /radar buildings

- draws all buildings owned by players

command: /radar buildings raid

- draws all buildings not owned by players

it was an oversight to exclude the TC check

you can change:

if (!building.HasBuildingBlocks()) continue;

to

if (!building.HasBuildingBlocks() || building.HasBuildingPrivileges()) continue;