The issue seems to happen when I change "Detonate Range".
I tried changing it to 100 and then to 1000, but the only way it works is if I reset it to default.
I'd rather not allow people to detonate it from anywhere on the map.
Merged postActually I'm not sure that's the case. I'm finding this in my console
3:33 PM Found null entries in the RF listener list for frequency 9999... cleaning up.
3:33 PM Found null entries in the RF listener list for frequency 9999... cleaning up.
Merged postOk, here's what I found
If I change config to
{
"Use Permission": true,
"Detonate Range": 1000,
"Whitelisted explosives": {
"explosive.timed.entity": true,
"explosive.satchel.entity": true,
"grenade.f1.entity": true,
"grenade.beancan.entity": true
}
}
and reload the plugin. I can toss a c4 on the ground and it works fine. Toss a c4 on a sheet metal foundation and it won't trigger. I see Found null entries in the RF listener list for frequency 9999... cleaning up. in the console.
Unload, delete config, reload and it works either way.