Skip to content

Releases: XZot1K/SimplePortals

SimplePortals 1.7.6

04 May 15:14
Compare
Choose a tag to compare
  • Updated dependencies to 1.20.6
  • Fixed versioning issues due to package changes in 1.20.5-1.20.6
  • Fixed particle enumeration name changes

Full Changelog: 1.7.5...1.7.6

SimplePortals 1.7.5

30 Jan 22:35
Compare
Choose a tag to compare
  • Cross-Server now offers an optional MySQL feature, enabling the use of a database for transferring destination coordinates and portal commands to a destination server

    • To determine the coordinates a player will be sent to on their destination server, use the new "/simpleportals <setswitchlocation|ssl> " command
    • Ensure each server on the network has the SimplePortals plugin installed and the MySQL settings are personalized for EACH server (server-name option in particular)
    • Cross-Server commands are simple, just add commands to the origin portal and the plugin will do the rest
  • Portals now save a new location named "Switch Server Location," serving as the destination when players are transferred to another server through the configured portal

    • Use the "/simpleportals <setswitchlocation|ssl> " command to set the "Switch Server Location" to the current position of the command sender
    • The "switch-server-set-message" message in the lang.yml was modified to remind the sender to also set the location
    • Added the "switch-location-set-message", "invalid-world", "invalid-coordinate" message to the lang.yml
  • The "join-protection" option was removed from the config.yml

    • Replaced with the "portal-to-portal-protection" option, now players joining the server, spawning, or teleporting into a portal's region will be restricted from teleporting until they leave the portal area.
  • Force joining will now also force the player to the set location when respawning (unless the player has a bed or a valid spawn point)

  • Fixed an issue causing Nether and End portal replacement locations to not function as intended

EDIT

  • Fixed error on PreJoin when no MySQL database is linked

Full Changelog: 1.7.4...1.7.5

SimplePortals 1.7.4

08 Oct 20:11
Compare
Choose a tag to compare
  • Updated dependencies.
  • Fixed issues with portal delays executing commands before the delay was complete.
  • Fixed the delay command and tab completion.
  • Fixed the cooldown command.

Full Changelog: 1.7.3...1.7.4

SimplePortals 1.7.3

17 Jul 21:40
Compare
Choose a tag to compare
  • Added a customizable delay to all portals separating the "time remaining" feature from the cooldown.
  • Added a portal finding command.
  • Added 1.20.1 Support.
  • All commands that take a portal name as an argument can now accept spaces.
  • All delay titles and messages are now configurable.
  • Fixed several issues with the delay system not working correctly.
  • Fixed an issue with allowing players to run into portals backwards to get launched into the portal instead of away from it.

Full Changelog: 1.7.2...1.7.3

SimplePortals 1.7.2

09 Mar 23:37
Compare
Choose a tag to compare

Plugin Changes

  • Fixed up some old NMS reflection for titles and action bar messages.
  • Fixed an issue with colon parsing for commands attached to portals.

What Changed

Full Changelog: 1.7.1...1.7.2

SimplePortals 1.7.1

27 Jun 16:56
Compare
Choose a tag to compare

1.7 was skipped due to the build being released out in small quantities and those changes being merged into this build.

Plugin Changes

  • Merged old NMS into reflective counterparts.
  • Tested on 1.19_R1 to ensure everything is working.

What's Changed

Full Changelog: 1.6.9...1.7.1

SimplePortals 1.6.9

18 Jan 19:47
Compare
Choose a tag to compare

Includes the small hotfix for the nether/end portal issue

Plugin Changes

  • Fixed an issue allowing vanilla portals to still teleport player within a simple portal.

Full Changelog: 1.6.8...1.6.9

SimplePortals 1.6.8

20 Dec 20:18
Compare
Choose a tag to compare

This build now Includes the API fix from the first build of 1.6.8

Plugin Changes

  • Moved project to Maven.
  • Updated to 1.18.1 dependencies.
  • Fixed an END_GATEWAY issue for 1.8.x users.
  • Fixed an issue with teleporting entities (Exceptions may occur).

Full Changelog: 1.6.7...1.6.8

SimplePortals 1.6.7

05 Sep 00:17
f7cbea0
Compare
Choose a tag to compare

Plugin Changes

  • End portals leading to end islands are now excluded from "end-portal-locations". It will only modify the main end portal in the middle of the main island now. Making this configurable would be the best solution, but this is better than nothing for at least 90% of use cases. (A player in the discord complained about that).
  • Improved command completion
  • Added missing argument "list" to command completion
  • Added the permission "simpleportals.use" to be able to use the basic command / command completion. This also resolves an issue with AdminAnything Tab Completion not showing for non-op players (& potentially other plugins).

SimplePortals 1.6.6

02 Jul 19:35
Compare
Choose a tag to compare

Plugin Changes

  • Adjusted the configuration updater for 1.17 values.
  • Adjusted velocity calculations for teleportation.