Upload from upload_mods.ps1
This commit is contained in:
4
Config/Localization.txt
Normal file
4
Config/Localization.txt
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Key,English
|
||||||
|
drone_loc,"[[6699CC]DMV[-]] Your Drone Location: {0}"
|
||||||
|
drone_loc_fix,"[[6699CC]DMV[-]] Your Drone has been fixed"
|
||||||
|
drone_none,"[[CC3333]DMV[-]] You have no active drones"
|
||||||
BIN
FindMyDrone.dll
Normal file
BIN
FindMyDrone.dll
Normal file
Binary file not shown.
8
ModInfo.xml
Normal file
8
ModInfo.xml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
|
<xml>
|
||||||
|
<Name value="FindMyDrone" />
|
||||||
|
<DisplayName value="Find My Drone" />
|
||||||
|
<Description value=" /dudewheresmydrone or /drone in chat replies drone location. /dronefix only for bjorked drones to restore position. settings.xml to control dronefix command name" />
|
||||||
|
<Author value="McTaco" />
|
||||||
|
<Version value="1.3.9.3" />
|
||||||
|
</xml>
|
||||||
9
settings.xml
Normal file
9
settings.xml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<tacoTown>
|
||||||
|
<!-- Customize the dronefix command? true/false-->
|
||||||
|
<customDroneFix>false</customDroneFix>
|
||||||
|
|
||||||
|
<!-- Custom dronefix command name, requires above to be true -->
|
||||||
|
<customDroneFixName>/dronefix</customDroneFixName>
|
||||||
|
|
||||||
|
<!-- https://i.imgur.com/DQRZpvF.gif -->
|
||||||
|
</tacoTown>
|
||||||
Reference in New Issue
Block a user