@@ -6,7 +6,7 @@ server_name = A Mojang Yggdrasil Server
|
||||
implementation_name = go-yggdrasil-server
|
||||
|
||||
;版本
|
||||
implementation_version = v0.1
|
||||
implementation_version = v0.0.1
|
||||
|
||||
;皮肤、披风材质白名单
|
||||
skin_domains = .example.com, localhost
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "yggdrasil-go",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --host",
|
||||
|
2
main.go
2
main.go
@@ -65,7 +65,7 @@ func main() {
|
||||
meta := MetaCfg{
|
||||
ServerName: "A Mojang Yggdrasil Server",
|
||||
ImplementationName: "go-yggdrasil-server",
|
||||
ImplementationVersion: "v0.1",
|
||||
ImplementationVersion: "v0.0.1",
|
||||
SkinDomains: []string{".example.com", "localhost"},
|
||||
SkinRootUrl: "http://localhost:8080",
|
||||
}
|
||||
|
Reference in New Issue
Block a user