ii's Plugin Template is a template used for developing custom plugins for ii's Stupid Menu 5.5.0+. This plugin template is meant for plugin developers, if you don't know what you're doing stick to the plugin library.
No, this template is free and public for anyone to use. You are welcome to utilize it for your projects, modify it to suit your needs, and share it with others. We believe in a collaborative and open community where resources are accessible to all.
- Download the source code from here
- Change your
<GamePath>(Gorilla Tag directory) inDirectory.Build.propsif required - Remove and re-add the ii's Stupid Menu dependency if required
- Change the plugin namespace by right clicking
StupidPluginat the top of your Solution Explorer (.csproj, the one with C# next to it), renaming it, then syncing the namespaces - Change the plugin name and description in
Plugin.cs - Edit the plugin methods following their provided descriptions
- Build with
Ctrl+Shift+B, it will get put in your custom plugins folder automatically