Skip to content

byPixelTV/RediVelocity

Repository files navigation


RediVelocity 🚀

A modern way to sync data between proxies


⛏️ Software Support & Requirements 🎮:

  • RediVelocity is only compatible with the latest version of Velocity, which is 3.4.0-SNAPSHOT at the time of writing this.
  • I will only support the latest release of Velocity, this mean that 3.4.0-SNAPSHOT is supported, but 3.3.0 is not! If you want to get official support, you have to use the latest version of Redis, RediVelocity and Velocity!
  • RediVelocity requires Redis to be installed and running, you can find the latest version of Redis here.
  • RediVelocity is built with Java 21 and requires it to run, you can find the latest version of Java here.
  • RediVelocity also adds support for SimpleCloud and VulpesCloud

💻 Development Builds 🌐:

Uses modern technology 🚀

java gradle no bungee no waterfall

🔥 Build from source 🚀

  1. Clone the repository:
    git clone https://github.com/byPixelTV/RediVelocity.git
    
  2. Navigate to the project directory:
    cd RediVelocity
    
  3. Build the project using Gradle:
    ./gradlew shadowJar
    
  4. The compiled plugin will be located in the build/libs directory.