NTeleportation

Moved

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

5/5, 88 likes
  1. i mean the teleport to town, i wiped the server and now i teleport in the water. /home remove town ?
    i need also the permission so everyone can use /town. It seems that only i (admin) can use the town teleport. Thx in advance.
     
  2. how would i go about giving different roles a different set of homes

    for example
    VIP would get 3 homes
    VIP1 would get 5 homes
    VIP2 would get 10 homes
    and so on
    [DOUBLEPOST=1517241430][/DOUBLEPOST]and also, how can i set unlimited teleports
    do i use * instead of the number i would set normally
     
  3. Some of the players on my server has complained that they can't set home in a cave, yet 1 player has done it. They get the message "You can only use a home location on a foundation!" But this makes no sense because they have a foundation and a cupboard. Is this a bug, or am I missing something?
     
  4. well by default you shouldnt be able to set home in a cave
    in your config you'll find the nteleportation file and in that you will see "AllowCave" if that is set to false (wich it should be by default) then players shouldn't be able to set homes in caves, however that does not mean they can't build in caves. they just shouldn't be able to set homes there unless you set allowcaves to true
     
  5. How to i disable interrupted. Is this possible?
     
  6. You had something wrong, try this:
    Code:
    {
      "Admin": {
        "AnnounceTeleportToTarget": false,
        "LocationRadius": 25,
        "TeleportNearDefaultDistance": 30,
        "UseableByModerators": true
      },
      "Home": {
        "AllowAboveFoundation": true,
        "AllowCave": true,
        "AllowCraft": false,
        "AllowIceberg": false,
        "CheckFoundationForOwner": true,
        "CheckValidOnList": false,
        "Cooldown": 30,
        "Countdown": 15,
        "CupOwnerAllowOnBuildingBlocked": true,
        "DailyLimit": 0,
        "ForceOnTopOfFoundation": false,
        "HomesLimit": 3,
        "LocationRadius": 25,
        "Pay": 0,
        "UsableIntoBuildingBlocked": false,
        "UsableOutOfBuildingBlocked": false,
        "UseFriends": true,
        "VIPCooldowns": {
          "nteleportation.vip": 0
        },
        "VIPCountdowns": {
          "nteleportation.vip": 0
        },
        "VIPDailyLimits": {
          "nteleportation.vip": 0
        },
        "VIPHomesLimits": {
          "nteleportation.vip": 0
        }
      },
      "Settings": {
        "BlockedItems": {},
        "ChatName": "<color=red>Teleportation</color>: ",
        "HomesEnabled": true,
        "InterruptTPOnHurt": true,
        "TownEnabled": true,
        "TPREnabled": true
      },
      "Town": {
        "AllowCraft": false,
        "Cooldown": 30,
        "Countdown": 15,
        "DailyLimit": 0,
        "Location": "0 0 0",
        "Pay": 0,
        "UsableOutOfBuildingBlocked": false,
        "VIPCooldowns": {
          "nteleportation.vip": 0
        },
        "VIPCountdowns": {
          "nteleportation.vip": 0
        },
        "VIPDailyLimits": {
          "nteleportation.vip": 0
        }
      },
      "TPR": {
        "AllowCraft": false,
        "BlockTPAOnCeiling": true,
        "Cooldown": 30,
        "Countdown": 15,
        "CupOwnerAllowOnBuildingBlocked": true,
        "DailyLimit": 0,
        "Pay": 0,
        "RequestDuration": 30,
        "UsableIntoBuildingBlocked": false,
        "UsableOutOfBuildingBlocked": false,
        "VIPCooldowns": {
          "nteleportation.vip": 0
        },
        "VIPCountdowns": {
          "nteleportation.vip": 0
        },
        "VIPDailyLimits": {
          "nteleportation.vip": 0
        }
      },
      "Version": {
        "Major": 1,
        "Minor": 0,
        "Patch": 25
      }
    }
     
  7. go to your plugins configuration
    look for "settings"
    there it states "interruptTPonHurt" set that to alse if you want the interruption to be disabled
    also find "Home" and make sure "AllowCraft" is set to true if you want to let users craft whilst teleporting
     
  8. it didn't work
     
  9. what specifically didn't work?
    [DOUBLEPOST=1517335463][/DOUBLEPOST]
    because you're asking different things
    (also keep in mind i have nothing to do with making this plugin, but i'm a user just like you)
     
  10. Annyone?
     
  11. Hello,

    I'm trying to setup shorter cool downs and increased limits for vip levels of VIP. I have the groups setup vip1 , vip2 , vip3 I made the following changes in the config file, restarted the mod and vip's have normal cool downs and limits. Any suggestions?

    Code:
    {
      "Settings": {
        "ChatName": "<color=red>Teleportation</color>: ",
        "HomesEnabled": true,
        "TPREnabled": true,
        "TownEnabled": true,
        "InterruptTPOnHurt": true,
        "BlockedItems": {}
      },
      "Admin": {
        "AnnounceTeleportToTarget": false,
        "UseableByModerators": true,
        "LocationRadius": 25,
        "TeleportNearDefaultDistance": 30
      },
      "Home": {
        "HomesLimit": 5,
        "VIPHomesLimits": {
          "nteleportation.vip1": 10,
          "nteleportation.vip2": 10,
          "nteleportation.vip3": 10
        },
        "Cooldown": 180,
        "Countdown": 15,
        "DailyLimit": 25,
        "VIPDailyLimits": {
          "nteleportation.vip1": 50,
          "nteleportation.vip2": 50,
          "nteleportation.vip3": 50
        },
        "VIPCooldowns": {
          "nteleportation.vip1": 5,
          "nteleportation.vip2": 5,
          "nteleportation.vip3": 5
        },
        "VIPCountdowns": {
          "nteleportation.vip1": 5,
          "nteleportation.vip2": 5,
          "nteleportation.vip3": 5
        },
        "LocationRadius": 25,
        "ForceOnTopOfFoundation": true,
        "CheckFoundationForOwner": true,
        "UseFriends": true,
        "UsableOutOfBuildingBlocked": false,
        "UsableIntoBuildingBlocked": false,
        "CupOwnerAllowOnBuildingBlocked": true,
        "AllowIceberg": true,
        "AllowCave": true,
        "AllowCraft": false,
        "AllowAboveFoundation": true,
        "CheckValidOnList": false,
        "Pay": 0
      },
      "TPR": {
        "Cooldown": 120,
        "Countdown": 15,
        "DailyLimit": 50,
        "VIPDailyLimits": {
          "nteleportation.vip1": 100,
          "nteleportation.vip2": 100,
          "nteleportation.vip3": 100
        },
        "VIPCooldowns": {
          "nteleportation.vip1": 5,
          "nteleportation.vip2": 5,
          "nteleportation.vip3": 5
        },
        "VIPCountdowns": {
          "nteleportation.vip1": 5,
          "nteleportation.vip2": 5,
          "nteleportation.vip3": 5
        },
        "RequestDuration": 30,
        "BlockTPAOnCeiling": true,
        "UsableOutOfBuildingBlocked": false,
        "UsableIntoBuildingBlocked": false,
        "CupOwnerAllowOnBuildingBlocked": true,
        "AllowCraft": false,
        "Pay": 0
      },
      "Town": {
        "Cooldown": 60,
        "Countdown": 15,
        "DailyLimit": 25,
        "VIPDailyLimits": {
          "nteleportation.vip1": 100,
          "nteleportation.vip2": 100,
          "nteleportation.vip3": 100
        },
        "VIPCooldowns": {
          "nteleportation.vip1": 5,
          "nteleportation.vip2": 5,
          "nteleportation.vip3": 5
        },
        "VIPCountdowns": {
          "nteleportation.vip1": 5,
          "nteleportation.vip2": 5,
          "nteleportation.vip3": 5
        },
        "Location": "-2614.923 7.258863 1124.858",
        "UsableOutOfBuildingBlocked": false,
        "AllowCraft": false,
        "Pay": 0
      },
      "Version": {
        "Major": 1,
        "Minor": 0,
        "Patch": 25
      }
    }
     
  12. hello can you add a option to this plugin, that player can tp when they are hungry or cold... ? is it possible to add this as an option in config
     
  13. Hou to Remove a town Points ???
     
  14. I have make a tp point with /town set.
    How to delete it again.
     
  15. just set in the config "TownEnabled": true, to false
     
  16. @dIMjIM "TownEnabled": true it is not in config

    {
    "Admin": {
    "AnnounceTeleportToTarget": false,
    "LocationRadius": 25,
    "TeleportNearDefaultDistance": 30,
    "UseableByModerators": true
    },
    "Home": {
    "AllowAboveFoundation": true,
    "AllowCave": true,
    "AllowCraft": false,
    "AllowIceberg": true,
    "CheckFoundationForOwner": false,
    "CheckValidOnList": false,
    "Cooldown": 180,
    "Countdown": 15,
    "CupOwnerAllowOnBuildingBlocked": true,
    "DailyLimit": 100,
    "ForceOnTopOfFoundation": true,
    "HomesLimit": 3,
    "LocationRadius": 25,
    "Pay": 0,
    "UsableIntoBuildingBlocked": false,
    "UsableOutOfBuildingBlocked": false,
    "UseFriends": true,
    "VIPCooldowns": {
    "nteleportation.vip": 0
    },
    "VIPCountdowns": {
    "nteleportation.vip": 0
    },
    "VIPDailyLimits": {
    "nteleportation.vip": 500
    },
    "VIPHomesLimits": {
    "nteleportation.vip": 10
    }
    },
    "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": 5
    },
    "VIPCountdowns": {
     
  17. I think it will be smartest if you can set a point via /town set, you can delete this point via /town delete or something similar to this.
     
  18. Hi !
    Does the command
    home homes STEAMID
    not workin ?
     
  19. Hello so im a new server owner and im pretty new to modifying plugins and all im trying to do is set it so VIP1 - VIP5 can Teleport faster & have more homes using Ntelepotation. Id like a 1m 30s cooldown on all tps
     

    Attached Files:

  20. How do I remove the blue lines when a home is set?