This repository was archived by the owner on Sep 1, 2025. It is now read-only.
1.3.0
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(): StringAPI#pluginGitCommit(): String
REPLACEMENTS:
API#instance: API->API#apiInstance(): APIAPI#getVersion(): String->API#pluginVersion(): StringAPI#getTrapRegistry(): ITrapRegistry->API#trapRegistryInstance(): ITrapRegistryAPI#getArena(): IArena->API#arenaInstance(): IArenaITrapRegistry#list(): Set<String>->ITrapRegistry#trapRegistryKeys(): Collection<String>