Skip to content

Parabot/Parabot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stories in Ready Build Status

Parabot

Parabot V2.8.1

Links

Website

Download latest version

Compilation

Build the project with the Maven POM file to have all required libraries installed.

Automation

Every stable build is automatically generated from the last commits of the master branch. This will take the version from both the pom.xml and the version in .travis.yml.

The nightly builds are automatically created from the last commits of the development branch. This will take the version from both the pom.xml and the version in .travis.yml, together with the build ID from travis.

Issues

If you've an issues regarding the bot itself, please report them here.

Maven

To add the client as a library, you'll first have to add our repository to your pom.xml:

    <repositories>
        <repository>
            <id>git-parabot</id>
            <name>Parabot's Git based repo</name>
            <url>https://maven.parabot.org/</url>
        </repository>
    </repositories>

Then you'll need to add the dependency:

    <dependencies>
        <dependency>
            <groupId>org.parabot</groupId>
            <artifactId>client</artifactId>
            <version>2.8.1</version>
        </dependency>
    </dependencies>

Labels

Labels are created with GHLabel, whereas the yml is located in the .github directory

About

The best Open Source Runescape Private Server (RSPS) Bot; For servers such as Ikov, DreamScape, Runique, PkHonor, and many more!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published