HunterZ / rustmods

Mods for the PC game Rust
MIT License
0 stars 0 forks source link

PBPZ: Add command to show zones to admin only #9

Closed HunterZ closed 1 month ago

HunterZ commented 2 months ago

Add a command that invokes ddraw API to temporarily show spheres for all PBPZ zones.

A number of other plugins can be examined for hints on how to do this: EntityOwner, MonumentAddons, MonumentFinder, RaidableBases, RaidableShelters, and ZoneManager all do it.

Obviously this needs an associated permission. May need configurable command name, display duration, etc.

The purpose of this would to be allow those with access to visualize zones without using the global sphere feature.