Skip to content
JXSnack edited this page Oct 13, 2023 · 2 revisions

RPGApi is lightweight and easy to install - requiring only a few things to insert into your pom.xml file.

Templates (Maven)

1.19.3

<dependency>
    <groupId>net.snackbag.rpgapi</groupId>
    <artifactId>rpgapi</artifactId>
    <version>1.0.0</version>
    <scope>system</scope>
    <systemPath>YOUR DOWNLOADED FILE HERE</systemPath>
</dependency>

1.12.2

There is currently no release for 1.12.2

First steps

Home
Setup

Entities

NPCs

Clone this wiki locally