NTeleportation

Moved

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

5/5, 88 likes
  1. Check error and warning logs
     
  2. I'm not getting any error logs or anything.
     
  3. I have set multiple tp areas, N/S/E/W but players can only access town.
    How can i open the others for all players to use ?
     
  4. Hi guys,

    Just downloaded it yesterday and when I try to change the settings from. json file, it doesn't work and I don't get any error.
    Any solution?
     
  5. Did you reload the plugin after making the changes
     
  6. Yes, I did it and still not working
     
  7. upload the config that you edited so it can be checked
     
  8. Done, check it please
     

    Attached Files:

  9. file is ok
    in rcon unload the plugin then upload the config you change then reload the plugin see if that works
     
  10. doesnt work :/
     
  11. Any error or warning logs and can you tell me what you changed that does not work
     
  12. Don't have any error or warnings, just changed the daylimit tp, countdown and cooldown
     
  13. Well if you changed them and no errors or warnings then no reason why it should not work and hard to fix something that is not broken
     
  14. I restarted the server and it works fine now. Ty for your help and +rep nice plugin :)
     
  15. Why does
    work when
    is set? It doesn't respect the setting.
     
  16. it gave me allways : "you can only use a home location on a foundation"
    so it doesnt work =(
     
  17. I have a major problem on my server which started today. .Any player can TP to any player, anywhere without a /tpa. they TP in to bases that are building blocked too. Not sure if it is a bug or exploit with the plugin. Anyone having this issue?

    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.vip": 5
        },
        "Cooldown": 60,
        "Countdown": 15,
        "DailyLimit": 30,
        "VIPDailyLimits": {
          "nteleportation.vip": 5
        },
        "VIPCooldowns": {
          "nteleportation.vip": 5
        },
        "VIPCountdowns": {
          "nteleportation.vip": 5
        },
        "LocationRadius": 25,
        "ForceOnTopOfFoundation": false,
        "CheckFoundationForOwner": true,
        "UseFriends": true,
        "UsableOutOfBuildingBlocked": true,
        "UsableIntoBuildingBlocked": true,
        "CupOwnerAllowOnBuildingBlocked": true,
        "AllowIceberg": false,
        "AllowCave": true,
        "AllowCraft": false,
        "AllowAboveFoundation": true,
        "Pay": 0
      },
      "TPR": {
        "Cooldown": 600,
        "Countdown": 15,
        "DailyLimit": 20,
        "VIPDailyLimits": {
          "nteleportation.vip": 5
        },
        "VIPCooldowns": {
          "nteleportation.vip": 5
        },
        "VIPCountdowns": {
          "nteleportation.vip": 5
        },
        "RequestDuration": 30,
        "BlockTPAOnCeiling": true,
        "UsableOutOfBuildingBlocked": false,
        "UsableIntoBuildingBlocked": false,
        "CupOwnerAllowOnBuildingBlocked": true,
        "AllowCraft": false,
        "Pay": 0
      },
      "Town": {
        "Cooldown": 600,
        "Countdown": 15,
        "DailyLimit": 10,
        "VIPDailyLimits": {
          "nteleportation.vip": 5
        },
        "VIPCooldowns": {
          "nteleportation.vip": 5
        },
        "VIPCountdowns": {
          "nteleportation.vip": 5
        },
        "Location": "-721.3253 4.700033 -283.9435",
        "UsableOutOfBuildingBlocked": false,
        "AllowCraft": false,
        "Pay": 0
      },
      "Version": {
        "Major": 1,
        "Minor": 0,
        "Patch": 14
      }
    }
     
  18. Check group permissions in the oxide.groups.data sounds like you have given the default group some permissions you should not have
     
  19. Sorry, but I am new to this, could you give me some detailed info on how to reverse this and where to find that file. I do not see oxide.groups.data anywhere
     
  20. Wulf

    Wulf Community Admin

    You can use the console command 'show group default' to see what permission a group has assigned to it. I wouldn't suggest dabbling around with the oxide.groups.data file, but it is under the server/identity/oxide/data folder.