2022-04-19 20:31:15 +08:00
2023-05-23 17:52:46 +08:00
2022-04-19 20:31:15 +08:00
2023-05-22 02:46:06 +08:00
2022-04-19 20:31:15 +08:00
2023-05-11 01:09:15 +08:00
2022-06-10 05:10:45 +08:00
2022-04-19 20:31:15 +08:00
2023-02-07 19:37:39 +08:00

CatServer (1.16.5)

CatServer is a high-performance Forge+Bukkit+Spigot server
The early 1.16.5 version was co-developed with the LoliServer project team. Currently supports most mods and plugins to run stably stably
It will now continue to be maintained as a fork of LoliServer, providing better optimization and compatibility
You can download the latest version from Jenkins

All versions of CatServer:

Version Status
1.18.2 Active
1.16.5 LTS/STABLE
1.12.2 LTS/STABLE

QQ Group: 591257 | Telegram: @CatServer | Discord: 点击加入

Features

Use self-writing optimization and some Paper optimization to greatly improve performance
Have a powerful Remap system to ensure good plugin compatibility
Good compatibility with FakePlayer
Fix most vanilla bug to safety
Configuration provide user-friendly options
Provide API to allow plugins to interact with mods easily

Installation

  1. Download or build the latest server
  2. Create startup script and run (Sample script: java -Xmx2G -jar CatServer-1.16.5-xxxxxxx-server.jar)
  3. Wait for the libraries file download complete on the first startup

Building

  • 1.Clone 1.16.5 branch: git clone -b 1.16.5 https://github.com/Luohuayu/CatServer.git
  • 2.Change directory: cd CatServer
  • 3.Setup project: gradlew setup
  • 4.Generate patch(If you modify the Minecraft code): gradlew genPatches
  • 5.Build: gradlew buildCatServer

Generate dependency

  1. Run the server, Wait for the libraries to be downloaded and generate the SRG
  2. Import the following jar in order as dependencies (Add more libraries if you need to use):
libraries/net/minecraftforge/forge/{MC_VERSION}-{FORGE_VERSION}/forge-{MC_VERSION}-{FORGE_VERSION}-universal.jar
libraries/net/minecraftforge/forge/{MC_VERSION}-{FORGE_VERSION}/forge-{MC_VERSION}-{FORGE_VERSION}-server.jar
libraries/net/minecraft/server/{MC_VERSION}-{MCP_VERSION}/server-{MC_VERSION}-{MCP_VERSION}-srg.jar
libraries/net/minecraftforge/eventbus/{EVENTBUS_VERSION}/eventbus-{EVENTBUS_VERSION}.jar
libraries/net/minecraftforge/forgespi/{SPI_VERSION}/forgespi-{SPI_VERSION}.jar
S
Description
高性能和高兼容性的1.12.2/1.16.5/1.18.2版本Forge+Bukkit+Spigot服务端 (A high performance and high compatibility 1.12.2/1.16.5/1.18.2 version Forge+Bukkit+Spigot server)
Readme
33 MiB
Languages
Java 100%