Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Releases: matthew-mccall/CoordsDB

v0.3.0

Choose a tag to compare

@matthew-mccall matthew-mccall released this 23 Jul 14:42

Screen Shot 2022-07-23 at 10 33 16 AM
This release adds autocomplete support in addition to other bug fixes and improvements.

Other improvements

  • Delete command only deletes your own coordinates
  • Only players can manage coordinates
  • Improved documentation

v0.2.1

Choose a tag to compare

@matthew-mccall matthew-mccall released this 21 Jul 15:00

This releases adds support for Spigot in addition to current support for Paper. This plugin may now work with Bukkit, but support has not been tested.

Other Improvements

  • Fix issues when querying. You can now query the saved coordinates of other users including wildcard support.
  • Fix nagging in the logs about using the correct Logger.

v0.2.0

Choose a tag to compare

@matthew-mccall matthew-mccall released this 14 Jul 15:54

This release replaces the /coords:get and /coords:list commands with /coords:query. See README for details.

New Features

  • /coords:query now has wildcard (*) support.
  • /coords:query now makes it easier than ever to share your coordinates by allowing you to query the coordinates of other players using the new player:label syntax.

v0.1.0

v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@matthew-mccall matthew-mccall released this 12 Jul 18:04
be74730

This first version of CoordsDB comes with the basic commands necessary to store coordinates for future reference. This is a pre-release and is not feature complete.

Added Commands

  • /coords:set <label> Sets and stores your current coordinate location with an optional label
  • /coords:get <label> Gets the coordinate location with the specified label
  • /coords:list Lists all your current coordinate locations
  • /coords:del <label> Deletes the coordinate location with the specified label