Skip to content

Releases: Expugn/PartyDungeons

v1.2.1

27 Aug 05:11
Compare
Choose a tag to compare
  • v1.2.1
    • Updating dependencies
      • Java JDK 16 -> 17
      • FastAsyncWorldEdit
      • Nashorn 15.2 -> 15.4
      • Gson 2.8.8 -> 2.9.0

PartyDungeons requires Nashorn to operate. Choose your installation depending on your server.

PartyDungeons-shaded.jar includes Nashorn.
PartyDungeons.jar does not include Nashorn.

The JAR files provided will always be the latest version of this version.

v1.2

11 Nov 12:02
Compare
Choose a tag to compare
  • v1.2
    • FastAsyncWorldEdit integration
      • Loading schematics or doing WorldEdit stuff in scripts is now possible.
      • The use of BukkitScheduler isn't necessary thanks to FastAsyncWorldEdit's ability to run in different threads.
    • New DungeonScript Types
      • onPlayerDeath - Called when a player in a dungeon dies.
      • onPartyMemberQuit - Called when a player of an active dungeon quits (leave command or disconnect)
      • onPlayerRespawn - Called when a player respawns after they died.
    • ScriptManager Tweaks
      • Potential stability improvements?
      • New Functions
        • sm.pasteSchematic(String filePath, Location location)
        • sm.getNBT(Location location)
        • sm.setNBT(Location location)
    • Added LoadedDungeon#start(teleportPlayers), if teleportPlayers == false, then players will not be teleported to the StartPosition. This is useful when the start position isn't supposed to be static.

PartyDungeons requires Nashorn to operate. Choose your installation depending on your server.

PartyDungeons-shaded.jar includes Nashorn.
PartyDungeons.jar does not include Nashorn.

The JAR files provided will always be the latest version of this version.

v1.1

02 Nov 17:53
Compare
Choose a tag to compare

Plugin performance and bugs are still questionable.

  • v1.1
    • World Scripts
      • Players who are not in a dungeon will now use "World Scripts".
      • Variables specifically for the world can be created and accessed in world scripts.
      • Currently only Interact, Area Walk, and Walk triggers are available.
    • New Commands
      • /partydungeons createworlddirectory
      • /partydungeons createworldscript <script_type>
      • /partydungeons deletescript <file_path>
    • Potential performance enhancements with Walk and Interact events?
  • v1.1.1
    • Modified the /partydungeons download command
      • /partydungeons download <dungeon_name> <manifest_url> will save files to plugins/PartyDungeons/dungeon/<dungeon_name>/<...>
      • /partydungeons download <manifest_url> will save files to plugins/PartyDungeons/<...>
    • Added debugGUI() in ItemDrop
      • This will allow you to see a table's drop percentage

PartyDungeons requires Nashorn to operate. Choose your installation depending on your server.

PartyDungeons-shaded.jar includes Nashorn.
PartyDungeons.jar does not include Nashorn.

The JAR files provided will always be the latest version of this version.

v1.0

30 Oct 23:27
Compare
Choose a tag to compare

Initial release of PartyDungeons.

  • v1.0-SNAPSHOT
    • Plugin has not been tested in a public setting, so there may be bugs or performance issues.
  • v1.0-SNAPSHOT.1
    • Fixed an issue where the plugin could not load if the dungeons directory did not exist.
  • v1.0-SNAPSHOT.2
    • Fixed an issue where players who teleported away when the dungeon is cleared do not get their effects reset.

PartyDungeons requires Nashorn to operate. Choose your installation depending on your server.

PartyDungeons-<version>-shaded.jar includes Nashorn.
PartyDungeons-<version>.jar does not include Nashorn.

The JAR files provided will always be the latest version of this version.