NTeleportation

Moved

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

5/5, 88 likes
  1. It's clear that both of you have set the following option to false: "TPREnabled": true,
     
  2. Hello. I am looking for a tp system I can use purely for admin purposes. I want to run a vanilla server but have admins able to tp to help people etc. How would I go about setting this up?

    I dont want any players to be able to tp, purely the admins when they are using the admin group.

    Thanks.
     
  3. Hello!
    How can I remove the limited amount of Tp's and Homes that are possible every day??
     
  4. Oxide > config then open NTeleportation. Scroll down to Home: { & TPR: { and change the limit to 0, I would advise to set a cooldown too.
    [DOUBLEPOST=1484581201][/DOUBLEPOST]
    You can use this system and disable TPR/Home etc; in the config. These settings are located at the top of the config file.
     
  5. ok thanks

    im stoping



    [​IMG]





    ... Im crying again...
    I can not save the home anyway in caves.
    Its saying:
    YOU CAN ONLY USE A HOME LOCATION ON A FOUNDATION!

    And Im over a foundation.
    I use this features for avoid abuse of homes while raiding or defending:
    "ForceOnTopOfFoundation": true,
    "CheckFoundationForOwner": true,
    And if I deactive the ForceOnTop, then when the foundation is raided you still have HOME.
     
    Last edited by a moderator: Jan 17, 2017
  6. It's obvious you only replaced the .config and not the .cs, please replace both files. - cute picture by the way ;)

    Also never disable ForceOnTop, otherwise people can set home anywhere on the ground, including rad towns.
    [DOUBLEPOST=1484637398][/DOUBLEPOST]Here's both the files.
     

    Attached Files:

  7. Not, its obvious I only copy the RESISTANCE version over mine, and this automatic reload it.
    My config is the same, I checked that the version is right in CS and JSON: "1.0.15"
    Then must work with home in caves but Not, not works for me at least.

    Your NTeleportation.cs is exactly the same that Resistance shared, but said "1.0.14" as your config file... I dont know why.
     
  8. Just copy the config over yours and reload. Otherwise feel free to not be able to set homes in caves :). It's pretty clear you're missing something, even if you don't see it through your attitude.

    "AllowIceberg": true,
    "AllowCave": true,
    "AllowCraft": false,
     
  9. I had ALLOWCAVE: True,
    but Seems to be fixed on ALLOWICEBERG, with the EDITED version of plugin...
    (version of Resistance or yours)

    then currently Caves are Iceberg for the plugin, Gotcha!

    PS: just check the version on the bottom of JSON ... just in case

    thanks for helping
     
  10. Where do i change the settings on Home limit and daily teleports to like "9999" ??

    Thanks for help :D
     
  11. Oxide > Config > NTeleportation.

    "Home": {
    "HomesLimit": 3,
    "VIPHomesLimits": {
    "nteleportation.vip": 5
    },
    "Cooldown": 5,
    "Countdown": 15,
    "DailyLimit": 999, (If you're going to use 999, may as well use 0 to offer infinite teleports.)
    "VIPDailyLimits": {
    "nteleportation.vip": 0
     
  12. It wont work! iwhen when am reloading the script!
     
  13. What do you mean it won't work; ensure you've not forgot to add the , after the value
     

  14. Code:
    },
                    Home = new HomesSettingsData
                    {
                        HomesLimit = 20,
                        VIPHomesLimits = new Dictionary<string, int> {{ConfigDefaultPermVip, 0}},
                        Cooldown = 10,
                        Countdown = 8,
                        DailyLimit = 0,
                        VIPDailyLimits = new Dictionary<string, int> {{ConfigDefaultPermVip, 0}},
                        VIPCooldowns = new Dictionary<string, int> {{ConfigDefaultPermVip, 0}},
                        VIPCountdowns = new Dictionary<string, int> {{ConfigDefaultPermVip, 0}},
                        LocationRadius = 25,
                        ForceOnTopOfFoundation = true,
                        CheckFoundationForOwner = true,
                        UseFriends = true,
                        AllowAboveFoundation = true,
                        CupOwnerAllowOnBuildingBlocked = true
                    },
                    TPR = new TPRData
                    {
                        Cooldown = 10,
                        Countdown = 8,
                        DailyLimit = 0,
                        VIPDailyLimits = new Dictionary<string, int> {{ConfigDefaultPermVip, 0}},
                        VIPCooldowns = new Dictionary<string, int> {{ConfigDefaultPermVip, 0}},
                        VIPCountdowns = new Dictionary<string, int> {{ConfigDefaultPermVip, 0}},
                        RequestDuration = 30,
                        BlockTPAOnCeiling = true,
                        CupOwnerAllowOnBuildingBlocked = true
                    },
                    Town = new TownData
                    {
                        Cooldown = 10,
                        Countdown = 8,
                        DailyLimit = 0,
                        VIPDailyLimits = new Dictionary<string, int> {{ConfigDefaultPermVip, 0}},
                        VIPCooldowns = new Dictionary<string, int> {{ConfigDefaultPermVip, 0}},
                        VIPCountdowns = new Dictionary<string, int> {{ConfigDefaultPermVip, 0}}
                    },
                    Version = Version
                }, true);
     
  15. Why are you trying to edit the plugin you edit the config file not the plugin you need to download and install an unedited version as you have missing code if that is what is from your script
     
  16. As Resistance said you're editing the actual plugin. It's very rare that you'll actually have to do this with any plugins, you need to go into config like I said above. You should also now reinstall the NTeleportation plugin.
     
  17. hi
    í'm having trouble with the config file.
    tp is not working fine every where i am i get can't tp on building blocked.

    "Home": {
    "AllowAboveFoundation": true,
    "AllowCave": false,
    "AllowCraft": false,
    "AllowIceberg": false,
    "CheckFoundationForOwner": false,
    "Cooldown": 60,
    "Countdown": 15,
    "CupOwnerAllowOnBuildingBlocked": false,
    "DailyLimit": 1000,
    "ForceOnTopOfFoundation": false,
    "HomesLimit": 7,
    "LocationRadius": 2,
    "Pay": 0,
    "UsableIntoBuildingBlocked": true,
    "UsableOutOfBuildingBlocked": true,
    "UseFriends": true,
    "VIPCooldowns": {
    "nteleportation.vip": 5
    },
    "VIPCountdowns": {
    "nteleportation.vip": 5
    },
    "VIPDailyLimits": {
    "nteleportation.vip": 5
    },
    "VIPHomesLimits": {
    "nteleportation.vip": 5
    }
    },
    "Settings": {
    "BlockedItems": {},
    "ChatName": "<color=red>Teleportation</color>: ",
    "HomesEnabled": true,
    "InterruptTPOnHurt": true,
    "TownEnabled": true,
    "TPREnabled": true
    },
    "Town": {
    "AllowCraft": false,
    "Cooldown": 60,
    "Countdown": 15,
    "DailyLimit": 1000,
    "Location": "0 0 0",
    "Pay": 0,
    "UsableOutOfBuildingBlocked": false,
    "VIPCooldowns": {
    "nteleportation.vip": 5
    },
    "VIPCountdowns": {
    "nteleportation.vip": 5
    },
    "VIPDailyLimits": {
    "nteleportation.vip": 5
    }
    },
    "TPR": {
    "AllowCraft": false,
    "BlockTPAOnCeiling": true,
    "Cooldown": 60,
    "Countdown": 15,
    "CupOwnerAllowOnBuildingBlocked": false,
    "DailyLimit": 1000,
    "Pay": 0,
    "RequestDuration": 15,
    "UsableIntoBuildingBlocked": false,
    "UsableOutOfBuildingBlocked": false,
    "VIPCooldowns": {
    "nteleportation.vip": 5
    },
    "VIPCountdowns": {
    "nteleportation.vip": 5
    },
    "VIPDailyLimits": {
    "nteleportation.vip": 5
     
  18. "TPR": {
    "AllowCraft": false,
    "BlockTPAOnCeiling": true,
    "Cooldown": 60,
    "Countdown": 15,
    "CupOwnerAllowOnBuildingBlocked": false,
    "DailyLimit": 1000,
    "Pay": 0,
    "RequestDuration": 15,
    "UsableIntoBuildingBlocked": false, - This means that you cannot teleport into a building block - For example to your friends house on the map if you don't have the building cupboard. I wouldn't advise turning this to true, as people can be abuse this.
    "UsableOutOfBuildingBlocked": false,
     
  19. thx will try
     
  20. "UsableOutOfBuildingBlocked": false,