Skip to content

Releases: sekwah41/Advanced-Portals

v0.7.1

30 Jun 09:23
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 2

v0.7.0

27 Jun 20:29
Compare
Choose a tag to compare

🚀 Enhancement

  • feat: Added missing commands from tab complete #270 (@sekwah41)

🐛 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

v0.6.1

27 Jun 18:21
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 2

Added Velocity Modern Forwarding Support

20 May 23:27
Compare
Choose a tag to compare

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

30 Dec 03:47
Compare
Choose a tag to compare

Added support for Velocity.

Also fixed some issues with entity teleporting.

Fixed issue with command portals multi triggering

27 Oct 11:07
Compare
Choose a tag to compare
  • 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

16 Jul 23:01
Compare
Choose a tag to compare
  • Extra checks added by @tmantti to fix slow connections to new servers from activating the destination location too quick.

Fixed packet exploit

02 Jul 02:05
Compare
Choose a tag to compare
  • 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.

Updated to 1.16

25 Jun 23:44
Compare
Choose a tag to compare
  • Added support for 1.16
  • Reworked chat menus to better use Spigot API
  • Changed edit menu to have Activate instead of Teleport to destination

Future version support should be better now references to CraftBukkit have been completely removed now.

Fixed portals warp and added end gateway beam disabling

21 Jun 02:34
Compare
Choose a tag to compare
  • Added bungee backup methods to ensure bungee and desti work correctly together
  • Fixed protection region issue
  • Reworked the warp command and fixed the surrounding permissions
  • Disabling gateway beams is now enabled for placing the blocks as well as by a few other means