About Pvp/Raid Markers
Pvp/Raid Markers Plugin
This plugin creates temporary map markers at player versus player (PvP) death locations and locations where raiding activity is detected (building block or door destruction by explosions). These markers help players visualize recent PvP encounters and potential raid locations.
Features:
- PvP Death Markers: Marks the location where a player was killed by another player.
- Raid Markers: Marks the location where a building block was destroyed by an explosion, indicating a potential raid.
- Customizable Duration: Configure how long each type of marker remains visible.
- Customizable Colors and Radius: Set the color and radius of both PvP and raid markers.
- Admin Command to Clear Markers: Allows admins to remove all existing markers.
Configuration:
- Enable PvP Death Markers: (Boolean) Enables or disables PvP death markers. Default: true.
- Enable Raid Markers: (Boolean) Enables or disables raid markers. Default: true.
- Raid Markers Duration: (Float) Time in seconds that raid markers remain visible. Default: 180 (3 minutes).
- PvP Markers Duration: (Float) Time in seconds that PvP markers remain visible. Default: 60 (1 minute).
- PvP Marker Color 1: (Color) Inner color of the PvP marker. Default: black.
- PvP Marker Color 2: (Color) Outer color of the PvP marker. Default: red.
- PvP Marker Radius: (Float) Radius of the PvP marker. Default: 0.65.
- PvP Marker Random Radius: (Float) The maximum random radius for the marker's spawn offset. Default: 40.
- PvP Marker Random Offset: (Boolean) Whether to apply a random offset to the PvP marker's spawn position. Default: true.
- PvP Marker Scale With Map Size: (Boolean) Whether the PvP marker's radius should scale with the map size. Default: true.
- PvP Marker Opacity: (Float) Opacityof the PvP marker. Default: 0.50.
- Raid Marker Color 1: (Color) Inner color of the raid marker. Default: red.
- Raid Marker Color 2: (Color) Outer color of the raid marker. Default: blue.
- Raid Marker Radius: (Float) Radius of the raid marker. Default: 1.25.
- Raid Marker Scale With Map Size: (Boolean) Whether the raid marker's radius should scale with the map size. Default: true.
- Raid Marker Opacity: (Float) Opacity of the raid marker. Default: 0.60.
- Send Message On Pvp Marker Spawn (Boolean) Whether to send PvP marker in chat. Default: false
- Send Message On Raid Marker Spawn (Boolean) Whether to send raid marker message In chat. Default: true
- Chat Icon (SteamID): (uong) The SteamID of the user whose avatar will be used as the chat icon. Default: 0.
How it works:
PvP Death Markers: Created automatically when a player is killed by another player (excluding NPCs and animals).
Raid Markers: Created automatically when an explosion damages and destroys a building block or door (excluding twig structures). The plugin tries to extend the duration of an existing marker if a nearby block is destroyed within a certain timeframe and radius instead of making multiple overlapping markers.
Note: Raid markers are based on building block destruction by explosions. It's important to understand that this doesn't definitively indicate a raid; explosions can occur for other reasons. The marker simply highlights areas where potential raiding activity might be happening.