Skip to content

Commit

Permalink
feat: update npc version and add placeholders plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasnieberler committed Dec 31, 2024
1 parent 6fd11f5 commit b7c80ae
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,20 @@ components:

- name: npcs
githubRepo: https://github.com/theSimpleCloud/npc-plugin
version: v0.0.1-dev.898d492
version: v0.0.1-dev.daee249
files:
- releaseFile: simplecloud-npc.jar
output: npc-paper.jar
destination: templates/sc-plugins/paper

- name: placeholders
githubRepo: https://github.com/theSimpleCloud/placeholder-plugin
version: v0.0.1-dev.b3634ce
files:
- releaseFile: placeholder-plugin.jar
output: placeholders-paper.jar
destination: templates/sc-plugins/paper

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

0 comments on commit b7c80ae

Please sign in to comment.