Go to file
2023-08-26 17:53:28 -04:00
.github Merge unstable into development (#2173) 2023-05-31 23:48:16 -04:00
buildSrc/src/main/java/emu/grasscutter/gen Merge unstable into development (#2173) 2023-05-31 23:48:16 -04:00
docs Update README_zh-TW (#2261) 2023-07-12 22:01:20 -04:00
gradle/wrapper Update gradle wrapper (closes #1076) 2022-11-05 15:03:00 +10:30
lib Merge unstable into development (#2173) 2023-05-31 23:48:16 -04:00
scripts Merge unstable into development (#2173) 2023-05-31 23:48:16 -04:00
src feat: ability to register new achievements 2023-08-26 17:53:28 -04:00
.editorconfig Merge unstable into development (#2173) 2023-05-31 23:48:16 -04:00
.gitattributes Merge unstable into development (#2173) 2023-05-31 23:48:16 -04:00
.gitignore Merge unstable into development (#2173) 2023-05-31 23:48:16 -04:00
.gitmodules Merge unstable into development (#2173) 2023-05-31 23:48:16 -04:00
build.gradle Run formatter & bump version 2023-08-14 18:53:23 -04:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Update banners (closes #1760) 2022-09-11 21:05:16 +09:30
gradle.properties Merge unstable into development (#2173) 2023-05-31 23:48:16 -04:00
gradlew Update gradle wrapper (closes #1076) 2022-11-05 15:03:00 +10:30
gradlew.bat Merge unstable into development (#2173) 2023-05-31 23:48:16 -04:00
keystore.p12
LICENSE
plugin-schema.json Merge unstable into development (#2173) 2023-05-31 23:48:16 -04:00
README.md fix README.md build badge (#2243) 2023-07-01 01:17:03 -04:00
settings.gradle
start_config.cmd
start.cmd

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)

Quick setup guide

Note: For support please join our Discord.

Quick Start (automatic)

Building

Grasscutter uses Gradle to handle dependencies & building.

Requirements:

Windows
git clone --recurse-submodules https://github.com/Grasscutters/Grasscutter.git
cd Grasscutter
.\gradlew.bat # Setting up environments
.\gradlew jar # Compile
Linux (GNU)
git clone --recurse-submodules https://github.com/Grasscutters/Grasscutter.git
cd Grasscutter
chmod +x gradlew
./gradlew jar # Compile

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.