Releases: HappyAreaBean/SWMHook
Releases · HappyAreaBean/SWMHook
v1.6.2 (2024-11-16)
v1.6.1 (2024-11-16)
v1.6.0 (2024-09-04)
v1.6.0 (2024-09-04)
Highlights
- New mode:
ON DEMAND
is now available- In this mode, the world can be generating if the available arena is lower than the minimum amount.
- Note: The detection can only be handled by the
ArenaProvider
, SWMHook does not handle the detection.
- AdvancedSlime supported
- SwoftyWorldManager supported
- HookProvider is now called HookAdapter
Features
- on demand mode and fix ASWM adapter (0560b6c)
- AdvancedSlimePaperHookProvider (093be2a)
- SwoftyWorldManagerHookProvider (035127a)
- hook provider (e0e674d)
Bug Fixes
v1.5.0 (2023-08-16)
v1.4.6 (2023-04-10)
v1.4.6 (2023-04-10)
Features
- default-arena: add provider author and version (d62e824)
- eden-arena: add provider author and version (79a720f)
- arenaprovider: improve provider jar check and structure (af9f77c)
- swmhook: change default worldName to
swmhook_default_world
and improve logging (59aac39) - arenaprovider: add getProviderAuthor() (7b9fc6a)
- arenaprovider: add canRegister and onInitialization (854be7e)
providerinfo
command (7e53ad3)
Docs
- arenaprovider: update and improve javadoc (004409c)
Other
- arenaprovider: use isCanRegister for register check (35b34ee)
- add RAW_VERSION in Constants (d13146d)
- add SWM in Constants (57bb4ac)
- publishing: add publishing (e940d24)
- javadoc jar publishing and compiling (2ac11f6)
- providerinfo: update method name to providerinfo (10d1ff9)
Starting from SWMHook v1.5.0
will no longer include any external providers. All projects are already moved to SWMHookProviders.
Developer Note: Starting from v1.4.6
, provider now require name, author and version in order to load by SWMHook.
v1.4.5 (2023-04-08)
v1.4.4 (2023-04-03)
v1.4.4 (2023-04-03)
Features
- arenaprovider: add getProviderVersion method (6d29fa2)
- arenaprovider: add getProviderVersion (a2131ee)
- arenaprovider: Add support for external provider JAR (42df863)
- swmhook: setArenaProvider to manually set provider in your plugin (abc071e)
Bug Fixes
- swmhook: worldsList check when unloading the worlds (199940f)
Other
v1.4.3 (2023-03-23)
v1.4.3 (2023-03-23)
Features
- eden-arena: added required Eden plugin version (493da5c)
- arenaprovider: add plugin version check for provider (0e9bc07)
- eden-arena: update provider for new ArenaDetail spectator location changes (91a2792)
Bug Fixes
- arenaprovider: version check using the wrong version (80ef9c5)
Breaking Changes
- The ArenaProvider will fall back to default provide if the required plugin version is not installed.