From 87a2b93537cc391fd8dec313e13120dff55ce965 Mon Sep 17 00:00:00 2001 From: mohammed jasem alaajel Date: Tue, 1 Nov 2022 10:11:43 +0400 Subject: [PATCH] update jitpack location --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f9d1602..86a8158 100644 --- a/README.md +++ b/README.md @@ -47,11 +47,11 @@ SpigotMC resource page: [click](https://www.spigotmc.org/resources/redisbungee.8 | 7.x.x | ✔ | -## Implementing RedisBungee in your plugin: [![RedisBungee Build](https://github.com/proxiodev/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) +## Implementing RedisBungee in your plugin: [![RedisBungee Build](https://github.com/proxiodev/RedisBungee/actions/workflows/maven.yml/badge.svg)](https://github.com/Limework/RedisBungee/actions/workflows/maven.yml) [![](https://jitpack.io/v/ProxioDev/redisbungee.svg)](https://jitpack.io/#ProxioDev/redisbungee) RedisBungee is distributed as a [maven](https://maven.apache.org) project. -By using jitpack [![](https://jitpack.io/v/limework/redisbungee.svg)](https://jitpack.io/#limework/redisbungee) +By using jitpack [![](https://jitpack.io/v/ProxioDev/redisbungee.svg)](https://jitpack.io/#ProxioDev/redisbungee) ## Setup jitpack repository ```xml @@ -66,7 +66,7 @@ By using jitpack [![](https://jitpack.io/v/limework/redisbungee.svg)](https://ji add this in your project dependencies ```xml - com.github.limework.redisbungee + com.github.proxiodev.redisbungee RedisBungee-Bungee VERSION provided @@ -86,7 +86,7 @@ depends: [ RedisBungee ] ## [Velocity](https://github.com/PaperMC/Velocity) ```xml - com.github.limework.redisbungee + com.github.proxiodev.redisbungee RedisBungee-Velocity VERSION provided