k8s 中文文档 k8s 中文文档
指南
kubernetes.io (opens new window)
指南
kubernetes.io (opens new window)
  • k8s 是什么
  • 互动教程

  • Minikube 介绍

  • 概念

  • Kubectl CLI

  • Kubectl 命令表

  • 安装设置

  • API 使用

  • 集群管理

  • TASKS

ViaVersion - Spigot, Sponge, BungeeCord, Velocity


Build Status

Allows the connection of higher client versions to lower server versions

Supported Versions:

On Paper you may also use ProtocolSupport, but ensure you have the right build for your server version.

User Docs:https://docs.viaversion.com/display/VIAVERSION/

Sources


OpenNBT

Via Mappings Generator

Mojang mappings (Thank you, Mojang, very cool)

wiki.vg (Used for historic information regarding packet structure, we also contribute back)

Burger (See PAaaS )

Releases / Dev Builds


You can find official releases here:

https://www.spigotmc.org/resources/viaversion.19254/history

You can find official dev builds here:

Jenkins:https://ci.viaversion.com

JavaDocs:https://jd.viaversion.com

Maven Repository:

  1. ``` xml
  2. <repository>
  3.     <id>viaversion-repo</id>
  4.     <url>https://repo.viaversion.com
  5. </repository>
  6. ```

API-artifact:

  1. ``` xml
  2. <dependency>
  3.     <groupId>com.viaversion</groupId>
  4.     <artifactId>viaversion-api</artifactId>
  5.     <version>[4.0.0,5.0.0)</version>
  6.     <scope>provided</scope>
  7. </dependency>
  8. ```

Replace the version depending on your needs.

If you need access to the existing protocol or platform implementations, use the parent artifact viaversion. Please note the differences in licensing.

Building


After cloning this repository, build the project with Gradle by running ./gradlew build and take the created jar out of the build/libs directory.

Mapping Files


Mapping files are generated and managed in our Mappings repository.

License


The entirety of the API directory (including the legacy API directory) is licensed under the MIT License; see licenses/MIT.md for details.

Everything else, unless explicitly stated otherwise, is licensed under the GNU General Public License, including the end product as a whole; see licenses/GPL.md for details.

Special thanks to all our Contributors.
Last Updated: 2023-09-03 19:17:54