From c14839b27882c5d7c2e74136b7bceb4cac6de46c Mon Sep 17 00:00:00 2001 From: muhammadeko Date: Fri, 29 Apr 2022 07:19:26 +0700 Subject: [PATCH] update readme --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2d20fbd..56ff4cd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ -Add this line to Grasscutter build.gradle and recompile. -``` -implementation 'commons-logging:commons-logging:1.2' -implementation 'io.jsonwebtoken:jjwt-api:0.11.3' -runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.11.3', 'io.jsonwebtoken:jjwt-gson:0.11.3' -implementation 'org.springframework.security:spring-security-crypto:5.6.3' -``` \ No newline at end of file +#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)