Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
snoh666 authored May 10, 2021
1 parent 22e1d9f commit 5036295
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Compass Tracker

## Overview

Minecraft Spigot 1.16 Plugin.

Plugin sets compass target to closest player in the overworld.
Created to use with my friends to allow us to have more fun playing our speedrun challenges on private server.

## Usage

Need to compile on your own into .jar file, after that everything should be working as intended.
You have to simply take *.jar file and copy and paste it into you're plugins server directory.

After `/reload` of the plugins you should see information in the console:

`[Server thread/INFO]: [CompassNearestPlayerTracker] Loading CompassNearestPlayerTracker v1.0`

`[Server thread/INFO]: [CompassNearestPlayerTracker] Enabling CompassNearestPlayerTracker v1.0`

this informs that plugin is working as intended. Plugin doesn't have any commands as there is no need. Right away after enabling compasses are overwrited.

### Reminder

Plugin developed on JAVA 8

0 comments on commit 5036295

Please # to comment.