Go to file
2022-04-29 07:19:26 +07:00
.gradle update .gitignore 2022-04-29 07:14:18 +07:00
gradle/wrapper Convert auth-system to plugin 2022-04-29 05:28:46 +07:00
src/main change jwt lib 2022-04-29 07:13:27 +07:00
.gitignore update .gitignore 2022-04-29 07:14:18 +07:00
build.gradle change jwt lib 2022-04-29 07:13:27 +07:00
gradlew Convert auth-system to plugin 2022-04-29 05:28:46 +07:00
gradlew.bat Convert auth-system to plugin 2022-04-29 05:28:46 +07:00
README.md update readme 2022-04-29 07:19:26 +07:00
settings.gradle Convert auth-system to plugin 2022-04-29 05:28:46 +07:00

#GCAuth Grasscutter Authentication System ###Usage :

  • Place jar inside plugins folder of Grasscutter.
  • To change hash algorithm change Hash in config.json inside plugins/GCAuth (Only Bcrypt and Scrypt is supported)
  • To enable/disable plugin change Enable config.json inside plugins/GCAuth (enabled by default)