mlhmz / coordinate-log

A simple minecraft plugin with which players can save and read coordinates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoordinateLog

Description

A simple minecraft plugin with which players can save and read coordinates.

Every entry and their index is saved into the default config.yml.

Features

Add an entry

With current coordinates

/clog add <identifier>

Add an entry with current coordinates

/clog add <identifier> <x> <y> <z>

With custom coordinates
Add an entry with custom coordinates

With current and custom coordinates:

With ~ Placeholder

Add an entry with current and custom coordinates

List your entries

/clog list <page>

The page arg is optional, if it is not used, the last page will be shown

List your entries

Delete an entry

/clog remove <index>

Delete an entry

About

A simple minecraft plugin with which players can save and read coordinates.

License:MIT License


Languages

Language:Java 100.0%