Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Releases: everside-solutions/DeathRun

1.3.2

21 Sep 17:32
3c7af8d

Choose a tag to compare

GENERAL:

  • Update Dependencies

FIXED:

  • Fixed NPE in booster item update.

1.3.1

04 Aug 16:16
6a623b1

Choose a tag to compare

ADDED:

  • Added 1.20.5, 1.20.6 and 1.21 support.

GENERAL:

  • Code Tweaks
  • Update Dependencies
  • Use Zip4J instead of own methods for zip management.

1.3.0

24 May 12:24
bebd700

Choose a tag to compare

GENERAL:

  • Move project from Maven to Gradle (Kotlin DSL)

ADDED:

  • Added particle trap.
  • Added development build notification.

FIXED:

  • Fixed some reflections that may cause exceptions.
  • Fixed booster sometimes not work due to invalid static import.

IMPORTANT! Some API changes happened and some old methods will be removed in next version!

ADDED:

  • API#pluginGitBranch(): String
  • API#pluginGitCommit(): String

REPLACEMENTS:

  • API#instance: API -> API#apiInstance(): API
  • API#getVersion(): String -> API#pluginVersion(): String
  • API#getTrapRegistry(): ITrapRegistry -> API#trapRegistryInstance(): ITrapRegistry
  • API#getArena(): IArena -> API#arenaInstance(): IArena
  • ITrapRegistry#list(): Set<String> -> ITrapRegistry#trapRegistryKeys(): Collection<String>

1.2.2

28 Mar 10:58
6d9e904

Choose a tag to compare

GENERAL:

  • add 1.20.4 version support ( Resolve #19 )

1.2.1

14 Mar 13:24
a50e427

Choose a tag to compare

GENERAL:

  • update dependencies

FIXED:

  • Resolve #16 (listener registration)

1.2.0

19 Feb 11:09
f866717

Choose a tag to compare

GENERAL:

  • more time definitions for starting titles
  • some code refactor
  • update dependencies
  • remove lombok from project (#11)

ADDED:

  • invalid command usage translation

CHANGED:

  • all listeners is now monitor
  • placeholder <player> now points to player displayname

FIXED:

  • Resolve #13 (command registration)

1.1.4

22 Dec 00:02
02379b7

Choose a tag to compare

ADDED:

  • Added option in configuration to set DEATH speed amplifier.

FIXED:

  • Fixed ultiple deaths caused by fire. (finally fully repaired)
  • Fixed players and spectators can kill runners by attacking them.

1.1.3

16 Dec 21:28
cfe11e0

Choose a tag to compare

FIXES:

  • Updated dependencies.
  • Fixed TNT trap not killing every time.
  • Fixed multiple deaths caused by fire.

1.1.2

09 Dec 09:52
431e150

Choose a tag to compare

FIXED:

  • Fixed runners not being removed after quit game.

1.1.1

08 Dec 12:01
57aabcb

Choose a tag to compare

ADDED:

  • Added booster cooldown in item amount.
  • Added booster textures for heads.

FIXED:

  • Fixed item names being italic.
  • Fixed booster not removing from inventory after finished run.
  • Fixed multiple boosters is not working with one item type.
  • Fixed exceptions while booster item is air.
  • Fixed Disappearing Blocks trap is removing all blocks in region.