Update README.md

This commit is contained in:
mohammed Alteniji 2022-07-26 15:38:01 +04:00 committed by GitHub
parent b16a7d4cbc
commit b58e503ec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ This fork ensures compiability with old plugins, so it should work as drop repla
but since Api has been split from the platform there some changes that have to be done, so your plugin might not work if:
* your plugin has used Internal classes of RedisBungee like getting the `JedisPool` or something else.
because RedisBungee is no longer an Plugin for example:
because `RedisBungee.java` is no longer an Plugin for example:
```java
// this will be broken
RedisBungee plugin = ...;