-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete signature & Automatic detect the packet ID
- Loading branch information
1 parent
7dd7a58
commit e315cb5
Showing
10 changed files
with
198 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
mapper: | ||
"MINECRAFT_1_19_3": 0x20 | ||
"MINECRAFT_1_19_4": 0x06 | ||
"MINECRAFT_1_20_5": 0x07 | ||
"MINECRAFT_1_21_2": 0x08 | ||
761: 0x20 | ||
762: 0x06 | ||
765: 0x07 | ||
768: 0x08 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
1. 编译 velocity | ||
2. 复制 proxy 和 api 下带 SNAPSHOT 的 jar 进来 | ||
1. 手动编译 | ||
1. 编译 velocity | ||
2. 复制 proxy 和 api 下带 SNAPSHOT 的 jar 进来 | ||
|
||
例子: | ||
|
||
``` | ||
git clone --depth 1 https://github.com/PaperMC/Velocity Velocity | ||
cd Velocity | ||
gradle build | ||
cp proxy/build/libs/velocity-proxy-*-SNAPSHOT.jar ../ | ||
cp api/build/libs/velocity-api-*-SNAPSHOT.jar ../ | ||
``` | ||
例子: | ||
|
||
``` | ||
git clone --depth 1 https://github.com/PaperMC/Velocity Velocity | ||
cd Velocity | ||
gradle build | ||
cp proxy/build/libs/velocity-proxy-*-SNAPSHOT.jar ../ | ||
cp api/build/libs/velocity-api-*-SNAPSHOT.jar ../ | ||
``` | ||
2. Gradle自动编译 | ||
1. 在根目录下运行 `./gradlew MultiLogin:velocity:getLatestVelocity` 或 `gradle MultiLogin:velocity:getLatestVelocity` |
Oops, something went wrong.