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

1.3.0

Choose a tag to compare

@SfenKer SfenKer released this 24 May 12:24
· 5 commits to ver/latest since this release
bebd700

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>