File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed
Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 5858 version : ${{ github.event.release.tag_name }}
5959 changelog : ${{ github.event.release.body }}
6060 loaders : paper
61+ dependencies : |-
62+ [{
63+ "project_id": "lKEzGugV",
64+ "dependency_type": "optional"
65+ }]
6166 game-versions : |-
6267 1.20.x
6368 1.21.x
Original file line number Diff line number Diff line change 7272 <id >sonatype</id >
7373 <url >https://oss.sonatype.org/content/groups/public/</url >
7474 </repository >
75+ <repository >
76+ <id >placeholderapi</id >
77+ <url >https://repo.extendedclip.com/releases/</url >
78+ </repository >
7579 </repositories >
7680
7781 <dependencies >
8185 <version >1.20.2-R0.1-SNAPSHOT</version >
8286 <scope >provided</scope >
8387 </dependency >
88+ <dependency >
89+ <groupId >me.clip</groupId >
90+ <artifactId >placeholderapi</artifactId >
91+ <version >2.11.6</version >
92+ <scope >provided</scope >
93+ </dependency >
8494 </dependencies >
8595</project >
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ version: '${project.version}'
33main : pro.cloudnode.smp.cloudnodemsg.CloudnodeMSG
44api-version : ' 1.20'
55author : Cloudnode
6+ softdepend :
7+ - PlaceholderAPI
68commands :
79 message :
810 description : Send a private message
You can’t perform that action at this time.
0 commit comments