-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTCMap.plugin
More file actions
23 lines (21 loc) · 780 Bytes
/
TCMap.plugin
File metadata and controls
23 lines (21 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<Plugin>
<Information>
<Name>TCMap</Name>
<Author>Drono</Author>
<Version>0.1</Version>
<Description>
<![CDATA[
This plugin is modification of RTPlugin by Math
The goal is to make fiding, marking, and sharing of Treasure Cache location easy.
Fuctions:
- A map with markers at Treasure Cache location.
- Mark/toggle red already found locations.
- Coordinates are shown when hovering over a location.
- Button to show where you are on the map.
- Ctrl+click a location to send the coordinates of the next target.
- Alt+click a location to use the Waypoint plugin with the coordinates.]]></Description>
</Information>
<Package>Drono.TCMap.Main</Package>
<Configuration Apartment="TCMap" />
</Plugin>