Skip to content

Commit

Permalink
rewrite init
Browse files Browse the repository at this point in the history
  • Loading branch information
ham1255 committed Dec 23, 2024
1 parent c48f762 commit 74bd0e9
Show file tree
Hide file tree
Showing 97 changed files with 214 additions and 7,186 deletions.
27 changes: 4 additions & 23 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: RedisBungee Build
name: ValioBungee Build

on:
push:
branches: [ stable, develop ]
branches: [ "dev/rewrite" ]
pull_request:
branches: [ stable, develop ]
branches: [ "dev/rewrite" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
Expand All @@ -22,21 +20,4 @@ jobs:
java-version: '17'
distribution: 'adopt'
- name: Build with gradle
run: ./gradlew shadowJar
- name: Upload Bungee
uses: actions/upload-artifact@v4.4.0
with:
# Artifact name
name: RedisBungee-Bungee
# Destination path
path: proxies/bungeecord/build/libs/*
- name: Upload Velocity
uses: actions/upload-artifact@v4.4.0
with:
name: RedisBungee-Velocity
path: proxies/velocity/build/libs/*
- name: Upload API
uses: actions/upload-artifact@v4.4.0
with:
name: RedisBungee-API
path: api/build/libs/*
run: ./gradlew build
404 changes: 201 additions & 203 deletions LICENSE

Large diffs are not rendered by default.

19 changes: 4 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# RedisBungee Limework's Fork
# ValioBungee: RedisBungee Limework's Fork

The original project of RedisBungee is no longer maintained, so we have forked the plugin.
RedisBungee uses [Redis](https://redis.io) with Java client [Jedis](https://github.com/redis/jedis/)
to Synchronize players data between [BungeeCord](https://github.com/SpigotMC/BungeeCord)
or [Velocity*](https://github.com/PaperMC/Velocity) proxies

## Downloads

[![](https://raw.githubusercontent.com/Prospector/badges/master/modrinth-badge-72h-padded.png)](https://modrinth.com/plugin/redisbungee)
this is complete rewrite of the plugin. And does not use any code from pre-rewrite.
which allow us to re-license the project to Apache license v2

## Wiki

Expand All @@ -19,11 +14,5 @@ open an issue with question button

## License

This project is distributed under Eclipse Public License 1.0

You can find it [here](https://github.com/proxiodev/RedisBungee/blob/master/LICENSE)

You can find the original RedisBungee is by [astei](https://github.com/astei) and project can be
found [here](https://github.com/minecrafter/RedisBungee) or spigot
page [here, but its no longer available](https://www.spigotmc.org/resources/redisbungee.13494/)
This project is licensed under Apache License 2.0

85 changes: 0 additions & 85 deletions api/build.gradle.kts

This file was deleted.

Loading

0 comments on commit 74bd0e9

Please sign in to comment.