HWTeleportation
Moved
Total Downloads: 12,621 - First Release: Dec 12, 2015 - Last Update: Nov 5, 2017
- 5/5, 35 likes
-
look 1 page back by Wulf
-
I found some bug here.
all timers tied to session, but if user reconnected, a playersession changes. so the user avoids waiting... I recommend using steamid instead playersession
Dictionary<PlayerSession, DateTime> lastTpr = new Dictionary<PlayerSession, DateTime>();
Dictionary<PlayerSession, DateTime> lastHome = new Dictionary<PlayerSession, DateTime>();
Dictionary<PlayerSession, DateTime> lastWarp = new Dictionary<PlayerSession, DateTime>(); -
-
Replace OwnershipStake on OwnershipStakeServer.
-
LaserHydra updated Teleportation with a new update entry:
1.4.1
[DOUBLEPOST=1454681472][/DOUBLEPOST] -
Any chance of getting the VIP option going again? Never mind I found it.....cheers
-
10:36 PM [Error] Teleportation plugin failed to compile!
10:36 PM [Error] Compiler disconnected. -
Hi LaserHydra,
If you have a little time can you make a maximal warps? -
-
SetConfig("Settings", "Home : Maximal Homes", 3);
SetConfig("Settings", "Warp: Maximal Warp", 3); -
-
oh wait I understand the warp now sorry
-
I wonder how I put "cooldown" and "teleport time" differentiated for VIP for home and tpr.
-
Can someone explain to me how this teleport vip ? Before I created a duplicate of the plugin and let for use by VIPs with additional 2homes to certain VIP group. But now I can not duplicate the plug , always the error "file name" .
-
Some players have cooldowns yet they have not used their / tpr longer than the cooldown set by the plugin.
Code:{ "Settings": { "Home : Check for Stake": true, "Home : Cooldown Enabled": false, "Home : Cooldown in minutes": 5.0, "Home : Enabled": true, "Home : Maximal Homes": 10, "Home : Stake Radius": 100000000.0, "Home : Surrender on Teleport": false, "Home : Teleport Timer": 1.0, "Home Limits": { "teleportation.homelimit.vip": 5 }, "TPR : Cooldown Enabled": true, "TPR : Cooldown in minutes": 30.0, "TPR : Enabled": true, "TPR : Pending Timer": 30.0, "TPR : Surrender on Teleport": false, "TPR : Teleport Timer": 5.0, "Warp : Cooldown Enabled": true, "Warp : Cooldown in minutes": 10.0, "Warp : Enabled": true, "Warp : Surrender on Teleport": false, "Warp : Teleport Timer": 15.0 } }
Can you help me ? -
Hello im use betterchat and i have vip group and we use teleport systems and vip tags teleport cooldowns :60 seconds
how i do ? -
error CS0246: The type or namespace name `PlayerSession' could not be found. Are you missing an assembly reference?
any help with this error? -
-
How do you grant every player that joins the server permissions?