GeyserMC / GeyserConnect

GeyserConnect is an easy way for bedrock clients to connect to any Java edition servers without having to run anything.
https://geysermc.org
MIT License
196 stars 41 forks source link

No main class in resulting jar file #78

Closed stolencode closed 1 year ago

stolencode commented 1 year ago

If compiled as is, build results in a GeyserConnect.jar without a main class

onebeastchris commented 1 year ago

The new GeyserConnect jar isn't a standalone program, but a Geyser extension. For usage, create a Geyser-Standalone server, with the GeyserConnect jar in the extensions folder - that way, you can use GeyserConnect like you're used to, but with more flexibility over Geyser related configuration

stolencode commented 1 year ago

Thanks for the clarification. I'll try that. Been a little while since i visited this project, I had a customer demo I was doing building the older maven build in a Tekton pipeline. I'm going to have to do a little homework I guess