Skip to content

Releases: XZot1K/SimplePortals

SimplePortals 1.5.6

15 Jan 21:41
Compare
Choose a tag to compare

API Changes

  • Removed the "copy" method from the "SimplePortals" class.
  • The "PortalEnterEvent" now requires an "Entity" parameter rather than a "Player" parameter.
  • The "performAction" method within the "Portal" class now requires an "Entity" parameter rather than a "Player" parameter.
  • The "teleportPlayerWithEntity" method was reworked with new parameters and renamed to "teleportWithEntity".

Plugin Changes

  • Implemented a new portal system to allow vehicles and entities to pass through portals (including dropped/spawned items).
  • Fixed an issue with the disable messages command.
  • Fixed tab completion including coordinate data.
  • Fixed selection mode not disabling after portal manipulation such as creation or relocation.

SimplePortals 1.5.5

06 Jan 00:22
Compare
Choose a tag to compare

API Changes

  • Adjusted "getPortalNames" method to take a new parameter for coordinate information.

Plugin Changes

  • Adjusted some areas causing new registration not to function properly.
  • Fixed some syncing issues with the file form of portals.
  • Fixed an issue causing some checks to be inverted causing some portals to not show up as existing.

SimplePortals 1.5.4-B

05 Jan 16:47
Compare
Choose a tag to compare

Plugin Changes

  • Fixed an issue with the new portal loading system causing some issues.

SimplePortals 1.5.4

05 Jan 01:06
Compare
Choose a tag to compare

API Changes

  • Portals are now loaded into instance form and now load directly from their associated file every 10 seconds.
  • Some API related methods were tampered with to reflect the above change.

Plugin Changes

  • The liquid movement listening event is now utilized only through instance form portals and the initial block is the only point checked before the event is canceled.
  • The selection mode message was changed to better describe how to create the selection.
  • The portal list command has a new message with a new key and sends detailed averaged region coordinate information alongside whether the portal is enabled or disabled (RED or GREEN).
  • Fixed an issue with a cooldown placeholder.

SimplePortals 1.5.3

27 Nov 15:44
Compare
Choose a tag to compare

API Changes

  • Portals are no longer loaded into the plugin instance. After noticing several users attempting to modify data files while the plugin is live and expecting an outcome, the data storage system has been revamped to handle data directly out of the files to allow these actions.
  • Due to the removal of the loaded portals, several API methods and general usages were either reworked or completely removed. Specifically, anything having to do with getting a portal was changed.

Plugin Changes

  • Portals are no longer instanced, this could potentially impact performance slightly; however, this new system enables countless cases of extra versatility.
  • Portals are now saved in their own personal YAML files.
  • The portal creation command now sets the default teleport location (location the portal goes to) using the exact player location when the command was used.
  • Separated an additional piece of the /portals enable and /portals disable commands to resolve some situational issues.

SimplePortals 1.5.2

21 Nov 02:15
Compare
Choose a tag to compare
  • Fixed the "/portal <enable/disable> " commands by separating them entirely and giving them separate messages.
  • Fixed some delay issues with nether portal materials.

1.5.1 SimplePortals

20 Sep 15:43
Compare
Choose a tag to compare
  • Added the new "/portals dm " command which will disable all messages associated to the defined portal.

  • Added the "message" and "dm" commands to the tab completion along with any tweaks for them.

1.5 SimplePortals

17 Sep 14:26
Compare
Choose a tag to compare
  • Resolved an issue where the selection mode command would not obey by a single permission node.

  • Directional support based on a player direction has been implemented for the fill portal command!

  • Implemented fade in/out alongside display time options to the “config.yml”.

  • Future-proofed some of the code so not a lot needs to be done IF any when newer versions come out.

SimplePortals 1.4.9-B

16 Sep 05:52
Compare
Choose a tag to compare
  • Resolved an issue with JSON coloring for the help command.

  • Resolved a portal loading issue for newer features.

SimplePortals 1.4.9

16 Sep 00:09
Compare
Choose a tag to compare
  • Implemented full 1.16.3 support even though it was already technically supported.

  • Implemented an individual portal message, action bar message, title, and sub-title along side the "/portals message " command for them.

  • Implemented portal linking which can be used by the command "/portals setlocation ", where the first is the portal to set the location for and the other being the destination in its center of the region.

  • Added full auto-updating packets and swapped to a reliance on Spigot-API.