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)