as a admin I can use bind spawn mlrs to kill npcs (scarecrow) and punish players, for some reason its not working anymore, did something changed in the plugin config?
Mlrs does not work for admin
heya. this should not work with the spawn command. there is no creator being set by the game for the spawn command. the short of it is that the plugin blocks this damage because the source of it is unknown. it would not be good to allow such damage from any damage type. it is annoying, but if I removed such limitations then players could kill other players using fire which is spread from incendiary ammo because there is no creator (initiator) set by the game for that either.
plugins can get around this by implementing its own command for this (or by harmony patching the existing spawn command)
I have asked Facepunch if they could fix these issues for PVE and event servers so we can determine what the source of the damage is, and conditionally allow the damage
Merged post
in the meantime, anyone wanting a solution for this can use the below plugin
https://pastebin.com/qMWFF2aA
save as ExplosiveSpawner.cs
o.grant group admin explosivespawner.admin
bind o espawn rocket_mlrs
this command will work for timed explosives only. such as mlrs rockets. if there is need for other prefabs then let me know which.
Thank you so much for answer me !
no problem
Locked