Skip to content

bsommerfeld/pathetic-bukkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bukkit Implementation

This is the Bukkit implementation of Pathetic. It provides a simple API to use the Pathetic engine in your Bukkit plugin.

Currently Paper and Spigot are explicitly supported, every other server software is a lucky hit.

This repository was previously part of the Pathetic repository.

How to use it?

To integrate pathetic into your bukkit project, follow the following steps:
(We advise you to relocate pathetic)

Maven

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependency>
    <groupId>com.github.bsommerfeld.pathetic-bukkit</groupId>
    <artifactId>core</artifactId>
    <version>VERSION</version>
</dependency>

Gradle

allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}

dependencies {
    implementation 'com.github.bsommerfeld.pathetic-bukkit:core:VERSION'
}

Example Usage

See the example module for a detailed example.

About

Bukkit implementation of pathfinding library Pathetic

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages