HWTeleportation

Moved

Total Downloads: 12,621 - First Release: Dec 12, 2015 - Last Update: Nov 5, 2017

5/5, 35 likes
  1. plugin does not work teleportation
     
  2. look 1 page back by Wulf
     
  3. 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>();
     
  4. I know. I have a fix locally.
     
  5. Replace OwnershipStake on OwnershipStakeServer.
     
  6. LaserHydra updated Teleportation with a new update entry:

    1.4.1


    [DOUBLEPOST=1454681472][/DOUBLEPOST]
    I know, just need to give me my five minutes. I just came home dude... I am no magician.
     
  7. Any chance of getting the VIP option going again? Never mind I found it.....cheers
     
  8. 10:36 PM [Error] Teleportation plugin failed to compile!
    10:36 PM [Error] Compiler disconnected.
     
  9. Hi LaserHydra,

    If you have a little time can you make a maximal warps?
     
  10. how do you mean that?
     
  11. the same as home maximum of 3 or more

    SetConfig("Settings", "Home : Maximal Homes", 3);
    SetConfig("Settings", "Warp: Maximal Warp", 3);
     
  12. That does not make sense to me. Warps are supposed to be set by an admin. I don't see a reason is having a maximum for that.
     
  13. oh wait I understand the warp now sorry
     
  14. I wonder how I put "cooldown" and "teleport time" differentiated for VIP for home and tpr.
     
  15. 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" .
     
  16. 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
      }
    }
    For example, Mr.X had always a cooldown with /tpr, but he did not have use it since 2 hours.
    Can you help me ?
     
  17. Hello im use betterchat and i have vip group and we use teleport systems and vip tags teleport cooldowns :60 seconds

    how i do ?
     
  18. error CS0246: The type or namespace name `PlayerSession' could not be found. Are you missing an assembly reference?

    any help with this error?
     
  19. Are you trying to install this on a gameserver other than Hurtworld? This is for Hurtworld.
     
  20. How do you grant every player that joins the server permissions?