Releases: everside-solutions/DeathRun
Releases · everside-solutions/DeathRun
1.3.2
21 Sep 17:32
Compare
Sorry, something went wrong.
No results found
GENERAL:
FIXED:
Fixed NPE in booster item update.
1.3.1
04 Aug 16:16
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
GENERAL:
add 1.20.4 version support ( Resolve #19 )
1.2.1
14 Mar 13:24
Compare
Sorry, something went wrong.
No results found
GENERAL:
FIXED:
Resolve #16 (listener registration)
1.2.0
19 Feb 11:09
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
FIXES:
Updated dependencies.
Fixed TNT trap not killing every time.
Fixed multiple deaths caused by fire.
1.1.2
09 Dec 09:52
Compare
Sorry, something went wrong.
No results found
FIXED:
Fixed runners not being removed after quit game.
1.1.1
08 Dec 12:01
Compare
Sorry, something went wrong.
No results found
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.