It's clear that both of you have set the following option to false: "TPREnabled": true,
NTeleportation
Moved
Total Downloads: 53,626 - First Release: Apr 12, 2016 - Last Update: Apr 5, 2018
- 5/5, 88 likes
-
Hello. I am looking for a tp system I can use purely for admin purposes. I want to run a vanilla server but have admins able to tp to help people etc. How would I go about setting this up?
I dont want any players to be able to tp, purely the admins when they are using the admin group.
Thanks. -
Hello!
How can I remove the limited amount of Tp's and Homes that are possible every day?? -
[DOUBLEPOST=1484581201][/DOUBLEPOST] -
im stoping
... Im crying again...
I can not save the home anyway in caves.
Its saying:
YOU CAN ONLY USE A HOME LOCATION ON A FOUNDATION!
And Im over a foundation.
I use this features for avoid abuse of homes while raiding or defending:
"ForceOnTopOfFoundation": true,
"CheckFoundationForOwner": true,
And if I deactive the ForceOnTop, then when the foundation is raided you still have HOME.Last edited by a moderator: Jan 17, 2017 -
Also never disable ForceOnTop, otherwise people can set home anywhere on the ground, including rad towns.
[DOUBLEPOST=1484637398][/DOUBLEPOST]Here's both the files.Attached Files:
-
-
My config is the same, I checked that the version is right in CS and JSON: "1.0.15"
Then must work with home in caves but Not, not works for me at least.
Your NTeleportation.cs is exactly the same that Resistance shared, but said "1.0.14" as your config file... I dont know why. -
. It's pretty clear you're missing something, even if you don't see it through your attitude.
"AllowIceberg": true,
"AllowCave": true,
"AllowCraft": false, -
but Seems to be fixed on ALLOWICEBERG, with the EDITED version of plugin...
(version of Resistance or yours)
then currently Caves are Iceberg for the plugin, Gotcha!
PS: just check the version on the bottom of JSON ... just in case
thanks for helping -
Where do i change the settings on Home limit and daily teleports to like "9999" ??
Thanks for help -
"Home": {
"HomesLimit": 3,
"VIPHomesLimits": {
"nteleportation.vip": 5
},
"Cooldown": 5,
"Countdown": 15,
"DailyLimit": 999, (If you're going to use 999, may as well use 0 to offer infinite teleports.)
"VIPDailyLimits": {
"nteleportation.vip": 0 -
-
-
Code:}, Home = new HomesSettingsData { HomesLimit = 20, VIPHomesLimits = new Dictionary<string, int> {{ConfigDefaultPermVip, 0}}, Cooldown = 10, Countdown = 8, DailyLimit = 0, VIPDailyLimits = new Dictionary<string, int> {{ConfigDefaultPermVip, 0}}, VIPCooldowns = new Dictionary<string, int> {{ConfigDefaultPermVip, 0}}, VIPCountdowns = new Dictionary<string, int> {{ConfigDefaultPermVip, 0}}, LocationRadius = 25, ForceOnTopOfFoundation = true, CheckFoundationForOwner = true, UseFriends = true, AllowAboveFoundation = true, CupOwnerAllowOnBuildingBlocked = true }, TPR = new TPRData { Cooldown = 10, Countdown = 8, DailyLimit = 0, VIPDailyLimits = new Dictionary<string, int> {{ConfigDefaultPermVip, 0}}, VIPCooldowns = new Dictionary<string, int> {{ConfigDefaultPermVip, 0}}, VIPCountdowns = new Dictionary<string, int> {{ConfigDefaultPermVip, 0}}, RequestDuration = 30, BlockTPAOnCeiling = true, CupOwnerAllowOnBuildingBlocked = true }, Town = new TownData { Cooldown = 10, Countdown = 8, DailyLimit = 0, VIPDailyLimits = new Dictionary<string, int> {{ConfigDefaultPermVip, 0}}, VIPCooldowns = new Dictionary<string, int> {{ConfigDefaultPermVip, 0}}, VIPCountdowns = new Dictionary<string, int> {{ConfigDefaultPermVip, 0}} }, Version = Version }, true);
-
-
-
hi
í'm having trouble with the config file.
tp is not working fine every where i am i get can't tp on building blocked.
"Home": {
"AllowAboveFoundation": true,
"AllowCave": false,
"AllowCraft": false,
"AllowIceberg": false,
"CheckFoundationForOwner": false,
"Cooldown": 60,
"Countdown": 15,
"CupOwnerAllowOnBuildingBlocked": false,
"DailyLimit": 1000,
"ForceOnTopOfFoundation": false,
"HomesLimit": 7,
"LocationRadius": 2,
"Pay": 0,
"UsableIntoBuildingBlocked": true,
"UsableOutOfBuildingBlocked": true,
"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": 60,
"Countdown": 15,
"DailyLimit": 1000,
"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": 60,
"Countdown": 15,
"CupOwnerAllowOnBuildingBlocked": false,
"DailyLimit": 1000,
"Pay": 0,
"RequestDuration": 15,
"UsableIntoBuildingBlocked": false,
"UsableOutOfBuildingBlocked": false,
"VIPCooldowns": {
"nteleportation.vip": 5
},
"VIPCountdowns": {
"nteleportation.vip": 5
},
"VIPDailyLimits": {
"nteleportation.vip": 5 -
"AllowCraft": false,
"BlockTPAOnCeiling": true,
"Cooldown": 60,
"Countdown": 15,
"CupOwnerAllowOnBuildingBlocked": false,
"DailyLimit": 1000,
"Pay": 0,
"RequestDuration": 15,
"UsableIntoBuildingBlocked": false, - This means that you cannot teleport into a building block - For example to your friends house on the map if you don't have the building cupboard. I wouldn't advise turning this to true, as people can be abuse this.
"UsableOutOfBuildingBlocked": false, -
thx will try
-