This is the error that my players, admins, and myself have been getting from the plugin after Forced Wipe and updating the plugin. The weird part is that the plugin was working up until a certain point.
This started about a few hours ago, I am using Server Rewards RP as the purchaings currency for the items. I have attached my config file, incase anyone wants to take a look, but its not making any sense.
Again, upon initially updating the plugin I was able to make purchases. I did infact change all of the permissions for applicable groups to the new permissions, so that should not be an issue.
{
"Settings": {
"Interval to check vehicle for wipe (Seconds)": 300.0,
"Prevent other players from mounting vehicle": true,
"Prevent mounting on driver's seat only": true,
"Use Clans": true,
"Use Friends": true,
"Use Permission": true,
"Vehicle No Decay": false,
"Vehicle No Fire Ball": true,
"Vehicle No Server Gibs": true,
"Remove Vehicles On Crash": false,
"Not Refund Fuel On Crash": false,
"Clear Vehicle Data On Map Wipe": false,
"Use Raid Blocker (Need NoEscape Plugin)": false,
"Use Combat Blocker (Need NoEscape Plugin)": false
},
"Chat Settings": {
"Help Chat Command": "license",
"Buy Chat Command": "buy",
"Spawn Chat Command": "spawn",
"Recall Chat Command": "recall",
"Chat Prefix": "[VehicleLicence]: ",
"Chat Prefix Color": "#B366FF",
"Chat SteamID Icon": 76561198924840872
},
"Cooldown Permission Settings": {
"vehiclelicence.vip": {
"Rowboat": 90.0,
"RHIB": 180.0,
"Sedan": 90.0,
"HotAirBalloon": 450.0,
"MiniCopter": 180.0,
"TransportHelicopter": 300.0,
"Chinook": 1500.0,
"RidableHorse": 90.0
}
},
"Vehicle Settings": {
"Rowboat": {
"Purchasable": true,
"Vehicle Display Name": "Row Boat",
"Distance To Spawn": 3.0,
"Cooldown (Seconds)": 180.0,
"Time Before Vehicle Wipe (Seconds)": 1800.0,
"Commands": [
"row",
"rowboat"
],
"Price": {
"scrap": {
"amount": 10,
"displayName": "RP"
}
}
},
"RHIB": {
"Purchasable": true,
"Vehicle Display Name": "RHIB",
"Distance To Spawn": 10.0,
"Cooldown (Seconds)": 300.0,
"Time Before Vehicle Wipe (Seconds)": 1800.0,
"Commands": [
"rhib"
],
"Price": {
"scrap": {
"amount": 20,
"displayName": "RP"
}
}
},
"Sedan": {
"Purchasable": true,
"Vehicle Display Name": "Sedan",
"Distance To Spawn": 5.0,
"Cooldown (Seconds)": 180.0,
"Time Before Vehicle Wipe (Seconds)": 1800.0,
"Commands": [
"car",
"sedan"
],
"Price": {
"scrap": {
"amount": 5,
"displayName": "RP"
}
}
},
"HotAirBalloon": {
"Purchasable": false,
"Vehicle Display Name": "Hot Air Balloon",
"Distance To Spawn": 20.0,
"Cooldown (Seconds)": 900.0,
"Time Before Vehicle Wipe (Seconds)": 1800.0,
"Commands": [
"hab",
"hotairballoon"
],
"Price": {
"scrap": {
"amount": 5000,
"displayName": "RP"
}
}
},
"MiniCopter": {
"Purchasable": true,
"Vehicle Display Name": "Mini Copter",
"Distance To Spawn": 8.0,
"Cooldown (Seconds)": 1800.0,
"Time Before Vehicle Wipe (Seconds)": 1800.0,
"Commands": [
"mini",
"minicopter",
"copter"
],
"Price": {
"scrap": {
"amount": 20,
"displayName": "RP"
}
}
},
"TransportHelicopter": {
"Purchasable": true,
"Vehicle Display Name": "Transport Copter",
"Distance To Spawn": 10.0,
"Cooldown (Seconds)": 2400.0,
"Time Before Vehicle Wipe (Seconds)": 1800.0,
"Commands": [
"scrapcopter",
"transportcopter",
"transport"
],
"Price": {
"scrap": {
"amount": 50,
"displayName": "RP"
}
}
},
"Chinook": {
"Purchasable": false,
"Vehicle Display Name": "Chinook",
"Distance To Spawn": 25.0,
"Cooldown (Seconds)": 3000.0,
"Time Before Vehicle Wipe (Seconds)": 1800.0,
"Commands": [
"ch47",
"chinook"
],
"Price": {
"scrap": {
"amount": 30000,
"displayName": "RP"
}
}
},
"RidableHorse": {
"Purchasable": true,
"Vehicle Display Name": "Ridable Horse",
"Distance To Spawn": 5.0,
"Cooldown (Seconds)": 3000.0,
"Time Before Vehicle Wipe (Seconds)": 1800.0,
"Commands": [
"horse",
"ridablehorse"
],
"Price": {
"scrap": {
"amount": 5,
"displayName": "RP"
}
}
}
}
}