Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
G

Grasscutter

> 编程语言
Open source

A server software reimplementation for a certain anime game.

16.8K stars0 likes0 views
WebsiteGitHub

About

A server software reimplementation for a certain anime game.

EN | 简中 | 繁中 | FR | ES | HE | RU | PL | ID | KR | FIL/PH | NL | JP | IT | VI

Attention: We always welcome contributors to the project. Before adding your contribution, please carefully read our Code of Conduct.

Current features

  • Logging in
  • Combat
  • Friends list
  • Teleportation
  • Gacha system
  • Co-op partially works
  • Spawning monsters via console
  • Inventory features (receiving items/characters, upgrading items/characters, etc)

Foreward

Grasscutter beyond the latest release will have no handholding in terms of instructions.

Grasscutter has not been actively maintained and currently (as of January 12th, 2025) only works up to version REL4.0.1 (introduction to Fontaine). If you have a beta version/unofficial version of Grasscutter, this guide should theoretically still work, however, we will not provide official support these versions. You can still try your luck in the Discord if you are stuck, but please don't act entitled.

Quick setup guide

Note: For support please join our Discord.

Quick Start (automatic)

  • Get Java 17

  • Get MongoDB Community Server

  • Get game version REL4.0.x (If you don't have a 4.0.x client, you can find it here and open any of the links to download it): 4.0.x Client-github 4.0.x Client-cloud drive

  • UPDATE JAN 12, 2025: YOU CANNOT MIX AND MATCH GAME VERSIONS AND SERVER VERSIONS, PLEASE DOWNLOAD THE CORRECT VERSION OF GRASSCUTTER FOR YOUR VERSION OF THE GAME.

  • Download the latest Cultivation version. Use the .msi installer.

  • After opening Cultivation (as admin), press the download button in the upper right corner.

  • Click Download All-in-One

  • Click the gear in the upper right corner

  • Set the game Install path to where your game is located.

  • Set the Custom Java Path to C:\Program Files\Java\jdk-17\bin\java.exe

  • Leave all other settings on default

  • Click the small button next to launch.

  • Click the launch button.

  • Log in with whatever username you want. Password can be anything.

Building

Grasscutter uses Gradle to handle dependencies & building.

Requirements:

  • Java Development Kit 17 or higher
  • Git
  • NodeJS (Optional, for building the handbook)
Clone
git clone --recurse-submodules https://github.com/Grasscutters/Grasscutter.git
cd Grasscutter
Compile

Note: Handbook generation may fail on some systems. To disable the handbook generation, append -PskipHandbook=1 to the gradlew jar command.

Windows:

.\gradlew.bat # Setting up environments
.\gradlew jar

Linux (GNU):

chmod +x gradlew
./gradlew jar
Compiling the Handbook (Manually)

With Gradle:

./gradlew generateHandbook

With NPM:

cd src/handbook
npm install
npm run build

You can find the output jar in the root of the project folder.

Troubleshooting

For a list of common issues and solutions and to ask for help, please join our Discord server and go to the support channel.

GitHub Issues· 152 open

View all on GitHub
  • #2562

    If I obtain a specific version of a .proto file(4.8.0), how do I configure the project to support that version?

    enhancementsuggestionUpdated Aug 17, 2026
  • #2559

    [Question] 我尝试将该项目移植到4.8,目前账号登录正常工作,但进门后白屏,然后提示“服务器响应超时,请重新登录”。我还应该改些什么才能让它正常工作?

    enhancementsuggestionUpdated Aug 7, 2026
  • #2554

    [Bug]

    bugUpdated May 8, 2026
  • #2501

    [Feature Request] 怎么一键点亮所有的神像和传送锚点?

    enhancementsuggestionUpdated May 6, 2026
  • #2558

    [Bug] 登录显示“参数无效,请重试”,密码是正确的,也注册过新的账号重试也无效

    bugUpdated Apr 8, 2026
  • #2557

    安卓端怎么在登录账号以后自动下载更新资源文件,跟官服一样

    enhancementsuggestionUpdated Feb 17, 2026
  • #2515

    [Bug] 网络响应超时,是否重新登录?

    bugUpdated Oct 21, 2025
  • #2512

    [Question]想要把这个项目支持4.6

    enhancementsuggestionUpdated Oct 2, 2025
  • #2552

    [Bug] 修改Shop.json无效,已重启服务器,且GCTools不认

    bugUpdated Sep 1, 2025
  • #2461

    [Bug] 4.0版本没有商城,加插件也加不进去

    bugUpdated Mar 15, 2025

Highlights

  • •Logging in
  • •Friends list
  • •Teleportation
  • •Gacha system
  • •Co-op *partially* works
  • •Spawning monsters via console
  • •Inventory features (receiving items/characters, upgrading items/characters, etc)
  • •Get Java 17
  • •Get MongoDB Community Server
  • •Get game version REL4.0.x (If you don't have a 4.0.x client, you can find it here and open any of the links to download it):

> Tags

Javajavakcpprivate-serverserver

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言