项目作者: comp500

项目描述 :
Single-jar server bootstrapper for Fabric loader.
高级语言: Java
项目地址: git://github.com/comp500/bundle-server-launcher.git
创建时间: 2020-10-07T02:14:24Z
项目社区:https://github.com/comp500/bundle-server-launcher

开源协议:Apache License 2.0

下载


Bundle Server Launcher

Bundle Server Launcher (formerly Woven Server Launcher) is a single-jar server bootstrapper for Fabric loader, which does not require an installer for
users to use.

The build task (gradlew build) will make:

  • A complete bundle-fabric jar with all dependencies and configuration bundled, which can be distributed to users
    • Configure what Fabric Loader and Minecraft versions to use in gradle.properties
  • A -base jar containing only the compiled Bundle Server Launcher code, which you can merge yourself with the dependencies
    (Fabric loader, it’s dependencies as listed in meta.fabricmc.net except for guava, and intermediary mappings),
    replacing the jimfs META-INF/services/java.nio.file.spi.FileSystemProvider file with the one provided, and a
    bundle-server-launcher.properties file with appropriate values for launch.mainClass, serverJarUrl and serverJarHash.

The buildMulti task makes JARs for several different Minecraft versions - used for CI

Use the run task to directly run the complete jar.