RediVelocity 🚀
一种在代理之间同步数据的现代化方式
>
> # ⛏️ 软件支持与要求 🎮:
> - RediVelocity 仅与最新的 Velocity 版本兼容,即撰写本文时的 **3.4.0-SNAPSHOT** 版本。
> - 我只会支持 Velocity 的最新版本,这意味着 **3.4.0-SNAPSHOT** 支持,但 **3.3.0 不支持!** 如果您想获得官方支持,您必须使用 **Redis、RediVelocity 和 Velocity** 的最新版本!
> - RediVelocity 需要安装并运行 **Redis**,您可以在 [这里](https://redis.io/download) 找到 Redis 的最新版本。
> - RediVelocity 使用 **Java 21** 构建,需要 Java 21 才能运行,您可以在 [这里](https://adoptium.net/) 找到 Java 的最新版本。
> - RediVelocity 还添加了对 **[SimpleCloud](https://simplecloud.app)** 和 **[VulpesCloud](https://github.com/VulpesCloud/)** 的支持
> # 💻 开发构建 🌐:
> - **开发 构建:** https://ci.bypixel.dev/job/redivelocity/
使用现代技术 🚀
> # 🔥 从源代码构建 🚀
>
> 1. 克隆存储库:
> ```
> git clone https://github.com/byPixelTV/RediVelocity.git
> ```
> 2. 导航到项目目录:
> ```
> cd RediVelocity
> ```
> 3. 使用 Gradle 构建项目:
> ```
> ./gradlew shadowJar
> ```
> 4. 编译后的插件将位于 `build/libs` 目录中。