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
No reviews found.
