Refer to sample plugin source template

This commit is contained in:
Rikko 2023-05-16 01:10:03 +05:30 committed by GitHub
parent 4948d8b3af
commit 7a91d6bbf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,9 +174,9 @@ That's it! Now you can make a [pull request](../../compare) with both the update
- In case your plugin doesn't sit well with our guidelines or you wouldn't want your plugin to be here for some reason, - In case your plugin doesn't sit well with our guidelines or you wouldn't want your plugin to be here for some reason,
you can create your own GitHub repository and put all your plugins in there. you can create your own GitHub repository and put all your plugins in there.
- Check out https://github.com/rikkolovescats/sahilp-plugins as an example. You can choose to show up plugins from this - Check out [bombsquad-community/sample-plugin-source](https://github.com/bombsquad-community/sample-plugin-source) as an example.
repository in your plugin manager by adding `rikkolovescats/sahilp-plugins` as a custom source through the category You can choose to show up plugins from this repository in your plugin manager by adding `bombsquad-community/sample-plugin-source`
selection popup window in-game. as a custom source through the category selection popup window in-game.
#### Known 3rd Party Plugin Sources #### Known 3rd Party Plugin Sources
@ -184,7 +184,7 @@ That's it! Now you can make a [pull request](../../compare) with both the update
will also help us to notify the maintainers of any future breaking changes in plugin manager that could affect 3rd party will also help us to notify the maintainers of any future breaking changes in plugin manager that could affect 3rd party
plugin sources. plugin sources.
https://github.com/rikkolovescats/sahilp-plugins [rikkolovescats/sahilp-plugins](https://github.com/rikkolovescats/sahilp-plugins)
## Tests ## Tests