Merchant: sydefq
Price: $15.00
Framework: RocketMod
What is FQDeliverySystem? FQDeliverySystem is a RocketMod plugin for Unturned that allows players to take on missions and deliver items to locations on the map. Players can receive delivery missions from Job Locations, and must transport items across various distances. Successful deliveries earn rewards as in in-game currency.
Players who are on a mission cannot enter vehicles other than whitelisted or job vehicles to prevent abuse. Also players only with job permissions can start a specific job's mission.
(a) Missions can be 2 types:
- Mission items placed on vehicle
- Mission items placed inside vehicle's trunk
These two types can be specified in "addmission" command which is discussed down below.
How to setup the Plugin? You can watch this youtube video to understand how to create jobs and missions. https://youtu.be/pRuPjgc03U8
Commands Job Commands (For admins) /addjob [name] [permission] - Permission: addjob /addjoblocation [job id] [radius] - Permission: addjoblocation /addjobvehicle [job id] [vehicle id] - Permission: addjobvehicle /removejoblocation - **Permission: removejoblocation **
Whitelist Vehicle Commands (For admins) /addwhitelistedvehicle [vehicle id] - Permission: addwhitelistedvehicle
Create Mission Commands (For admins) /addmission [job id] [name] [reward] [radius] [(boolean) fromTrunk] - Permission: addmission (Check (a) for further information about "fromTrunk") /addmissionitem [job id] [mission id] [item id] [amount] - Permission: addmissionitem*
Mission Commands (For players) /mission [start/complete/cancel] - Permission: mission*
Note: Job and mission Id's can be found in Configuration file or it is provided when created.
You can contact me on Discord at SydeFQ#0403.
```xml
<?xml version="1.0" encoding="utf-8"?>
<Config xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<deliveryJob>
<DeliveryJob>
<id>1</id>
<Name>Truck Driver</Name>
<permission>driver.fq</permission>
<locations>
<DeliveryLocation>
<location>
<x>-796.3664</x>
<y>43.81635</y>
<z>78.90771</z>
</location>
<radius>20</radius>
</DeliveryLocation>
</locations>
<vehicleIds>
<unsignedShort>37030</unsignedShort>
</vehicleIds>
<missions>
<DeliveryMission>
<id>1</id>
<name>Delivery Crates to Harbour</name>
<rewardAmount>2545</rewardAmount>
<destinationLocation>
<location>
<x>-757.6974</x>
<y>50.3349838</y>
<z>92.57918</z>
</location>
<radius>10</radius>
</destinationLocation>
<deliveryItems>
<DeliveryItem>
<itemId>365</itemId>
<amount>3</amount>
</DeliveryItem>
</deliveryItems>
<takeFromTrunk>true</takeFromTrunk>
</DeliveryMission>
<DeliveryMission>
<id>2</id>
<name>Delivery Guns to Military</name>
<rewardAmount>5500</rewardAmount>
<destinationLocation>
<location>
<x>-729.7032</x>
<y>53.94752</y>
<z>93.67904</z>
</location>
<radius>10</radius>
</destinationLocation>
<deliveryItems>
<DeliveryItem>
<itemId>116</itemId>
<amount>10</amount>
</DeliveryItem>
</deliveryItems>
<takeFromTrunk>false</takeFromTrunk>
</DeliveryMission>
</missions>
</DeliveryJob>
</deliveryJob>
<whitelistedVehicles />
<effectId>26721</effectId>
<markerId>48897</markerId>
</Config>
```
```xml
<?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="AddJobUsage" Value="Usage: /addjob [name] [permission]" />
<Translation Id="AddJobSuccess" Value="You successfully added a new job! ID: {0}" />
<Translation Id="AddJobLocationUsage" Value="Usage: /addjoblocation [job id] [radius]" />
<Translation Id="SpecifyJobId" Value="Please specify a job id" />
<Translation Id="JobNotExist" Value="Job doesn't exist" />
<Translation Id="SpecifyRadius" Value="Please specify a radius" />
<Translation Id="CannotEnterVehicle" Value="Since you are on a mission, you can only enter job vehicles." />
<Translation Id="AddJobLocationSuccess" Value="You successfully added a new job location for the job named {0}" />
<Translation Id="AddJobVehicleUsage" Value="Usage: /addjobvehicle [job id] [vehicle id]" />
<Translation Id="SpecifyVehicle" Value="Please enter a vehicle id" />
<Translation Id="AddJobVehicleSuccess" Value="You successfully added a vehicle to the job named {0}" />
<Translation Id="LocationNotExist" Value="Location doesn't exist" />
<Translation Id="FailedRemoveMarker" Value="Couldnt remove marker but removed location" />
<Translation Id="RemoveLocationSuccess" Value="You successfully removed job location of the job named {0}" />
<Translation Id="AddWhitelistVehicleUsage" Value="Usage: /addwhitelistedvehicle [vehicle id]" />
<Translation Id="AddWhitelistVehicleSuccess" Value="You successfully added a vehicle to whitelist" />
<Translation Id="AddMissionUsage" Value="Usage: /addmission [job id] [name] [reward] [radius] [(boolean) fromTrunk]" />
<Translation Id="EnterReward" Value="Please enter a mission reward" />
<Translation Id="EnterFromTrunk" Value="Please enter if items are going into trunk (true) or on vehicle (false)" />
<Translation Id="AddMissionSuccess" Value="You successfully added a mission for job named {0} with ID: {1}" />
<Translation Id="AddMissionItemUsage" Value="Usage: /addmissionitem [job id] [mission id] [item id] [amount]" />
<Translation Id="EnterMission" Value="Please enter a mission id" />
<Translation Id="MissonNotExist" Value="Mission doesn't exist" />
<Translation Id="EnterItemId" Value="Please enter an item id" />
<Translation Id="EnterAmount" Value="Please enter amount" />
<Translation Id="AddMissionItemSuccess" Value="You successfully added item to mission named {0}" />
<Translation Id="MissionUsage" Value="Usage: /mission [start/complete/cancel]" />
<Translation Id="AlreadyOnMission" Value="You are already on a mission" />
<Translation Id="NotInJobLoc" Value="You are not in a job location" />
<Translation Id="NotInJob" Value="You are not {0}" />
<Translation Id="ExitVehicleMission" Value="You must not be inside a vehicle when starting a mission" />
<Translation Id="MissionStart1" Value="Your mission is {0}. Delivery point is marked on your map as [D]" />
<Translation Id="MissionStart2" Value="Delivery items are given to you." />
<Translation Id="MissionTrunk" Value="Please add them in your vehicle's trunk." />
<Translation Id="MissionNotTrunk" Value="Please place them on your vehicle" />
<Translation Id="NotInMission" Value="You are not in a mission" />
<Translation Id="NotAtDeliveryLoc" Value="You are not at the delivery point" />
<Translation Id="MustBeInVehicle" Value="You must be in a vehicle when finishing a mission" />
<Translation Id="NotInJobVehicle" Value="You are not in a job vehicle" />
<Translation Id="MissionComplete" Value="You finished the mission successfully! {0}$ is added to your account." />
<Translation Id="MissionFailed" Value="Mission failed. You delivered missing items" />
<Translation Id="LeftMission" Value="You left the mission." />
</Translations>
```
Not found
No reviews were found.