If you mean a different spawn point when they first enter the server and not the default ones?
NTeleportation
Moved
Total Downloads: 53,605 - First Release: Apr 12, 2016 - Last Update: Apr 5, 2018
- 5/5, 88 likes
-
Im asking for help
I would need a line which informs them that it was necessary to pay for teleportation -
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 -
For example a town tp, a maze tp, etc. All tp points which players can access apart from their homes. -
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
-
Wulf Community Admin
-
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 -
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 } }
-
-
How else can I remove? -
-
(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 -
-
-
-
-
-
-
How can I reset a players TP limit ? I just don't see it in the commands.
-