Skip to content

A simple Minecraft plugin for saving coordinates.

Notifications You must be signed in to change notification settings

leejunweisg/mapcoords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mapcoords

A simple Minecraft plugin for saving coordinates.

Features

  • Save coordinates as named locations.
  • Teleport to saved locations.
  • Display a HUD that shows the current coordinates, direction and biome.

Commands

Command Usage Description
/coords delete <name> Delete a saved location.
/coords help Display the help message.
/coords hud Toggles the coordinates HUD.
/coords list Display a list of saved places.
/coords save <name> Save the current location.
/coords show [name] Show the coordinates of the current location.
If a name is provided, show the coordinates of the saved location.
/coords tp <name> Teleport to the saved location.

Todo

  • Implement private saved locations.
    • Currently, all saved locations are global and can be modified by any player in the server.
  • Add permissions support for teleporting (?)

About

A simple Minecraft plugin for saving coordinates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages