TPing and Homing still working when Raid and Combat BlockedSolved
I have a rust server and added the NoEscape plugin to prevent people from /teleporting or /home during a raid or fight. 

I have set the config to block all of these: 

"Settings": {
"Block": {
"Types": [
"remove",
"tp",
"tpr",
"tpa",
"bank",
"trade",
"recycle",
"shop",
"bgrade",
"build",
"repair",
"upgrade",
"vend",
"kit",
"assignbed",
"craft",
"home",
"mailbox"

I am also using N-Teleportation. 

Any help or suggestions? Thanks
This plugin requires permissions and cannot be used without assigning permissions to the players who are to be blocked.  For example..

o.grant group default noescape.raid.tpblock

https://umod.org/plugins/no-escape#permissions
In response to Calytic ():
This plugin requires permissions and cannot be used without assigning permissions to the players who...
Thanks a lot! I didnt see that part of the plugin Documentation
Locked automatically