-
How to create own plugins? |
Beta Was this translation helpful? Give feedback.
Answered by
outdead
Jan 8, 2025
Replies: 1 comment
-
I'll add this to docs. Now you can see on existing plugins and keep their structure. For example https://github.com/openzomboid/pzlsm/blob/master/plugins/logsfind.sh You need function |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ganelon13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'll add this to docs. Now you can see on existing plugins and keep their structure. For example https://github.com/openzomboid/pzlsm/blob/master/plugins/logsfind.sh
You need function
load()
in your plugin and extendPLUGINS_COMMANDS_HELP
variable to enable help command.