l# Plugin Store
Community plugin repository for Infinite Yield. Browse and install plugins in-game with the pluginstore command.
plugins/ — Individual .iy plugin files
plugins.json — Plugin manifest (name, author, description, download URL)
pluginstore.iy — Core plugin that powers the in-game store UI, handles plugin fetching, search, and installation
- Add your plugin as a
.iyfile to theplugins/directory. - Add an entry to
plugins.json:
{
"author": "yourname",
"name": "YourPlugin.iy",
"description": "What your plugin does."
"url": "https://raw.githubusercontent.com/corecommit/plugin-store/main/plugins/YourPlugin.iy",
}- Open a pull request.