chat package will not ignore the translate message now, but return the row msg.
This commit is contained in:
10
yggdrasil/yggdrasil.go
Normal file
10
yggdrasil/yggdrasil.go
Normal file
@ -0,0 +1,10 @@
|
||||
// Package yggdrasil implement Yggdrasil protocol.
|
||||
//
|
||||
// Minecraft 1.6 introduced a new authentication scheme called Yggdrasil
|
||||
// which completely replaces the previous authentication system.
|
||||
// Mojang's other game, Scrolls, uses this method of authentication as well.
|
||||
// Mojang has said that this authentication system should be used by everyone for custom logins,
|
||||
// but credentials should never be collected from users. ----- https://wiki.vg
|
||||
package yggdrasil
|
||||
|
||||
var Server = ""
|
Reference in New Issue
Block a user