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

OpenCollab CI link isnt valid at the moment. #75

Closed MattTheTekie closed 1 year ago

MattTheTekie commented 1 year ago

Currently the CI link is pointed at a 404, not sure what's happening within the ORG, or if its a error. Any help would be appreciated. https://ci.opencollab.dev/job/GeyserMC/job/GeyserConnect/job/master/

rtm516 commented 1 year ago

Its no longer built on Jenkins (see this announcement on discord for more information), please get new builds the below. In future I plan on adding GeyserConnect to the downloads API currently used for Geyser and Floodgate. https://github.com/GeyserMC/GeyserConnect/actions/workflows/build.yml

MattTheTekie commented 1 year ago

Its no longer built on Jenkins (see this announcement on discord for more information), please get new builds the below. In future I plan on adding GeyserConnect to the downloads API currently used for Geyser and Floodgate. https://github.com/GeyserMC/GeyserConnect/actions/workflows/build.yml

How do I run this? owner@owner-OptiPlex-790:~/Documents/server/multi$ java -jar GeyserConnect.jar

no main manifest attribute, in GeyserConnect.jar owner@owner-OptiPlex-790:~/Documents/server/multi$

onebeastchris commented 1 year ago

it is a Geyser extension now; not a standalone jar Put the .jar in the Geyser extensions folder; e.g. with Geyser Standalone

MattTheTekie commented 1 year ago

Thank you