grasscutters/grasscutter

A server software reimplementation for a certain anime game.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 23 minutes ago
Added to GitGenius on September 3rd, 2026
Created on April 17th, 2022
Open Issues & Pull Requests: 152 (+0)
GitHub issues: Enabled
Number of forks: 4,282
Total Stargazers: 16,808 (+0)
Total Subscribers: 184 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Grasscutter is a server software reimplementation for an anime game, written in Java and designed to run private servers.

The project addresses the desire to run a private instance of the game by reimplementing the server-side logic. It handles core gameplay systems including login, combat, friends lists, teleportation, the gacha system, cooperative play, monster spawning via console, and inventory management such as receiving items and characters and upgrading them. The implementation uses the KCP protocol for network communication.

Grasscutter suits developers and players interested in running private game servers or studying game server architecture. The project requires Java 17 and MongoDB Community Server to operate. It is version-locked to specific game releases; users must match their Grasscutter version to their game client version and cannot mix versions across different releases. The README does not compare the tool to alternatives.

The project is not actively maintained and has not kept pace with recent game updates beyond version REL4.0.1. The maintainers have explicitly stated they will not provide official support for beta or unofficial versions of the software, though community support remains available through Discord. A build workflow is configured and monitored through GitHub Actions.