Would be willing to donate for this feature!
Teleportation System [Unmaintained]
Discussion in 'Plugin Support' started by Mughisi, Oct 18, 2014.
-
HELP!
So I seem to be having a problem with players using the /TPR command to get inside someones base. Player A will find a over hanging ceiling of Player C's base and Player B will do /tpr Player A and then Player B will be inside Player C's Base.
Is there anyway to stop this from happening? -
I have a problem on the server. Players can propisovat / sethome even on someone else's foundation, although they are not in your friends. How to fix it? What do I need to register the plugin.
Last edited by a moderator: May 28, 2015 -
When users are teleported, they spawn underground
Im using HapisIsland. Sorry, I updated the Plugin, and now it works
Last edited by a moderator: May 30, 2015 -
How can i sethome on different floors? Can't seem to figure this one out. I'm forced to sethome on foundation.
-
-
That's the setting it's set to now. But i want to be able to sethome in all levels on my house. I tried setting ForceOnTopOfFoundation = false, but nothing happened
-
-
Yes, tried it multiple times.
-
dude how i can denegate players to sethome on other homes i cant remember
-
Wulf Community Admin
-
-
Wulf Community Admin
-
Is it possible to block tp in a wounded state ?
-
Calytic Community Admin Community Mod
Yes, the following code will block wounded teleport.
Code:function PLUGIN:CanPlayerTeleport( player ) local arr = util.TableToArray( { player } ) util.ConvertAndSetOnArray( arr, 0, player, UnityEngine.Object._type ) local _return = plugins.CallHook( "canTeleport", arr ) if player:IsWounded() then return false, tostring( "Cannot teleport while wounded" ) end if not _return then return true end return false, tostring( _return ) end
-
-
is there a way i can reset everyones teleport count down time? says they have 40 mins wait however in the config it is 60 seconds? i have tried deleteing all and reinstalling but still no jot
-
I had some complains about ppl tping out of their base with loot while getting raided. Is there anything the plugin can do about it ?
-
Calytic Community Admin Community Mod