An anime game server file backup

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

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.