mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-22 20:28:00 +00:00
Update README.md
This commit is contained in:
parent
b16a7d4cbc
commit
b58e503ec7
@ -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:
|
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.
|
* 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
|
```java
|
||||||
// this will be broken
|
// this will be broken
|
||||||
RedisBungee plugin = ...;
|
RedisBungee plugin = ...;
|
||||||
|
Loading…
Reference in New Issue
Block a user