12345678 |
- #!/bin/bash
- # menu_plugin
- PLUGIN_NAME="Hello World Plugin (dependency, do not use)"
- PLUGIN_FUNCTION="Print a hello world message"
- PLUGIN_DESCRIPTION="The friendliest murkmod plugin you'll ever see."
- PLUGIN_AUTHOR="rainestorme"
- PLUGIN_VERSION=1
- echo "Hello, World!"
|