ZulfBungee

Addon ZulfBungee v0.9.9-pre7

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

Bug Fixes

- 1.20.2 and up is now supported meaning you won't be spammed with errors in console, works out of the box on 1.21.4. As a result, 1.12 and below has been dropped. (Skript hasn't supported it since 2.6.4 anyway)
- Redone some internals to hopefully fix strange connection issues
- You can now compare proxy players and servers to text e.g. if current server is "test"
- on player switch server now works on Velocity
- MySQL works again
- Server messages now support any data type, not just text, e.g.:
Code:
on block place:
    set {_data::*} to event-block's location, event-block's type
    if this server is proxy server "test":
        write to the proxy server "test2" with data {_data::*} called "blockbreak"

on proxy server message called "blockbreak":
    set {_block::*} to event-data
    set block at {[i]block::1} to {[/i]block::2}

Syntax changes
- As you see below, sending server messages is now done using: (send|message|write) [a] [message] [to] %proxyservers% [(the message|[with] [the] data)] %objects% (named|called|[with] title[d]) %string%
- Proxy server and player expressions have been re-added, so that text can be parsed as either.

Known issues
- Console text colours don't work still, need to switch over to using MiniMessage

Notes
Please continue to report issues on the tracker, thanks for your continued support <3
Bug fixes

- Done some work to hopefully fix crashes like #36 and #35.

Potential known issues
- If you get an error on the proxy relating to the database, please report it!
Bug fixes
- Channel connections should be much more stable now, but this needs some testing!
- Most other crashes should have been fixed too.

Code changes
- Refactoring of how the proxy loads the plugin, much less messy.

As always, please report issues!
Full Changelog: https://github.com/Zulfen/ZulfBungee/compare/v0.9.9-pre3...v0.9.9-pre4
Bug fixes
- Connections should gracefully close now, so no more async errors in console I hope!
- Fix potential crash with channel connections

Full Changelog: https://github.com/Zulfen/ZulfBungee/compare/v0.9.9-pre2...v0.9.9-pre3
Bug fixes
- Fixes potential incorrect disconnects due to wrong configuration which is actually fine.

Full Changelog: https://github.com/Zulfen/ZulfBungee/compare/v0.9.9-pre1...v0.9.9-pre2
Pre-release version for testing.
Bug fixes
- Fixes the on proxy player connect event firing while switching servers on Velocity.
- Fixes potential network variable errors.
New features:
- Syntax to register and deregister servers from the proxy dynamically:
- register [a] [new] server [with the proxy] [(named|called)] %string% with (IP|address) %string% [and] [with] port %number%
- (de|un)register [a] server [from the proxy] [(named|called)] %string%

As ever, report bugs if needed!

Full Changelog: https://github.com/Zulfen/ZulfBungee/compare/v0.9.8...v0.9.9-pre1
Adds lots of new features!
Check here for the changelog:
https://github.com/Zulfen/ZulfBungee/releases/tag/v0.9.8