CloudNetService / CloudNet

A modern application that can dynamically and easily deliver Minecraft oriented software
https://cloudnetservice.eu
Apache License 2.0
367 stars 115 forks source link

feat: support limbo (LOOHP) minecraft servers #1412

Closed whereareiam closed 1 month ago

whereareiam commented 1 month ago

Motivation

Plug-and-play environment for Limbo/Auth servers, capable of hosting many players.

Modification

Modified versions file, node, platform-inject-support (processor&runtime) to support new platform. Added new platform to bridge module.

Result

New environment can be used for services under CloudNet.

Other context

1020

0utplay commented 1 month ago

Is this tested? Because I think the plugin.yml won't work with that name https://github.com/LOOHP/Limbo/blob/master/src%2Fmain%2Fjava%2Fcom%2Floohp%2Flimbo%2Fplugins%2FPluginManager.java#L66

whereareiam commented 1 month ago

Is this tested? Because I think the plugin.yml won't work with that name https://github.com/LOOHP/Limbo/blob/master/src%2Fmain%2Fjava%2Fcom%2Floohp%2Flimbo%2Fplugins%2FPluginManager.java#L66

image
0utplay commented 1 month ago

Looks good so far. I just have one last thing. Please remove the https://maven.scijava.org/content/repositories/public/ repository. https://repository.derklaro.dev/#/releases/com/github/Querz/NBT/5.5 is mirroring this dependency so we dont have to add the extra repo

0utplay commented 1 month ago

Thanks for your contribution!

0utplay commented 1 month ago

Fixes #1020