its in your config try taking a look
NTeleportation
Moved
Total Downloads: 53,605 - First Release: Apr 12, 2016 - Last Update: Apr 5, 2018
- 5/5, 88 likes
-
-
upload file
Then reload the pluginAttached Files:
-
-
i want to fix cooldown and tp limit per day -
-
-
Just replace the "xx" for seconds ( "Cooldown": 1, is 1 second)
Hope its works now for you.
- Joey -
-
Hi,
what can I do? Cant use tp <player> <targetplayer> as Admin and other players cant tp to me....
TYAttached Files:
-
-
You will have to type the full name in quotes: "qbAzz♥Karolina♥"
FYI to do the hearts press left alt and on numpad press 3 then let go of left alt -
-
tp is for admins to use only players cant use it
players use these commands
tpr <player name> - Sends a teleport request to the player.
tpa - Accepts an incoming teleport request.
Try reading the overview first -
-
-
-
-
-
Hi All
I am a complete novice at this and hope you will help, what exactly do I do with the config that you download for this ? do I just put it in the same place mods go or do I add it to the server config at the bottom? I'm a bit clueless with this any and all help (simple please) would be very much appreciated. -
It's recommended to use Notepad++ to edit config files etc.
Simply use a ftp program to download the config from your game server then make required changes and re-upload to the same location overwriting the file. then using RustAdmin or similar RCON program run this command: oxide.reload DeathNotes
(You can also use the Console (F1) to put the command: oxide.reload DeathNotes)
Done! -
OK, fun stuff, what's this? I had player cooldowns set to 10 seconds, I didn't change my config for MONTHS, and suddenly players are getting this:
Code:{ "Settings": { "ChatName": "<color=red>Teleportation</color>: ", "HomesEnabled": true, "TPREnabled": true, "TownEnabled": true, "InterruptTPOnHurt": false, "BlockedItems": {} }, "Admin": { "AnnounceTeleportToTarget": false, "UseableByModerators": true, "LocationRadius": 25, "TeleportNearDefaultDistance": 30 }, "Home": { "HomesLimit": 5, "VIPHomesLimits": { "nteleportation.vip": 10 }, "Cooldown": 10, "Countdown": 10, "DailyLimit": 1000, "VIPDailyLimits": { "nteleportation.vip": 1000 }, "VIPCooldowns": { "nteleportation.vip": 5 }, "VIPCountdowns": { "nteleportation.vip": 10 }, "LocationRadius": 20, "ForceOnTopOfFoundation": false, "CheckFoundationForOwner": true, "UseFriends": true, "UsableOutOfBuildingBlocked": false, "UsableIntoBuildingBlocked": true, "CupOwnerAllowOnBuildingBlocked": false, "AllowIceberg": true, "AllowCave": true, "AllowCraft": false, "AllowAboveFoundation": true, "CheckValidOnList": false, "Pay": 0 }, "TPR": { "Cooldown": 10, "Countdown": 10, "DailyLimit": 1000, "VIPDailyLimits": { "nteleportation.vip": 1000 }, "VIPCooldowns": { "nteleportation.vip": 5 }, "VIPCountdowns": { "nteleportation.vip": 10 }, "RequestDuration": 30, "BlockTPAOnCeiling": false, "UsableOutOfBuildingBlocked": false, "UsableIntoBuildingBlocked": true, "CupOwnerAllowOnBuildingBlocked": false, "AllowCraft": false, "Pay": 0 }, "Town": { "Cooldown": 10, "Countdown": 10, "DailyLimit": 100, "VIPDailyLimits": { "nteleportation.vip": 100 }, "VIPCooldowns": { "nteleportation.vip": 5 }, "VIPCountdowns": { "nteleportation.vip": 10 }, "Location": "0 0 0", "UsableOutOfBuildingBlocked": false, "AllowCraft": false, "Pay": 0 }, "Version": { "Major": 1, "Minor": 0, "Patch": 20 } }