TyphoonMC / TyphoonLimbo

Lightweight minecraft limbo server
GNU General Public License v2.0
91 stars 13 forks source link

jar file #37

Open ghost opened 4 years ago

ghost commented 4 years ago

is there a prebiult jar file or something? go build says some components are missing.

unixfox commented 4 years ago

golang doesn't produce a .jar but a compiled binary.

I do have the same error as you though:

# _/tmp/TyphoonLimbo
./config.go:11:13: undefined: typhoon.Location
./config.go:54:13: undefined: typhoon.LoadSchematic
./limbo.go:11:6: core.SetGamemode undefined (type *typhoon.Core has no field or method SetGamemode)
./limbo.go:18:9: spawn.Spawn undefined (type *typhoon.Map has no field or method Spawn)
./limbo.go:20:7: core.SetMap undefined (type *typhoon.Core has no field or method SetMap)

I think it's due to the latest changes about the schematics. Changing the git head to the commit https://github.com/TyphoonMC/TyphoonLimbo/commit/3d7601405728e7f48694b0aacef39fa1638888c2 fixed the binary building.