Skip to content

Releases: ProxioDev/ValioBungee

new api features and bug fixes

31 Jul 14:16
Compare
Choose a tag to compare

changes and additions:

  • Deprecated RedisBungee.getApi(), but it wont be removed to maintain old plugins
  • new api methods!
 /**
     * This gets Redis Bungee Jedis pool
     *
     * @return {@link JedisPool}
     * @since 0.6.5
     */
    public JedisPool getJedisPool() {
        return this.plugin.getPool();
    }

    /**
     * This alternative to {@link RedisBungee#getApi()}
     * which now deprecated. but to maintain old plugins compatibility it won't be removed.
     *
     * @return the API instance.
     * @since 0.6.5
     */
    public static RedisBungeeAPI getRedisBungeeApi() {
        return redisBungeeApi;
    }

Fixed:

  • Player being added into the Redis database if LoginEvent was cancelled..... (#16) (#12)
  • If user uses different implementation it would show an error, but plugin will still load.

Hot-fix and change requirement of redis-server version

21 Jul 12:22
Compare
Choose a tag to compare

What fixed?:

  • Fixed issue that makes redis bungee fail on startup due some bungeecord forks implementations #15 (thanks @foss-mc)

What changed?:

  • Redis bungee no longer supports version below redis 6, due increasing reports of issues

Minor bugs fixes update

21 May 00:00
Compare
Choose a tag to compare
  • Fixed the placeholder api not working correctly #6

  • implemented Persistent random server id generation #5 thanks @weihao

  • fixed bug related to last update

Random ID UPDATE!

17 May 18:45
8df8d96
Compare
Choose a tag to compare

ADDED:

  • Random server id please regenerate your config to see the new added config values

CHANGES:

  • this related to last update(Changed the log output from fatal to warning)

Small bug fix update!

13 May 18:51
76721cd
Compare
Choose a tag to compare

Fixed:

#1 Thanks @meerpaluten , @mattmalec

ssl update!

07 Jan 19:39
Compare
Choose a tag to compare
ssl update! Pre-release
Pre-release

added:

  • SSL support!