Releases: sekwah41/Advanced-Portals
v0.8.0
🚀 Enhancement
- feat: Allow the ability to disable the proxy warning message #292 (@maldahleh)
🐛 Bug Fix
- chore(deps): Update Deps (@renovate-bot)
- chore(ci): Update rennovate config (@sekwah41)
Authors: 2
- Mohammed Al-Dahleh (@maldahleh)
- WhiteSource Renovate (@renovate-bot)
v0.7.2
🐛 Bug Fix
- fix: Issue where portal events activate too early in survival #280 (@sekwah41)
- chore(deps): update dependency com.velocitypowered:velocity-api to v1.1.9 #278 (@renovate-bot)
- chore(deps): update dependency gradle to v7.1.1 #277 (@renovate-bot)
Authors: 2
- Sekwah (@sekwah41)
- WhiteSource Renovate (@renovate-bot)
v0.7.1
🐛 Bug Fix
- fix: Access to portal warp command locked behind wrong perm #275 (@sekwah41)
- chore(deps): update dependency gradle to v7 #271 (@renovate-bot)
Authors: 2
- Sekwah (@sekwah41)
- WhiteSource Renovate (@renovate-bot)
v0.7.0
🚀 Enhancement
🐛 Bug Fix
- chore(deps): update dependency net.md-5:bungeecord-api to v1.16-r0.4 #269 (@renovate-bot)
- chore(ci): removed verbose mode for release (@sekwah41)
- chore(deps): update dependency com.google.code.gson:gson to v2.8.7 #262 (@renovate-bot)
- chore(deps): update dependency gradle to v6.9 #267 (@renovate-bot)
- chore(deps): update dependency com.velocitypowered:velocity-api to v1.1.8 #266 (@renovate-bot)
Authors: 2
- Sekwah (@sekwah41)
- WhiteSource Renovate (@renovate-bot)
v0.6.1
🐛 Bug Fix
- chore(ci): Remove isDevBranch remains #265 (@sekwah41)
- chore(ci): Fix forgotten sha in build gradle #264 (@sekwah41)
- chore(ci): Update version-bumping task order #263 (@sekwah41)
- chore(deps): pin dependencies #261 (@renovate-bot)
- fix: Spigot 1.17 error message #260 (@sekwah41)
- chore(ci): Swapping build pipeline (@sekwah41)
- ci: Fixed java version (@sekwah41)
- ci: Fix changelog reference (@sekwah41)
- ci: Updated build pipelines to newer module (@sekwah41)
Authors: 2
- Sekwah (@sekwah41)
- WhiteSource Renovate (@renovate-bot)
Added Velocity Modern Forwarding Support
As the title says. Check https://github.com/sekwah41/Advanced-Portals/blob/release/spigot-1.13-1.16/docs/CHANGELOG.md for full changelogs.
Just a notice we likely won't be keeping the released up to date unless I automate it. So check dev.bukkit.org/bukkit-plugins/advanced-portals/ for all available versions and the above changelogs to see what features are added in each version.
Added Velocity Support
Added support for Velocity.
Also fixed some issues with entity teleporting.
Fixed issue with command portals multi triggering
- Added fix for command portals spam triggering if they didn't teleport you out.
- Made portals not activate if you were teleported into them by another portal (to allow linking zones like a star trek warp pad)
Extra checks added to help slow join connections
- Extra checks added by @tmantti to fix slow connections to new servers from activating the destination location too quick.
Fixed packet exploit
- Fixed packet exploit affecting destinations (only effecting versions 0.5.0 to 0.5.5).
I was only notified about this earlier today. Luckily only destinations were effected, so people were only able to teleport users to set destinations forcefully. The fixes will disable advanced features for anyone who doesn't have bungee setup correctly to protect the users not using bungee especially.
Who is effected? Anyone using 0.5.0 to 0.5.5. Upgrading should fix it all.
It seems that this specific issue is quite widespread so you may want to check any plugins that use bungee packets to trigger features. Thanks to nyxoh for pointing this issue out.
This effects servers both using and not using bungee so everyone should update to avoid this issue. It seems these checks are not carried out on quite a few plugins so be cautious if you have any plugins that communicate with bungee in some way (though I am unsure if bungee will capture it, you may be just at risk if you don't use bungee).
In the future to avoid possibly worse issues than this, more testing will be going on, especially surrounding features that use packets. I feel its better to be open and clear about this rather than quietly sweep it under the rug.