Skip to content

Commit 7ac505b

Browse files
feat: add notify plugin
1 parent ceeedd2 commit 7ac505b

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

components.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,20 @@ components:
131131
output: placeholders-paper.jar
132132
destination: templates/sc-plugins/paper
133133

134+
- name: notify
135+
githubRepo: https://github.com/theSimpleCloud/notify-plugin
136+
version: v0.0.1-dev.6794171
137+
files:
138+
- releaseFile: notify-bungeecord.jar
139+
output: notify-bungeecord-plugin.jar
140+
destination: templates/sc-plugins/bungeecord
141+
- releaseFile: notify-bungeecord.jar
142+
output: notify-bungeecord-plugin.jar
143+
destination: templates/sc-plugins/waterfall
144+
- releaseFile: notify-velocity.jar
145+
output: notify-velocity-plugin.jar
146+
destination: notify/sc-plugins/velocity
147+
134148
- name: command
135149
githubRepo: https://github.com/theSimpleCloud/command-plugin
136150
version: v0.0.1-dev.91cac39
@@ -161,6 +175,7 @@ bundles:
161175
- npcs
162176
- command
163177
- placeholders
178+
- notify
164179
contents:
165180
- source: contents
166181
destination: /

0 commit comments

Comments
 (0)