Virtual Garage

(*)(*)(*)(*)(*) (24)

Virtual Garage

Probably the best option for your roleplay server if you want your users to have the best experience with a simple and powerful garage with great support from FPlugins

Features

Extra features

1- You dont need to use MySQL, the plugin will set up his own database in a .db file, so you have the easiest set up ever

2- You dont have to install any library the plugin is set up in a way that openmod or the loader will download the libraries automatically

Set Up

1- Fill all the credentials in the imperialpluginsloader.dll

2- Restart your server

3- Set up garages and blacklist on the plugin configuration file

4- The plugin will set up his own database using LiteDB


Configuration and Translations

<?xml version="1.0" encoding="utf-8"?>
<Configuration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <DatabaseOptions>
    <MySqlConfiguration>
      <ServerAddress>127.0.0.1</ServerAddress>
      <ServerPort>3306</ServerPort>
      <Username>root</Username>
      <Password>password</Password>
      <DatabaseName>unturned</DatabaseName>
      <ConnectionString />
    </MySqlConfiguration>
    <DatabaseType>LiteDB</DatabaseType>
    <DatabaseProfiler>true</DatabaseProfiler>
  </DatabaseOptions>
  <DebugLogs>false</DebugLogs>
  <UIOptions>
    <Enabled>false</Enabled>
    <ServerName>Made by FPlugins</ServerName>
  </UIOptions>
  <GarageSpaces>
    <GarageSpace>
      <Cars>2</Cars>
      <Helicopters>2</Helicopters>
      <Planes>0</Planes>
      <Boats>1</Boats>
      <Trains>0</Trains>
      <MaxAmount>5</MaxAmount>
      <Priority>0</Priority>
      <Permission>garage.small</Permission>
    </GarageSpace>
    <GarageSpace>
      <Cars>3</Cars>
      <Helicopters>2</Helicopters>
      <Planes>1</Planes>
      <Boats>1</Boats>
      <Trains>0</Trains>
      <MaxAmount>7</MaxAmount>
      <Priority>1</Priority>
      <Permission>garage.medium</Permission>
    </GarageSpace>
    <GarageSpace>
      <Cars>5</Cars>
      <Helicopters>3</Helicopters>
      <Planes>2</Planes>
      <Boats>2</Boats>
      <Trains>1</Trains>
      <MaxAmount>13</MaxAmount>
      <Priority>2</Priority>
      <Permission>garage.big</Permission>
    </GarageSpace>
  </GarageSpaces>
  <GarageOptions>
    <AutoSaveVehicles>false</AutoSaveVehicles>
    <SaveBarricades>true</SaveBarricades>
    <SaveTrunkItems>true</SaveTrunkItems>
    <AllowSavingWhileInVehicle>false</AllowSavingWhileInVehicle>
  </GarageOptions>
  <BlacklistOptions>
    <Vehicles>
      <Vehicle id="7944a2cec1cd4a9a93e462ceac248884" bypassPermission="bypass.police" />
      <Vehicle id="APC" bypassPermission="bypass.apc" />
    </Vehicles>
    <Items>
      <Item id="38508a1f73c8417a8a68cb675460d0b6" bypassPermission="bypass.maplestrike" />
      <Item id="Rocket" bypassPermission="bypass.rocket" />
    </Items>
    <Barricades>
      <Barricade id="362ab81b73a7431eb3f1477645605891" bypassPermission="bypass.locker" />
      <Barricade id="Birch Wardrobe" bypassPermission="bypass.wardrobe" />
    </Barricades>
  </BlacklistOptions>
