Add support for protocol version 1.21.100 (#12)

This commit is contained in:
Akmal Fairuz
2025-08-13 21:37:46 +07:00
committed by GitHub
parent d3fae5d3be
commit d9d8b0bc75
50 changed files with 9667 additions and 135 deletions

View File

@@ -2,15 +2,16 @@ package main
import (
"errors"
"log"
"os"
"sync"
"time"
"github.com/akmalfairuz/legacy-version/legacyver"
"github.com/pelletier/go-toml"
"github.com/sandertv/gophertunnel/minecraft"
"github.com/sandertv/gophertunnel/minecraft/auth"
"golang.org/x/oauth2"
"log"
"os"
"sync"
"time"
)
// The following program implements a proxy that forwards players from one local address to a remote address.