Created 1.18 R1 (plugin's native version) nms package.

Created 1.18 R1 handling of sending player abilities packet and tested on spigot.
Documented force_protocolib config.
This commit is contained in:
alexcrea 2024-08-08 23:37:43 +02:00
parent 6c5eab6fff
commit 0f2a295039
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
15 changed files with 201 additions and 67 deletions

View file

@ -2,3 +2,5 @@ rootProject.name = "CustomAnvil"
include("nms:nms-common")
findProject(":nms:nms-common")?.name = "nms-common"
include("nms:v1_18R1")
findProject(":nms:v1_18R1")?.name = "v1_18R1"