Online Vehicles Plugin
We all hate when players leave their cars in the middle of the street so, here is your solution, a plugin that will despawn player vehicles when they disconnect and will bring them back when they join !
Configuration Files
OpenMod
DatabaseProvider: "LiteDB"
MySqlConfiguration:
Server: "127.0.0.1"
Port: 3306
Database: "unturned"
User: "root"
Password: "password"
VehicleSavingOptions:
SaveBarricades: true
SaveTrunkItems: true
VehicleSavingRestrictions:
- VehicleId: 32
BypassPermission: "bypass.taxi"
- VehicleId: 33
BypassPermission: "bypass.police"
RocketMod
<?xml version="1.0" encoding="utf-8"?>
<OnlineVehiclesConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DatabaseProvider>LiteDB</DatabaseProvider>
<MySqlConfiguration>
<Server>127.0.0.1</Server>
<Port>3306</Port>
<Database>unturned</Database>
<User>root</User>
<Password>admin</Password>
</MySqlConfiguration>
</OnlineVehiclesConfiguration>
Ask questions or get support in my Discord server
If you want, please leave a review, that will help me to improve or to know what is your opinion about my plugins. With Love by Feli <3
User Reviews
Nice work
Works well and the white list is instantaneous. Would be cool if adds a bypass permission.
Thanks ! This weekend i will add the bypass permission with a configurable list of vehicles that will be skipped on save
something...
Thanks for your great review. I hope your continue using this awesome plugins ;)
add the configuration to not save certain id's, for example corporate vehicles
Thanks for your great review ! That feature is planned once i get out of exams