I don't assign those permissions to anyone. The old m-teleportation mod had permissions for TPR but this one doesn't. They should add itHINT HINT
NTeleportation
Moved
Total Downloads: 53,605 - First Release: Apr 12, 2016 - Last Update: Apr 5, 2018
- 5/5, 88 likes
-
teleport request is default its working on my sever you dont need to add any permission in for it. if you want to revoke it or give it the admin menu has the feature to add and revoke it in the permission settings
-
it is possible to make teleports pay by economics or/and reward points?
-
-
-
if to be honest i have solution for it, but it eliminates teleportation plugin at all. so still curious if there will be RP support for TP.
-
I may be wrong, but with linux servers the reset time/date appears to be based on UTC time. Would it be possible to check for the local linux server time? And possibly also add a variable to set what time you would like the teleports to reset?
-
Goodnight. I have a problem. When sending tp to a player if I am not authorized in the closet where that player is unable to accept the tp.
-
I setup the 3 VIP Packages on NTeleport, granted each group the correct permissions however the Currect Cooldown, HomeLimit ect is not correct. Be happy to pay someone to fix this before my head explodes
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": 240, "nteleportation.vip2": 120, "nteleportation.vip3": 30 }, "VIPCountdowns": { "nteleportation.vip": 30, "nteleportation.vip2": 15, "nteleportation.vip3": 3 }, "VIPDailyLimits": { "nteleportation.vip": 5000, "nteleportation.vip2": 5000, "nteleportation.vip3": 5000 }, "VIPHomesLimits": { "nteleportation.vip": 10, "nteleportation.vip2": 15, "nteleportation.vip3": 19 } }, "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": 240, "nteleportation.vip2": 120, "nteleportation.vip3": 30 }, "VIPCountdowns": { "nteleportation.vip": 30, "nteleportation.vip2": 15, "nteleportation.vip3": 3 }, "VIPDailyLimits": { "nteleportation.vip": 5000, "nteleportation.vip2": 5000, "nteleportation.vip3": 5000 } }, "TPR": { "AllowCraft": false, "BlockTPAOnCeiling": true, "Cooldown": 600, "Countdown": 15, "CupOwnerAllowOnBuildingBlocked": true, "DailyLimit": 5000, "Pay": 0, "RequestDuration": 30, "UsableIntoBuildingBlocked": false, "UsableOutOfBuildingBlocked": false, "VIPCooldowns": { "nteleportation.vip": 240, "nteleportation.vip2": 120, "nteleportation.vip3": 30 }, "VIPCountdowns": { "nteleportation.vip": 30, "nteleportation.vip2": 15, "nteleportation.vip3": 3 }, "VIPDailyLimits": { "nteleportation.vip": 5000, "nteleportation.vip2": 5000, "nteleportation.vip3": 5000 } }, "Version": { "Major": 1, "Minor": 0, "Patch": 19 } }
-
Found an error in plugin.
Code:if (configData.Town.Pay > 0 && (double) (Economics?.CallHook("GetPlayerMoney", player.userID) ?? 0) < configData.Town.Pay) { PrintMsgL(player, "Interrupted"); PrintMsgL(player, "TPMoney", configData.Home.Pay); TeleportTimers.Remove(player.userID); return; }
Now: PrintMsgL(player, "TPMoney", configData.Home.Pay);
Should be: PrintMsgL(player, "TPMoney", configData.Town.Pay);
I didn't check it in game, but i'd found it in code. -
Make the plugin. Admin created a point, other players can teleport to this point. Previously it was lustyport. But he has not worked for a long time.
-
I do not care for this error. Just showed that there is a bug in the code, that's all. Most all of the plugins that are located here are used simply to view examples as oxide docs that there is not enough.
But to use these plug-ins - it's unwise to say the least.
A lot of redundant code. Lack of API. So it is possible to describe all plugins here... -
anyone know how to disable /tpb
-
how do you give the whole server permission to tp to a town???
-
As I put so that only the clan can do home in the house?
-
Can anyone help explain how to only allow admins to use this plugin? Don't want players having access to this plugin at all. Can i revoke the default group some how? Unable to see any way of splitting the permissions for this plugin
-
People can set homes, but after reconnecting the homes arent saved. Any suggestions?
-
I only want TP for admins not for users - how do I do that?