An anime game server file backup

github-actions 175e7f5f09 Format code [skip actions] 1 год назад
.github 9e5b57a043 Merge `unstable` into `development` (#2173) 1 год назад
buildSrc 9e5b57a043 Merge `unstable` into `development` (#2173) 1 год назад
docs 73acfa1178 Update README_zh-TW (#2261) 1 год назад
gradle 944bfb76f3 Update gradle wrapper (closes #1076) 2 лет назад
lib 9e5b57a043 Merge `unstable` into `development` (#2173) 1 год назад
scripts 9e5b57a043 Merge `unstable` into `development` (#2173) 1 год назад
src 175e7f5f09 Format code [skip actions] 1 год назад
.editorconfig 9e5b57a043 Merge `unstable` into `development` (#2173) 1 год назад
.gitattributes 9e5b57a043 Merge `unstable` into `development` (#2173) 1 год назад
.gitignore 9e5b57a043 Merge `unstable` into `development` (#2173) 1 год назад
.gitmodules 9e5b57a043 Merge `unstable` into `development` (#2173) 1 год назад
CODE_OF_CONDUCT.md 4c7051bb6a Update CODE_OF_CONDUCT.md 2 лет назад
CONTRIBUTING.md 767e598bea Update banners (closes #1760) 2 лет назад
LICENSE 3c20f2b032 Change LICENSE to GNU Affero 2 лет назад
README.md 8c2d00fcd3 fix README.md build badge (#2243) 1 год назад
build.gradle 6afa1bf276 Bump to `1.6.2` & Fix handbook generation error 1 год назад
gradle.properties 9e5b57a043 Merge `unstable` into `development` (#2173) 1 год назад
gradlew 944bfb76f3 Update gradle wrapper (closes #1076) 2 лет назад
gradlew.bat 9e5b57a043 Merge `unstable` into `development` (#2173) 1 год назад
keystore.p12 b98860c480 Update the keystore 2 лет назад
plugin-schema.json 9e5b57a043 Merge `unstable` into `development` (#2173) 1 год назад
settings.gradle 7925d1cda3 Initial commit 3 лет назад
start.cmd 39526cf090 fix java search in start.cmd 2 лет назад
start_config.cmd 39526cf090 fix java search in start.cmd 2 лет назад

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)

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.