i did check the config my self i spent the past 10min editing it thanks tho
NTeleportation
Moved
Total Downloads: 53,605 - First Release: Apr 12, 2016 - Last Update: Apr 5, 2018
- 5/5, 88 likes
-
Need help with limits and cooldowns
Part of config:
Code:"Home": { "HomesLimit": 2, "VIPHomesLimits": { "nteleportation.vips": 5, "nteleportation.admins": 10 }, "Cooldown": 180, "Countdown": 15, "DailyLimit": 10, "VIPDailyLimits": { "nteleportation.vips": 50, "nteleportation.admins": -1 }, "VIPCooldowns": { "nteleportation.vips": 5, "nteleportation.admins": -1 }, "VIPCountdowns": { "nteleportation.vips": 5, "nteleportation.admins": -1 },
In code i find:
var limit = GetHigher(player, configData.Home.VIPDailyLimits, configData.Home.DailyLimit);
var cooldown = GetLower(player, configData.Home.VIPCooldowns, configData.Home.Cooldown);
If you have permission, then the upper limit value is taken and the lower one from the cooldowns.
I need the limits and cooldowns to match the permission if they exist, but I can not change the code correctly.Last edited by a moderator: Apr 11, 2017 -
Any way to stop people from teleporting their loot out while being raided?
-
Is there a command that can be used to reset someones cooldown on Tpr or Home/ grant a player more Tpr/Home usages?
Reason I'm asking is because I want to implement that into my shop, so people can reset their cooldowns or buy more teleports. -
setting a home doesnt seem to work after the update, doing the /home does pull up the info on how to set a home the correct way but the commands dont seem to function anymore
-
Looking to allow players to set home locations down inside the cave systems. Does the modified files on Page 55 still work or is there an update?
Using the most recent copy of the json and cs file, despite this line ("AllowCave": true,) players cannot set a home in the caves - even on top of a foundation.
Cheers! -
Hi, how I can totally disable daily limit for teleportation ? Thanks.
-
Mughisi updated N Teleportation with a new update entry:
1.0.21
-
-
-
Anyone know how to make it so players can TP home from only town? I have a market set as town and placed toolcupboard.
-
hello,
why wan i wipe the server the guest can back to hes last location -
-
since the update, each time a player tpr to someone or uses his home the console gets spammed with "user has connected" messages.
-
hi, can i change the color from user or home ?
-
how do i chance the amount of homes able to be set
-
},
"Home": {
"HomesLimit": 4, <---------Change this number
"VIPHomesLimits": {
"nteleportation.vip": 10
},
Save and reload plugin -
When administrators run, tp or home exits the error and the players do not
[2017/04/21 23:05:56] 'CmdChatTeleport' failed to call hook in plug-in 'NTeleportation v1.0.21' (NullReferenceException: reference object not set to an instance of an object)
[2017/04/21 23:06:24] Failed to run the timer 15.00 in 'v1.0.21 NTeleportation' (NullReferenceException: Reference object not set to an instance of an object)
[DOUBLEPOST=1492828356][/DOUBLEPOST] -
Hello, I am having a problem where only admins are able to teleport to the area set as "town" with the /town command. players are unable to get to my set town. does anyone have any idea what might be happening? Players are able to use all other teleport functions for the exception of teleporting to town, but admins are able to teleport to town.
Thanks.