Skip to content

Commit

Permalink
feat: add notify plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasnieberler committed Jan 3, 2025
1 parent ceeedd2 commit 7ac505b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,20 @@ components:
output: placeholders-paper.jar
destination: templates/sc-plugins/paper

- name: notify
githubRepo: https://github.com/theSimpleCloud/notify-plugin
version: v0.0.1-dev.6794171
files:
- releaseFile: notify-bungeecord.jar
output: notify-bungeecord-plugin.jar
destination: templates/sc-plugins/bungeecord
- releaseFile: notify-bungeecord.jar
output: notify-bungeecord-plugin.jar
destination: templates/sc-plugins/waterfall
- releaseFile: notify-velocity.jar
output: notify-velocity-plugin.jar
destination: notify/sc-plugins/velocity

- name: command
githubRepo: https://github.com/theSimpleCloud/command-plugin
version: v0.0.1-dev.91cac39
Expand Down Expand Up @@ -161,6 +175,7 @@ bundles:
- npcs
- command
- placeholders
- notify
contents:
- source: contents
destination: /
Expand Down

0 comments on commit 7ac505b

Please sign in to comment.