Manhunt icon

Manhunt -----

An advanced Manhunt plugin that supports multiple speedrunners and with a custom addon API.



1.2: Addon loading and naming convention.
Changelog
  • New addon loading / registration system.
    On the surface, this may not look like a big change. The old way of registering addons still works, but the `ManhuntAddon` annotation has been changed to `MHAddonProvider`. This allows you to use the `otherAddons` field in the annotation to simply register multiple addons from one plugin. You can now also dynamically register addons by capturing the `MHPluginAddonManager` in a static field when `mh_provide(MHPluginAddonManager)` is invoked, by doing this;
    Code (Java):
    public static MHPluginAddonManager manager ;

    public void mh_provide (MHPluginAddonManager m ) {
         manager = m ;
    }

    public void newAddon ( ) {
         manager. loadAddon ( "com.example.EpicGamerAddon" ) ;
    }
  • Prefixed most classes with "MH" to specify that it is a Manhunt related class.
    For example; "AddonLink" has been changed to "MHAddonLink".
----------, Apr 19, 2021
Resource Information
Author:
----------
Total Downloads: 1,126
First Release: Apr 15, 2021
Last Update: Jul 25, 2021
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings