mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-23 04:28:01 +00:00
Update README.md
This commit is contained in:
parent
96793e81c5
commit
ad18d168a8
21
README.md
21
README.md
@ -1,6 +1,6 @@
|
|||||||
# Limework fork of RedisBungee
|
# Limework fork of RedisBungee
|
||||||
|
|
||||||
[![RedisBungee Build](https://github.com/Limework/RedisBungee/actions/workflows/maven.yml/badge.svg)](https://github.com/Limework/RedisBungee/actions/workflows/maven.yml)
|
[![RedisBungee Build](https://github.com/Limework/RedisBungee/actions/workflows/maven.yml/badge.svg)](https://github.com/Limework/RedisBungee/actions/workflows/maven.yml) [![](https://jitpack.io/v/limework/redisbungee.svg)](https://jitpack.io/#limework/redisbungee)
|
||||||
|
|
||||||
Spigot link: [click](https://www.spigotmc.org/resources/redisbungee.87700/)
|
Spigot link: [click](https://www.spigotmc.org/resources/redisbungee.87700/)
|
||||||
|
|
||||||
@ -16,6 +16,7 @@ This is currently deployed on [Govindas Limework!](https://Limework.net)
|
|||||||
Now you can use maven without installing it using Maven wrapper [github?](https://github.com/takari/maven-wrapper) :)
|
Now you can use maven without installing it using Maven wrapper [github?](https://github.com/takari/maven-wrapper) :)
|
||||||
|
|
||||||
RedisBungee is distributed as a [maven](https://maven.apache.org) project. To compile it and install it in your local Maven repository:
|
RedisBungee is distributed as a [maven](https://maven.apache.org) project. To compile it and install it in your local Maven repository:
|
||||||
|
for latest commits you can use this way.
|
||||||
|
|
||||||
git clone https://github.com/Limework/RedisBungee.git
|
git clone https://github.com/Limework/RedisBungee.git
|
||||||
cd RedisBungee
|
cd RedisBungee
|
||||||
@ -30,6 +31,24 @@ And use it in your pom file.
|
|||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
Or if you want to use the jitpack maven server
|
||||||
|
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>jitpack.io</id>
|
||||||
|
<url>https://jitpack.io</url>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
|
||||||
|
And use it in your pom file.
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.limework</groupId>
|
||||||
|
<artifactId>redisbungee</artifactId>
|
||||||
|
<version>0.6.3</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
## Javadocs
|
## Javadocs
|
||||||
Hosted on limework website. Version 0.6.0 (note: any version 0.6.* will not have API changes.)
|
Hosted on limework website. Version 0.6.0 (note: any version 0.6.* will not have API changes.)
|
||||||
https://limework.net/JavaDocs/RedisBungee/
|
https://limework.net/JavaDocs/RedisBungee/
|
||||||
|
Loading…
Reference in New Issue
Block a user