Loading Plugins - EdgeIY/infiniteyield GitHub Wiki

Once you finish creating your own plugin, you are ready to use it in Infinite Yield! You can find or post plugins in the #plugins channel of the Infinite Yield Discord server.

The first thing you need to do is to make sure that your filename is PluginName and that it has a .iy extension. Next, put your file into the workspace folder of your exploit.

Tip: If you are unable to see the extension of files, click the View tab at the top of the file explorer and check the box next to File name extensions:

Once you've done that, you need to load the plugin in Infinite Yield.

  1. Hover your mouse over Infinite Yield FE to open it up

  1. Click the cog in the top right corner of the GUI to pull up the settings.

  1. Next to Plugins click the Edit button.

  1. Click the Add button to open the Add Plugins window.

  1. In the text box type in the name of your plugin file (make sure not to type .iy) and click Add Plugin. If you did it correctly, you will get a notification box that shows your plugin name and description.

  1. Click X on the Add Plugins window, Close then the cog in Infinite Yield

Now you should be able to use the commands you made in your plugin!