</Configuration>
<?xml version="1.0" encoding="utf-8"?>
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Translation Id="GarageAddCommand:UnderWater" Value="The vehicle is under the water. Take it out of there before before saving it !" />
  <Translation Id="GarageAddCommand:Lock" Value="You must lock the vehicle before !" />
  <Translation Id="GarageAddCommand:NotEmpty" Value="The vehicle must be empty. Make sure there arent any players inside !" />
  <Translation Id="GarageAddCommand:Own" Value="You must be the owner of vehicle to save it !" />
  <Translation Id="GarageAddCommand:NotFound" Value="You are not looking at any vehicle !" />
  <Translation Id="GarageAddCommand:NoGarage" Value="You do not have a garage to save this car !" />
  <Translation Id="GarageAddCommand:NoSpace" Value="You do not have enough space in your garage to save this car !" />
  <Translation Id="GarageAddCommand:Successfully" Value="Successfully added {0} to your garage !" />
  <Translation Id="GarageAddCommand:VehicleBlacklist" Value="This vehicle is blacklisted ! You cant save it on your garage" />
  <Translation Id="GarageAddCommand:BarricadeBlacklist" Value="The barricade {0} is blacklisted ! Take it out to save your car" />
  <Translation Id="GarageAddCommand:ItemBlacklist" Value="The item {0} is blacklisted ! Take it out to save your car" />
  <Translation Id="GarageRetrieveCommand:Successfully" Value="Successfully retrieved {0} from your garage !" />
  <Translation Id="GarageRetrieveCommand:NotFound" Value="No vehicle found on the garage with the name: {0} !" />
  <Translation Id="GarageCommand:Empty" Value="The garage is empty !" />
  <Translation Id="GarageCommand:List" Value="The garage contains these vehicles: {0} !" />
  <Translation Id="GarageDeleteCommand:NotFound" Value="No vehicle found on the garage with the name: {0} !" />
  <Translation Id="GarageDeleteCommand:Successfully" Value="Successfully deleted {0} from the garage !" />
  <Translation Id="AdminCommands:NotFound" Value="No player found with the id {0} !" />
  <Translation Id="AdminCommands:NeedsPermission" Value="To execute this admin command you require the permission: {0} !" />
</Translations>

Commands

This plugin includes the following commands:

  • /gadd [vehicleName] - Adds a vehicle inside the garage - Permission: gadd
  • /gretrieve [vehicleName] - Retrieves a vehicle from the garage - Permission: gretrieve
  • /garage - Lists the vehicles inside your garage - Permission: garage
  • /garagedelete [vehicleName] - Deletes a vehicle from the garage without taking it out - Permission: garagedelete

Ask questions or get support in my Discord server

User Reviews

don´t recommend(*)( )( )( )( ) - Jul 19, 2024

the plugin doesn´t have options for: saving vehicles underwater (is automatic turned on and you can´t turn it off) Saving vehicles with storage (There is no option to make someone not able to and say a message like: You can´t save vehicles with lockers!

the owner of the plugin said he wasn´t interested. Even when the description of the plugins says ¨Probably, the best option for your rp server.¨

Imagine 50 truckers with 100 trucks saving them, then taking them out at the other place and getting a lot of money for ez


argentinarp
1 out of 1 people found this helpful
based(*)(*)(*)(*)(*) - Jul 18, 2023

extremly based plugin


odstfive
0 out of 0 people found this helpful
Amazing(*)(*)(*)(*)(*) - May 29, 2023

This plugin has worked well for me without any issues


univerxse
0 out of 0 people found this helpful
Nice (*)(*)(*)(*)(*) - May 15, 2023

Nice Work


ucangamer
0 out of 0 people found this helpful
best garage plugin(*)(*)(*)(*)(*) - Mar 2, 2023

very cool plugin by very cool dev


akulation
0 out of 0 people found this helpful
Very usefull(*)(*)(*)(*)(*) - Jan 15, 2023

Easy to use and easy to config, and has a nice UI


cvptainturtle
0 out of 1 people found this helpful
Amazing(*)(*)(*)(*)(*) - Jan 7, 2023

Great plugin to allow players to store their vehicles.


kingtxger
0 out of 1 people found this helpful
works great(*)(*)(*)(*)(*) - Nov 5, 2022

easy set up and very useful i just dont like how i need to type the name of the vehicle.


carloscoolgamer11
1 out of 1 people found this helpful
Works amazingly(*)(*)(*)(*)(*) - Jun 9, 2022

Works really well. Just wish the UI was a little bit more Unturned-like. other than its a perfect plugin with great features


Dolph
2 out of 2 people found this helpful
Best garage plugin so far(*)(*)(*)(*)(*) - Mar 7, 2022

10/10 With this plugin players can steal vehicles and sell them unlike other garage plugins


bluesky
2 out of 4 people found this helpful

Store: FPlugins

Price: $15



Supported payment methods
PayPal, Skrill, WebMoney

Supported Platforms
OpenMod, RocketMod

All future updates (bug fixes, new features, etc.) are included in the price.