You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+11-5
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This is explained in the following [wiki page](https://github.com/ricglz/discoor
9
9
# Features
10
10
11
11
- Sends message to Discord that the server is up
12
-
-`/discoords [label]` command. Allows to send your current coordinates to an specific message channel. If a label is passed as argument it will also sent the label to the discord text channel.
12
+
-`/discoords [message]` command. Allows to send your current coordinates to an specific message channel. If a label is passed as argument it will also sent the label to the discord text channel.
13
13
14
14
Ex.
15
15
@@ -21,11 +21,17 @@ Ex.
21
21
/discoords diamonds
22
22
23
23
-> Sent to discord: "(0, 0, 0) - diamonds - by player"
24
+
25
+
/discoords a very big fortress
26
+
-> Sent to discord: "(0, 0, 0) - a very big fortress - by player"
24
27
```
28
+
-`/distance` command. Calculates the distance between 2 locations, optionally being one of those your current location
29
+
-`/save-coords <label>`. Saves your current location to later on search it locally, but will not be sent through discord
30
+
-`/search-coords <label>`. Searches for a coordinate based on the given label
25
31
26
32
# Possible Future Features
27
33
28
-
-[] Stores all the locations also in Minecraft to be able to manage those other locations
29
-
-[] Add command to save the current location without sending it to discord
30
-
-[] Add command to send those locations that still haven't been sent but are stored
31
-
-[] Don't send message if the coordinate or location desired probably have already been sent
34
+
-[X] Stores all the locations also in Minecraft to be able to manage those other locations
35
+
-[ ] Add command to save the current location without sending it to discord
36
+
-[ ] Add command to send those locations that still haven't been sent but are stored
37
+
-[ ] Don't send message if the coordinate or location desired probably have already been sent
0 commit comments