Skip to content

A Minecraft plugin that allows for saving waypoints

Notifications You must be signed in to change notification settings

scorp18pl/Waypoints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Waypoints

Dependencies

The plugin relies on the btc-ascii-table java library.

Installation

Dependency setup

After setting up the maven project make sure to install the dependencies

    cd <project-dir>
    mkdir lib && cd lib
    curl -O https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/java-ascii-table/btc-ascii-table-1.0.jar
    cd ..
    mvn install:install-file -Dfile=lib/btc-ascii-table-1.0.jar -DgroupId=com.bethecoder -DartifactId=ascii-table -Dversion=1.0 -Dpackaging=jar

About

A Minecraft plugin that allows for saving waypoints

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages