title sais it realy what settings do i change to allow ppl to set teleport points in bases built within a cave system
Allowing teleporting in cases?
In response to pookins ():"AllowIceberg": true,
"AllowCave": true,
ive tried this pook but im still getting messages something about not being placed on foundations >< even though i am on a foundation
here is my file can you see anything wrong ??
here is my file can you see anything wrong ??
{
"Admin": {
"AnnounceTeleportToTarget": false,
"LocationRadius": 25,
"TeleportNearDefaultDistance": 30,
"UseableByAdmins": true,
"UseableByModerators": true
},
"Home": {
"AllowAboveFoundation": true,
"AllowCave": true,
"AllowCraft": false,
"AllowIceberg": true,
"Bypass": 0,
"CheckFoundationForOwner": true,
"CheckValidOnList": false,
"Cooldown": 300,
"Countdown": 10,
"CupOwnerAllowOnBuildingBlocked": true,
"ForceOnTopOfFoundation": true,
"HomesLimit": 3,
"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": {},
"BypassCMD": "pay",
"ChatName": "<color=red>Teleportation</color>: ",
"DefaultMonumentSize": 50.0,
"HomesEnabled": true,
"InterruptTPOnBalloon": true,
"InterruptTPOnCargo": true,
"InterruptTPOnCold": false,
"InterruptTPOnHot": false,
"InterruptTPOnHurt": true,
"InterruptTPOnLift": true,
"InterruptTPOnMonument": false,
"InterruptTPOnSafe": true,
"MaximumTemp": 40.0,
"MinimumTemp": 0.0,
"TownEnabled": true,
"TPREnabled": true,
"UseEconomics": false,
"UseServerRewards": false
},
"Town": {
"AllowCraft": false,
"Bypass": 0,
"Cooldown": 300,
"Countdown": 10,
"DailyLimit": 10,
"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,
"Bypass": 0,
"Cooldown": 300,
"Countdown": 10,
"CupOwnerAllowOnBuildingBlocked": true,
"DailyLimit": 10,
"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": 50
}
} I get messages from players in caves that their home points there disappear from time to time.
i have allow cave false yet players still are able to set homes in caves. thoughts?
1.0.52 adds some tweaks and hopefully fixed the logic for cave checking. Default values for cave size have been moved to config values so you can tweak if necessary. Basically, those numbers are used to check that the player is X meters away from cave center before they can use certain commands if AllowCave = false.
Thanks for the quick reply!