Manhunt icon

Manhunt -----

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




Added 1.17 support.

I'm not sure if it is still compatible with 1.16.
Please let me know if you try.
----------, Jul 25, 2021

Changelog:
  • The MHAddonRegistry now maps all addons to their addons classes, and it actually registers the MHProviderManagers now.
  • Renamed MHProviderAddonManager to MHProviderManager.
  • Updated the speedrunner and hunter commands to check for an ongoing game and they now correctly output the current team when using `get`. The `-s` argument has also been fixed for the hunter command and it should now work properly.
----------, Jun 4, 2021

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

Changelog:
  • Compass event bugs fixed and signature changed;
    There was a bug in the passing of the compass ItemStack to the method, which was fixed and the method now uses a CompassInterface which allows you to modify the final used values.
  • Fixed encoding issues;
    Since I moved my project over to Gradle it had some encoding issues with special characters like the double arrow (»). These have been resolved thanks to StackOverflow post https://stackoverflow.com/a/34717160/14837740.
----------, Apr 18, 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