Dear, Calytic.
What about this?
I asked for the third time.
NoEscape
Moved
Total Downloads: 12,035 - First Release: Oct 23, 2015 - Last Update: Apr 12, 2018
- 5/5, 33 likes
-
Calytic Community Admin Community Mod
It can block any command from a plugin with a custom oxide hook, such as canRemove, or CanTeleport. Code modifications to this mod and others are required to block any commands other than those provided already.
[DOUBLEPOST=1456904006][/DOUBLEPOST] -
What exactly do you mean when you say permissions are required? Does this mean I have to give all players permissions for the plugin to function how its meant to?
-
Calytic Community Admin Community Mod
grant group player noescape.tpblock
grant group player noescape.removeblock
etc -
-
Calytic Community Admin Community Mod
You have to patch your custom plugin to use CanTeleport like m-Teleportation does.
-
Understood.
-
-
Hello calytic, i have configured your plugin, but it seems to doesnt work to me, can you give me some advice maybe? i have tested blockall and many configs, but i cant get atleast the message "tp blocked....etc"
thanks in advance -
Yes.. same here. Does not work. It works for combat but not for prevent people using teleport/home when a building of it get raided.
-
Yes, does not work after last update
-
Calytic Community Admin Community Mod
Thanks for the reports guys, please let me know what configuration you currently have.
-
{
"blockAll": false
"clanCheck": false,
"clanShare": false,
"combatBlock": false,
"combatDuration": 180.0,
"combatMessage": "You may not teleport while a in combat ({time})",
"combatOnHitPlayer": false,
"combatOnTakeDamage": false,
"damageTypes": [
"Bullet",
"Blunt",
"Stab",
"Slash",
"Explosion"
],
"friendCheck": true,
"friendShare": true,
"ownerBlock": true,
"raidBlock": false,
"raidDistance": 50.0,
"raidDuration": 300.0,
"raiderBlock": false,
"raiderClanShare": false,
"raiderFriendShare": false,
"raidMessage": "You may not teleport while a raid is happening nearby ({time})",
"unblockOnDeath": false,
"VERSION": "0.2.1"
} -
Standard Config, did not edit something.
-
So is it not working at the most recent version? If so, I'll wait to update until its patched
Love the plugin, thanks for all the hard work.
-
Anyone able to block trading via Player Trade | Oxide when no escape is active?
Player Trade addon does not seem to be managed - but functionality would be awesome to add if anyone has the knowledge. -
Calytic Community Admin Community Mod
Ask emu, Trade would have to be modified.
-
Calytic Community Admin Community Mod
-
I get some weird error. Might be my version of m-Teleportation but not quiet
sure.
[03/07/2016 19:32:42] [Oxide] 19:32 [Debug] at System.Collections.Generic.Dictionary`2[System.UInt64,System.DateTime].get_Item (UInt64 key) [0x00000] in <filename unknown>:0
at Oxide.Plugins.NoEscape.GetRaidMessage (.BasePlayer player) [0x00000] in <filename unknown>:0
at Oxide.Plugins.NoEscape.GetMessage (.BasePlayer player) [0x00000] in <filename unknown>:0
at Oxide.Plugins.NoEscape.CanTeleport (.BasePlayer player) [0x00000] in <filename unknown>:0
at Oxide.Plugins.NoEscape.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo method, System.Object[] args) [0x00000] in <filename unknown>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
and
[03/07/2016 19:36:04] [Oxide] 19:36 [Error] Failed to call hook 'CanTeleport' on plugin 'NoEscape v0.2.1' (KeyNotFoundException: The given key was not present in the dictionary.) -
Also, need to add message when TP was unblocked, and as I said need to check if structure was attack by my friend/teammate.