feat: updated readme
This commit is contained in:
parent
77e8844eee
commit
d804fb1207
3 changed files with 3 additions and 39 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -26,5 +26,4 @@ bin/
|
|||
!**/src/test/**/bin/
|
||||
|
||||
### Server ###
|
||||
run/
|
||||
CHANGELOG.secret.log
|
||||
run/
|
14
README.md
14
README.md
|
@ -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 |
|
||||
|
|
|
@ -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:
|
Loading…
Reference in a new issue