I cannot figure out the conflict between my Admin Radar plugin & Death Marker. This happens after I enable the map marker option for players being able to view their bases on the map.
[Warning] Calling hook CanNetworkTo resulted in a conflict between the following plugins: AdminRadar - True (Boolean), DeathMarker (False (Boolean))
Admin Radar config
"Map Markers": {
"Allow Players To See Their Base": true,
"Animals": false,
"Bases": true,
"Color - Admin": "FF00FF",
"Color - Bear": "000000",
"Color - Boar": "808080",
"Color - Chicken": "9A9A00",
"Color - Default NPC": "0000FF",
"Color - Horse": "8B4513",
"Color - Online": "00FF00",
"Color - Privilege Inner": "FFEB04",
"Color - Privilege Outer": "000000",
"Color - Sleeper": "00FFFF",
"Color - Stag": "D2B48C",
"Color - Wolf": "FF0000",
"Hide Self Marker": false,
"Humanoids": false,
"Overlap Reduction Distance": 15.0,
"Players": false,
"Sleepers": false,
"Update NPC Marker Position": false
}
Death Marker
{
"In-Game Visuals": {
"Arrow enabled": true,
"Arrow Vertical Offset": 150.0,
"Radius Randomised Offset": false,
"Sphere Radius": 2.0,
"Text Enabeld": true,
"Text Vertical Offset": 170.0,
"Use Location Arrow": true,
"Use Radius Sphere": true,
"Visuals Length": 1800.0
},
"Map Marker": {
"Marker Colour1": "magenta",
"Marker Show Length": 3600.0,
"Marker Title": "☠ You died here ☠"
},
"Settings": {
"Notification Message Delay": 10.0,
"Radius Size": 2.0,
"Send Notification On Respawn": true
}
}Thank you