add nms for (need spigot source to compile. temporary)

This commit is contained in:
alexcrea 2024-12-03 19:48:08 +01:00
parent 71dd823d3e
commit 33892a8588
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
6 changed files with 85 additions and 0 deletions

View file

@ -7,6 +7,7 @@ import org.bukkit.entity.Player
import xyz.alexcrea.cuanvil.dependency.packet.PacketManager
import xyz.alexcrea.cuanvil.dependency.packet.PacketManagerBase
// Todo: replace it by the mojang mapped version when paper dev bundle release
class V1_21R2_PacketManager : PacketManagerBase(), PacketManager {
override val canSetInstantBuild: Boolean
get() = true