Skip to content

Commit

Permalink
deploy: 16f2882
Browse files Browse the repository at this point in the history
  • Loading branch information
Rico040 committed Apr 5, 2024
0 parents commit de2f82d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
permalink: /404.html
---
> **Note:** You accessed a link that returned a 404, probably by clicking one of the plugin links. You're supposed to copy the link address and add it into Vendetta.
# Vendetta Plugins Template
This repo contains a template for creating [Vendetta](https://github.com/vendetta-mod/Vendetta) plugins.

# How to install?
Paste a plugin URL into the Plugins page of Vendetta, following a basic format of:

https://`YOUR_GITHUB_USERNAME`.github.io/`REPO_NAME`/`PLUGIN_NAME`
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Vendetta Plugins Template
This repo contains a template for creating [Vendetta](https://github.com/vendetta-mod/Vendetta) plugins.

# How to install?
Paste a plugin URL into the Plugins page of Vendetta, following a basic format of:

https://`YOUR_GITHUB_USERNAME`.github.io/`REPO_NAME`/`PLUGIN_NAME`
1 change: 1 addition & 0 deletions template/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions template/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"Template Plugin","description":"A plugin for use as a template.","authors":[{"name":"You!","id":"YOUR_ID_HERE"}],"main":"index.js","vendetta":{"icon":"ic_badge_staff"},"hash":"6cb6594aa032b83a1f24c2bb3d63e8aeb8e1652e0361e7d7a0e415850cc9c406"}

0 comments on commit de2f82d

Please sign in to comment.