An anime game server file backup

totallynotnochi f373827a83 Update README.md for clarity (#2543) vor 1 Woche
.github f1f5b54939 (fix:docker) Fix uploading to container registry vor 1 Jahr
buildSrc 9e5b57a043 Merge `unstable` into `development` (#2173) vor 1 Jahr
docs 74b8de36d3 Updated korean readme to match with latest changes on main english readme. (#2548) vor 1 Woche
gradle 944bfb76f3 Update gradle wrapper (closes #1076) vor 2 Jahren
lib 9e5b57a043 Merge `unstable` into `development` (#2173) vor 1 Jahr
scripts 0f0e7aca68 use pretty_host in domain filtering (#2382) vor 1 Jahr
src d340758614 Fix cannot stop in dispatch-only mode (#2534) vor 5 Monaten
.editorconfig 9e5b57a043 Merge `unstable` into `development` (#2173) vor 1 Jahr
.gitattributes 9e5b57a043 Merge `unstable` into `development` (#2173) vor 1 Jahr
.gitignore f871f261e1 Add Docker Support (#2486) vor 1 Jahr
.gitmodules 9e5b57a043 Merge `unstable` into `development` (#2173) vor 1 Jahr
CODE_OF_CONDUCT.md 4c7051bb6a Update CODE_OF_CONDUCT.md vor 3 Jahren
CONTRIBUTING.md 767e598bea Update banners (closes #1760) vor 2 Jahren
Dockerfile f871f261e1 Add Docker Support (#2486) vor 1 Jahr
LICENSE 3c20f2b032 Change LICENSE to GNU Affero vor 3 Jahren
README.md f373827a83 Update README.md for clarity (#2543) vor 1 Woche
build.gradle 5ebad71e9d Bump to version `1.7.4` vor 1 Jahr
entrypoint.sh f871f261e1 Add Docker Support (#2486) vor 1 Jahr
gradle.properties 9e5b57a043 Merge `unstable` into `development` (#2173) vor 1 Jahr
gradlew 944bfb76f3 Update gradle wrapper (closes #1076) vor 2 Jahren
gradlew.bat 9e5b57a043 Merge `unstable` into `development` (#2173) vor 1 Jahr
keystore.p12 b98860c480 Update the keystore vor 3 Jahren
plugin-schema.json 9e5b57a043 Merge `unstable` into `development` (#2173) vor 1 Jahr
settings.gradle 7925d1cda3 Initial commit vor 3 Jahren
start.cmd 269f7b4fbf Fix typo in start.cmd (#2415) vor 1 Jahr
start_config.cmd 39526cf090 fix java search in start.cmd vor 3 Jahren

README.md

Grasscutter

Documentation GitHub release (latest by date) GitHub GitHub last commit GitHub Workflow Status

Discord - Grasscutter

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:

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.