-
Notifications
You must be signed in to change notification settings - Fork 75
Using InvMenu in a plugin
Muqsit Rayyan edited this page Jun 6, 2020
·
6 revisions
Download the DEVirion plugin and place the InvMenu .phar
file in your virions/
folder.
pmmp_folder
|-- plugins
| `-- devirion.phar
|-- virions
| `-- InvMenu.phar
- Convert your plugin to a
.phar
file. - Download the InvMenu
.phar
file. - Inject the virion into your plugin phar by running
bin/php7/bin/php path/to/InvMenu.phar path/to/yourplugin.phar
There is NEVER a necessity to run InvMenu from source unless you are making modifications to the source.
Download the DEVirion plugin and place the InvMenu source folder in your virions/
folder.
pmmp_folder
|-- plugins
| `-- devirion.phar
|-- virions
| |-- InvMenu-master
| |-- src
| `-- virion.yml