Skip to content

Commit

Permalink
Add distance-labels command
Browse files Browse the repository at this point in the history
  • Loading branch information
ricglz committed Jan 24, 2021
1 parent 657998c commit c267ffc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ commands:
/<command> <x> <y> <z> [<x2> <y2> <z2>]
/<command> 0 0 0. Will give you the distance between your current location and 0,0,0
/<command> 0 0 0 100 100 100. Will give you the distance between 0,0,0 and 100,100,100
distance-labels:
description: Gets the distance between two points using the already save coordinates
usage: /<command> <label> [<label>]
save-coords:
description: Save your current coordinates to everyone to see it
usage: /<command> <label>
Expand Down

0 comments on commit c267ffc

Please sign in to comment.