https://github.com/renbinden/averiancore
Averian's core plugin
https://github.com/renbinden/averiancore
Last synced: 18 days ago
JSON representation
Averian's core plugin
- Host: GitHub
- URL: https://github.com/renbinden/averiancore
- Owner: renbinden
- License: agpl-3.0
- Created: 2013-11-01T16:39:30.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-17T01:26:43.000Z (over 12 years ago)
- Last Synced: 2026-03-30T21:34:18.282Z (2 months ago)
- Language: Java
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AverianCore
===========
Averian's core plugin.
Covers character cards, roll info, classes, experience, etcetera.
Compilation
===========
First clone the repository using git:
```
git clone https://github.com/Averian/AverianCore.git;
```
Then use Maven to compile it:
```
cd AverianCore;
mvn clean install;
```
This will create a ready-to-run JAR inside the /target directory.
If you don't have Maven, install it using your OS's package manager (Homebrew reccommended for OS X users, Yum pre-installed on Fedora, Apt on Debian-based distributions, or Pacman on Arch-based distributions).
If this is not possible, get it [here.](http://maven.apache.org/download.cgi)
If you don't have Git, again, your OS's package manager is probably the best choice.
If this isn't possible, Git can be obtained [here.](http://git-scm.com/downloads)
Obtaining pre-compiled JARs
===========
Click on the "releases" tab at the top of the screen.
This will show you any JARs I've tagged as releases, which should be stable to run.