NTeleportation

Moved

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

5/5, 88 likes
  1. If you mean a different spawn point when they first enter the server and not the default ones?
     
  2. Im asking for help
    I would need a line which informs them that it was necessary to pay for teleportation
     
  3. alright he goes, I seem to have run into a issue that Im not really sure how to get it to work.

    "Home": {
    "HomesLimit": 4,
    "VIPHomesLimits": {
    "nteleportation.vip2": 5,
    "nteleportation.vip3": 6,
    "nteleportation.home": 5,
    "nteleportation.vip1life": 1,
    "nteleportation.vip2life": 2,
    "nteleportation.vip3life": 3

    thats how my config looks right now, my vip gets in total 6 homes instead of 4 thats correct. but what I want now is that if I give the same vip user the home permission I want it to stack ontop of it, so in this case they would get 5 more homes over the 6 ones they have. how would this be possible? I suppose it would be an issue with the viplife permissions aswell since they are below the "homelimit"... but I pretty much want the permissions to stack on top of the "homelimits" instead of just adding the number in between
     
  4. Sorry I did not clarify. No what I mean is that the town is a common spawn point where every player can tp to. I wish to as another spawn point, which is not a home set by n player, but a freely available one that every player can spawn to like the town.

    For example a town tp, a maze tp, etc. All tp points which players can access apart from their homes.
     
  5. Code:
     Failed to initialize plugin 'NTeleportation v1.0.21' (JsonReaderException: Bad JSON escape sequence: \ . Path 'TPInfoGeneral', line 81, position 82.)
    (20:06:57) | at Newtonsoft.Json.JsonTextReader.ReadStringIntoBuffer (Char quote) [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.JsonTextReader.ParseString (Char quote, ReadType readType) [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.JsonTextReader.ReadStringValue (ReadType readType) [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.JsonTextReader.ReadAsString () [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonContract contract, Boolean hasConverter) [0x00000] in <filename unknown>:0
      at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateDictionary (IDictionary dictionary, Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonDictionaryContract contract, Newtonsoft.Json.Serialization.JsonProperty containerProperty, System.String id) [0x00000] in <filename unknown>:0
     
  6. Wulf

    Wulf Community Admin

    Your configuration file is not properly formatted and appears to be using unescaped quotation marks inside one of the settings.
     
  7. Hello,
    i wana ask about how can i add a vip permission in the plugins.

    for example

    },
    "Home": {
    "HomesLimit": 5,
    "VIPHomesLimits": {
    "nteleportation.vip": 6,
    "nteleportation.vip+": 8

    is that right?

    thanks
     
  8. I deleted the plugin and everything connected with it. The plugin downloaded the plugin again, but the error remained.
    The configuration file, checked on jsonlint.com

    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": 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": 600,
        "Countdown": 15,
        "DailyLimit": 5,
        "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": 600,
        "Countdown": 15,
        "CupOwnerAllowOnBuildingBlocked": true,
        "DailyLimit": 5,
        "Pay": 0,
        "RequestDuration": 30,
        "UsableIntoBuildingBlocked": false,
        "UsableOutOfBuildingBlocked": false,
        "VIPCooldowns": {
          "nteleportation.vip": 5
        },
        "VIPCountdowns": {
          "nteleportation.vip": 5
        },
        "VIPDailyLimits": {
          "nteleportation.vip": 5
        }
      },
      "Version": {
        "Major": 1,
        "Minor": 0,
        "Patch": 21
      }
    }
     
  9. Try deleting the config file as you seem to have a old one
     
  10. Deleted, reloaded, configuration file is old.
    How else can I remove?
     
  11. did you unload first before deleting the config
     
  12. Failed to initialize plugin 'NTeleportation v1.0.21' (JsonReaderException: Bad JSON escape sequence: \ . Path 'TPInfoGeneral', line 81, position 82.)

    (22:07:32) | at Newtonsoft.Json.JsonTextReader.ReadStringIntoBuffer (Char quote) [0x00000] in <filename unknown>:0

    at Newtonsoft.Json.JsonTextReader.ParseString (Char quote, ReadType readType) [0x00000] in <filename unknown>:0

    at Newtonsoft.Json.JsonTextReader.ReadStringValue (ReadType readType) [0x00000] in <filename unknown>:0

    at Newtonsoft.Json.JsonTextReader.ReadAsString () [0x00000] in <filename unknown>:0

    at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonContract contract, Boolean hasConverter) [0x00000] in <filename unknown>:0

    at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateDictionary (IDictionary dictionary, Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonDictionaryContract contract, Newtonsoft.Json.Serialization.JsonProperty containerProperty, System.String id) [0x00000] in <filename unknown>:0

    (22:07:32) | Unloaded plugin NTeleportation v1.0.21 by Nogrod

    (22:07:32) | No previous version to rollback plugin: NTeleportation
     
  13. what you need to do is delete every file starting with the plugin then config then data and also from lang folder then download latest and tell your players they will need to remake there home tp
     
  14. Many thanks for the advice and support. The problem was in the lang file.
     
  15. Had a feeling it was from one of the other files
     
  16. This plugin was installed long ago and edited it for a long time. I do not understand why the error just now appeared, but pointed to line 81 in the lang file.
     
  17. Could be a number of reasons why it happened
     
  18. The main thing that everything works. Thank you!
     
  19. How can I reset a players TP limit ? I just don't see it in the commands.
     
  20. You must delete the files in the date folder

    upload_2017-5-4_8-57-12.png