You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Is A Bot Client Used For 2006Scape Using [Parabot](https://github.com/Parabot/Parabot) As A Base
13
4
14
5
#### Compilation
15
6
Build the project with the Maven POM file to have all required libraries installed.
16
7
17
-
#### Automation
18
-
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`.
19
-
20
-
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.
21
-
22
8
#### Issues
23
-
If you've an issues regarding the bot itself, please report them [here](https://github.com/Parabot/Parabot/issues).
24
-
25
-
#### Maven
26
-
To add the client as a library, you'll first have to add our repository to your `pom.xml`:
27
-
28
-
```
29
-
<repositories>
30
-
<repository>
31
-
<id>git-parabot</id>
32
-
<name>Parabot's Git based repo</name>
33
-
<url>https://maven.parabot.org/</url>
34
-
</repository>
35
-
</repositories>
36
-
```
37
-
38
-
Then you'll need to add the dependency:
39
-
40
-
```
41
-
<dependencies>
42
-
<dependency>
43
-
<groupId>org.parabot</groupId>
44
-
<artifactId>client</artifactId>
45
-
<version>2.8.1</version>
46
-
</dependency>
47
-
</dependencies>
48
-
```
9
+
If you've an issues regarding the bot itself, please report them [here](https://github.com/2006-Scape/Parabot/issues).
49
10
50
11
#### Labels
51
12
Labels are created with [GHLabel](https://github.com/jimmycuadra/ghlabel), whereas the yml is located in the .github directory
0 commit comments