Warning
None of the plugins listed here have been verified or confirmed to be safe. Use at your own risk!
Important
The plugins in this repository are not affiliated with or endorsed by Rusher Development LLC.
This repository is a curated collection of third-party plugins developed for the RusherHack Utility Mod. These plugins extend RusherHack's functionality by adding new features and tools to enhance your gameplay experience in Minecraft. As these are community-created plugins, they are not officially verified or supported by Rusher Development LLC.
Note
This collection is a community-driven effort to showcase plugins. Always review the source code of any plugin before using it to ensure it meets your security and functionality expectations.
Important
Plugins are currently only supported in developer mode. Enabling plugins without proper knowledge may cause instability or crashes.
Tip
In RusherHack v2.1 (upcoming), an in-game plugin manager and verified plugin repository will simplify plugin installation and management.
To enable plugins in RusherHack 2.0:
- Add the JVM flag
-Drusherhack.enablePlugins=true
to your Minecraft JVM arguments. - Create the directory
.minecraft/rusherhack/plugins/
in your Minecraft folder.
To install plugins:
- Download the desired plugin(s)
.jar
files from their respective repositories. - Place the
.jar
files in the.minecraft/rusherhack/plugins/
directory.
Note
Plugins placed in the plugins folder will load automatically on game startup. Use the *reload
command in-game to reload or load new plugins without restarting.
Regular plugins extend RusherHack’s functionality without modifying Minecraft's internal behavior. Key features:
- Can be reloaded in-game using
*reload
in chat orreload
in the RusherHack console (~
key). - Can be added or removed from the plugins folder while the game is running.
Core plugins integrate deeply with RusherHack by modifying Minecraft’s internals using mixins. Key differences:
- Cannot be reloaded using
*reload
. - Must be placed in the
.minecraft/rusherhack/plugins/
folder before launching the game.
Warning
Core plugins modify game internals, which may increase the risk of crashes or incompatibilities. Ensure compatibility with your RusherHack version before use.
Explore these resources to learn more about developing and using RusherHack plugins:
- Example Plugin: A basic example demonstrating the structure of a standard RusherHack plugin.
- Example Core Plugin: An example showcasing how to create core plugins with mixins.
- RusherGUI: A plugin demonstrating a custom theme for RusherHack’s UI.
- RusherHack API Javadocs: Official documentation for RusherHack’s API, detailing classes, methods, and usage.
Tip
Use the Example Plugin and Javadocs as starting points to create your own plugins or to understand how existing plugins function.
Discover community-created plugins to enhance RusherHack’s functionality.
Full list: Plugins
Themes customize RusherHack’s appearance, including colors, fonts, and UI elements.
Full list: Themes
If you encounter issues with a specific plugin, contact the plugin’s creator or open an issue in their repository.
For issues with this repository (e.g., incorrect plugin details, broken links, or formatting errors), use the Plugin Information Issue tracker.
Note
Clearly describe the issue and include relevant details (e.g., plugin version, RusherHack version, or error logs) to help resolve problems faster.
Have a RusherHack plugin to share? Submit a pull request to add it to this collection! See the Contributing Guide for detailed instructions.
Tip
Before submitting a plugin, ensure it includes clear documentation and a link to its source code to help users evaluate its safety and functionality.