Upload from upload_mods.ps1

This commit is contained in:
Nathaniel Cosford
2025-06-04 16:29:11 +09:30
commit 40bf3e894c
4 changed files with 21 additions and 0 deletions

4
Config/Localization.txt Normal file
View 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

Binary file not shown.

8
ModInfo.xml Normal file
View 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
View 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>