Support for No Escape pluginSolved
Tested NoEscape with this by having both "bt" and "bombtruck" in the blocked commands portion of the NoEscape config.  I then set the perms for it, like I've done everything else that's raid/combat blocked, but no dice.  The player that helped me test it could still spawn it.  Won't spawn in building block though, so that's good.

Sadly, I can't use this on my server until we're able to raid/combat block it, though :/

Regardless, awesome plugin!
I can look into it sometime this month.

Nice! Thanks, man :D

Any chance of also making it so admins can set a price for spawning the bombtrucks?  I'd love to be able to make it where players have to pay a reasonable price so the trucks aren't spammed or seen as "WAY OP BRUH."  Instead, it'd be just another alternative to use in particular situations.  My players love finding creative ways to fight/raid.

I generally prefer to keep economy out of my plugins, as there are plugins that do that sort of thing much better using GUIs and such. This isn't a "never", but a "preferably not". I'm fine with adding commands and APIs for other plugins to integrate with though.

The target audience of this plugin was privileged members of battlefield type servers, where balancing concerns can largely be mitigated by cooldowns, limits, and the explosion settings.
Ahhh, I see.  Okay, well thank you for your quick responses!
Implemented config options for this in v0.7.0. Defaults to allowing spawning bomb trucks while raid/combat blocked so it's backwards compatible with the previous version.

"NoEscapeSettings": {
  "CanSpawnWhileRaidBlocked": true,
  "CanSpawnWhileCombatBlocked": true
}​
Locked automatically