Skip to content

Commit ae34e3e

Browse files
committed
Update readme
1 parent ca7a44b commit ae34e3e

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This is explained in the following [wiki page](https://github.com/ricglz/discoor
99
# Features
1010

1111
- 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.
1313

1414
Ex.
1515

@@ -21,11 +21,17 @@ Ex.
2121
/discoords diamonds
2222
2323
-> 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"
2427
```
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
2531

2632
# Possible Future Features
2733

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

Comments
 (0)