readme update

This commit is contained in:
MeexReay 2024-12-30 18:11:46 +03:00
parent 30d9614ad6
commit 71f7c52098
2 changed files with 46 additions and 3 deletions

42
.gitignore vendored Normal file
View File

@ -0,0 +1,42 @@
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/
### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/
### Mac OS ###
.DS_Store

View File

@ -1,6 +1,7 @@
# AuthMeAutoLogin
Logins on all players automatically after reload
# PutOn
Allow putting on any items on the armor slots
Requires:
- Spigot 1.17.1 (or newer)
- AuthMe
- Java 17 (or newer)
- AuthMe (must be with command "authme forcelogin <player>")