My daily limit and cool down wont save in config
Daily limit isnt working after i set it to 0Solved
Sounds like you have a json error , reload and read the server console
i read the console there was no errors
Unload the plugin, save your settings, reload plugin
Post your config
{
"Settings": {
"Interrupt TP": {
"Above Water": true,
"Balloon": true,
"Boats": false,
"Cargo Ship": true,
"Cold": false,
"Excavator": false,
"Hot": false,
"Hostile": false,
"Hurt": true,
"Lift": true,
"Monument": false,
"Mounted": true,
"Oil Rig": false,
"Safe Zone": true,
"Swimming": false
},
"Block Teleport (NoEscape)": false,
"Block Teleport (ZoneManager)": false,
"Chat Name": "<color=red>Teleportation</color> \n\n",
"Chat Steam64ID": 76561############,
"Check Boundaries On Teleport X Y Z": true,
"Draw Sphere On Set Home": true,
"Homes Enabled": true,
"TPR Enabled": true,
"Islands Enabled": true,
"Town Enabled": true,
"Outpost Enabled": true,
"Bandit Enabled": true,
"Strict Foundation Check": false,
"Cave Distance Small": 50.0,
"Cave Distance Medium": 70.0,
"Cave Distance Large": 110.0,
"Default Monument Size": 50.0,
"Minimum Temp": 0.0,
"Maximum Temp": 40.0,
"Blocked Items": {},
"Bypass CMD": "pay",
"Use Monument Topology Check": false,
"Use Cave Topology Check": false,
"Use Economics": false,
"Use Server Rewards": false,
"Wipe On Upgrade Or Change": false,
"Auto Generate Outpost Location": false,
"Auto Generate Bandit Location": false,
"Show Time As Seconds Instead": True
},
"Admin": {
"Announce Teleport To Target": false,
"Usable By Admins": true,
"Usable By Moderators": true,
"Location Radius": 25,
"Teleport Near Default Distance": 30
},
"Home": {
"Homes Limit": 3,
"VIP Homes Limits": {
"nteleportation.vip": 5
},
"Allow TPB": true,
"Cooldown": 200,
"Countdown": 15,
"Daily Limit": 0,
"VIP Daily Limits": {
"nteleportation.vip": 0
},
"VIP Cooldowns": {
"nteleportation.vip": 5
},
"VIP Countdowns": {
"nteleportation.vip": 5
},
"Location Radius": 25,
"Force On Top Of Foundation": true,
"Check Foundation For Owner": true,
"Use Friends": true,
"Use Clans": true,
"Use Teams": true,
"Usable Out Of Building Blocked": false,
"Usable Into Building Blocked": false,
"Usable From Safe Zone Only": false,
"Allow Cupboard Owner When Building Blocked": true,
"Allow Iceberg": false,
"Allow Cave": false,
"Allow Crafting": false,
"Allow Above Foundation": true,
"Check If Home Is Valid On Listhomes": false,
"Pay": 0,
"Bypass": 0
},
"TPT": {
"Use Friends": false,
"Use Clans": false,
"Use Teams": false,
"Allow Cave": false
},
"TPR": {
"Require Player To Be Friend, Clan Mate, Or Team Mate": false,
"Allow Cave": false,
"Allow TPB": true,
"Cooldown": 200,
"Countdown": 15,
"Daily Limit": 0,
"VIP Daily Limits": {
"nteleportation.vip": 0
},
"VIP Cooldowns": {
"nteleportation.vip": 5
},
"VIP Countdowns": {
"nteleportation.vip": 5
},
"Request Duration": 30,
"Block TPA On Ceiling": true,
"Usable Out Of Building Blocked": false,
"Usable Into Building Blocked": false,
"Allow Cupboard Owner When Building Blocked": False,
"Allow Crafting": false,
"Pay": 0,
"Bypass": 0
},
"Town": {
"Allow TPB": true,
"Allow Cave": false,
"Cooldown": 200,
"Countdown": 15,
"Daily Limit": 0,
"VIP Daily Limits": {
"nteleportation.vip": 5
},
"VIP Cooldowns": {
"nteleportation.vip": 5
},
"VIP Countdowns": {
"nteleportation.vip": 5
},
"Location": "0 0 0",
"Locations": [],
"Usable Out Of Building Blocked": false,
"Allow Crafting": false,
"Pay": 0,
"Bypass": 0
},
"Island": {
"Allow TPB": false,
"Allow Cave": false,
"Cooldown": 200,
"Countdown": 15,
"Daily Limit": 0,
"VIP Daily Limits": {
"nteleportation.vip": 0
},
"VIP Cooldowns": {
"nteleportation.vip": 5
},
"VIP Countdowns": {
"nteleportation.vip": 5
},
"Location": "0 0 0",
"Locations": [],
"Usable Out Of Building Blocked": false,
"Allow Crafting": false,
"Pay": 0,
"Bypass": 0
},
"Outpost": {
"Allow TPB": true,
"Allow Cave": false,
"Cooldown": 600,
"Countdown": 15,
"Daily Limit": 5,
"VIP Daily Limits": {
"nteleportation.vip": 5
},
"VIP Cooldowns": {
"nteleportation.vip": 5
},
"VIP Countdowns": {
"nteleportation.vip": 5
},
"Location": "0 0 0",
"Locations": [],
"Usable Out Of Building Blocked": false,
"Allow Crafting": false,
"Pay": 0,
"Bypass": 0
},
"Bandit": {
"Allow TPB": true,
"Allow Cave": false,
"Cooldown": 600,
"Countdown": 15,
"Daily Limit": 5,
"VIP Daily Limits": {
"nteleportation.vip": 5
},
"VIP Cooldowns": {
"nteleportation.vip": 5
},
"VIP Countdowns": {
"nteleportation.vip": 5
},
"Location": "0 0 0",
"Locations": [],
"Usable Out Of Building Blocked": false,
"Allow Crafting": false,
"Pay": 0,
"Bypass": 0
}
}
From the server console, 2 json errors:
(09:08:01) | NTeleportation v1.5.6: Failed to load config file (is the config file corrupt?) (Unexpected character encountered while parsing value: T. Path 'Settings['Show Time As Seconds Instead']', line 48, position 32.)T is the error, being True. You must change it from True to true
(09:10:20) | NTeleportation v1.5.6: Failed to load config file (is the config file corrupt?) (Unexpected character encountered while parsing value: F. Path 'TPR['Allow Cupboard Owner When Building Blocked']', line 119, position 46.)F is the error, being False. You must change it from False to false
Locked automatically