feat: updated readme

This commit is contained in:
ineanto 2024-09-29 20:35:15 +02:00
parent 77e8844eee
commit d804fb1207
Signed by: ineanto
GPG key ID: E511F9CAA2F9CE84
3 changed files with 3 additions and 39 deletions

3
.gitignore vendored
View file

@ -26,5 +26,4 @@ bin/
!**/src/test/**/bin/
### Server ###
run/
CHANGELOG.secret.log
run/

View file

@ -19,21 +19,11 @@ https://www.spigotmc.org/resources/nicko.113868/
---
## Q/A
Q: Players are getting kicked when they send a message on versions above 1.19.2!
A:
This should not happen.
Try installing [NoEncryption](https://www.spigotmc.org/resources/noencryption.102902/).
---
#### Version compatibility table
| Version | Plugin |
|---------------|----------------------------------------------------------------------------|
| 1.7 and lower | Unsupported |
| 1.8 - 1.12.2 | Use [NickReloaded](https://www.spigotmc.org/resources/nickreloaded.46335/) |
| 1.13 to 1.18 | Unsupported |
| 1.19 - 1.20 | Use Nicko |
| 1.13 to 1.19 | Unsupported |
| 1.20 - 1.21 | Use Nicko |

View file

@ -1,25 +0,0 @@
# Nicko's docker-compose.yml
# Used for debug and test purposes.
version: '3.1'
services:
db:
image: mariadb:latest
restart: no
environment:
MARIADB_DB: db
MARIADB_ROOT_PASSWORD: 12345
volumes:
- mysql:/var/lib/mysql
ports:
- "3306:3306"
redis:
image: redis
restart: no
ports:
- "6379:6379"
volumes:
mysql: