NTeleportation

Moved

Total Downloads: 53,605 - First Release: Apr 12, 2016 - Last Update: Apr 5, 2018

5/5, 88 likes
  1. I don't assign those permissions to anyone. The old m-teleportation mod had permissions for TPR but this one doesn't. They should add it :) HINT HINT
     
  2. teleport request is default its working on my sever you dont need to add any permission in for it. if you want to revoke it or give it the admin menu has the feature to add and revoke it in the permission settings
     
  3. it is possible to make teleports pay by economics or/and reward points?
     
  4. i belive there may be i use NpcTP and i have made random spawns with spawns plugin and i charge 50 coins to tp randomly on the map but you have to set the spawns up yourself i placed a npc in my town for this
     
  5. good idea. does npc lets charge players with RP instead of coins? i want tp/warp to be very limited on my server, for points what u get only for playtime.
     
  6. if to be honest i have solution for it, but it eliminates teleportation plugin at all. so still curious if there will be RP support for TP.
     
  7. I may be wrong, but with linux servers the reset time/date appears to be based on UTC time. Would it be possible to check for the local linux server time? And possibly also add a variable to set what time you would like the teleports to reset?
     
  8. Goodnight. I have a problem. When sending tp to a player if I am not authorized in the closet where that player is unable to accept the tp.
     
  9. Ignore Fixed
     
    Last edited by a moderator: Mar 4, 2017
  10. Explained Below
     
    Last edited by a moderator: Mar 5, 2017
  11. I setup the 3 VIP Packages on NTeleport, granted each group the correct permissions however the Currect Cooldown, HomeLimit ect is not correct. Be happy to pay someone to fix this before my head explodes
    Code:
    {
      "Admin": {
        "AnnounceTeleportToTarget": false,
        "LocationRadius": 25,
        "TeleportNearDefaultDistance": 30,
        "UseableByModerators": true
      },
      "Home": {
        "AllowAboveFoundation": true,
        "AllowCave": false,
        "AllowCraft": false,
        "AllowIceberg": false,
        "CheckFoundationForOwner": true,
        "CheckValidOnList": false,
        "Cooldown": 600,
        "Countdown": 15,
        "CupOwnerAllowOnBuildingBlocked": true,
        "DailyLimit": 5,
        "ForceOnTopOfFoundation": true,
        "HomesLimit": 2,
        "LocationRadius": 25,
        "Pay": 0,
        "UsableIntoBuildingBlocked": false,
        "UsableOutOfBuildingBlocked": false,
        "UseFriends": true,
        "VIPCooldowns": {
          "nteleportation.vip": 240,
          "nteleportation.vip2": 120,
          "nteleportation.vip3": 30
        },
        "VIPCountdowns": {
          "nteleportation.vip": 30,
          "nteleportation.vip2": 15,
          "nteleportation.vip3": 3
        },
        "VIPDailyLimits": {
          "nteleportation.vip": 5000,
          "nteleportation.vip2": 5000,
          "nteleportation.vip3": 5000
        },
        "VIPHomesLimits": {
          "nteleportation.vip": 10,
          "nteleportation.vip2": 15,
          "nteleportation.vip3": 19
    }
      },
      "Settings": {
        "BlockedItems": {},
        "ChatName": "<color=red>Teleportation</color>: ",
        "HomesEnabled": true,
        "InterruptTPOnHurt": true,
        "TownEnabled": true,
        "TPREnabled": true
      },
      "Town": {
        "AllowCraft": false,
        "Cooldown": 600,
        "Countdown": 15,
        "DailyLimit": 5,
        "Location": "0 0 0",
        "Pay": 0,
        "UsableOutOfBuildingBlocked": false,
        "VIPCooldowns": {
          "nteleportation.vip": 240,
          "nteleportation.vip2": 120,
          "nteleportation.vip3": 30
        },
        "VIPCountdowns": {
          "nteleportation.vip": 30,
          "nteleportation.vip2": 15,
          "nteleportation.vip3": 3
        },
        "VIPDailyLimits": {
          "nteleportation.vip": 5000,
          "nteleportation.vip2": 5000,
          "nteleportation.vip3": 5000
        }
      },
      "TPR": {
        "AllowCraft": false,
        "BlockTPAOnCeiling": true,
        "Cooldown": 600,
        "Countdown": 15,
        "CupOwnerAllowOnBuildingBlocked": true,
        "DailyLimit": 5000,
        "Pay": 0,
        "RequestDuration": 30,
        "UsableIntoBuildingBlocked": false,
        "UsableOutOfBuildingBlocked": false,
        "VIPCooldowns": {
          "nteleportation.vip": 240,
          "nteleportation.vip2": 120,
          "nteleportation.vip3": 30
        },
        "VIPCountdowns": {
          "nteleportation.vip": 30,
          "nteleportation.vip2": 15,
          "nteleportation.vip3": 3
        },
        "VIPDailyLimits": {
          "nteleportation.vip": 5000,
          "nteleportation.vip2": 5000,
          "nteleportation.vip3": 5000
        }
      },
      "Version": {
        "Major": 1,
        "Minor": 0,
        "Patch": 19
      }
    }
     
  12. Found an error in plugin.
    Code:
                        if (configData.Town.Pay > 0 && (double) (Economics?.CallHook("GetPlayerMoney", player.userID) ?? 0) < configData.Town.Pay)
                        {
                            PrintMsgL(player, "Interrupted");
                            PrintMsgL(player, "TPMoney", configData.Home.Pay);
                            TeleportTimers.Remove(player.userID);
                            return;
                        }
    
    It's in ChatCommand("town"),
    Now: PrintMsgL(player, "TPMoney", configData.Home.Pay);
    Should be: PrintMsgL(player, "TPMoney", configData.Town.Pay);

    I didn't check it in game, but i'd found it in code.
     
  13. Make the plugin. Admin created a point, other players can teleport to this point. Previously it was lustyport. But he has not worked for a long time.
     
  14. I do not care for this error. Just showed that there is a bug in the code, that's all. Most all of the plugins that are located here are used simply to view examples as oxide docs that there is not enough.
    But to use these plug-ins - it's unwise to say the least.
    A lot of redundant code. Lack of API. So it is possible to describe all plugins here... :)
     
  15. anyone know how to disable /tpb
     
  16. how do you give the whole server permission to tp to a town???
     
  17. As I put so that only the clan can do home in the house?
     
  18. Can anyone help explain how to only allow admins to use this plugin? Don't want players having access to this plugin at all. Can i revoke the default group some how? Unable to see any way of splitting the permissions for this plugin
     
  19. People can set homes, but after reconnecting the homes arent saved. Any suggestions?
     
  20. I only want TP for admins not for users - how do I do that?