Skip to content

Commit

Permalink
Identify as Paper Plugin #139
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnuh committed May 19, 2023
1 parent 93d9a46 commit 507c3cd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {

tasks {
processResources {
filesMatching("plugin.yml") {
filesMatching(listOf("plugin.yml", "paper-plugin.yml")) {
filter<ReplaceTokens>("tokens" to mapOf("VERSION" to version, "BUILD_NUMBER" to (System.getenv("BUILD_NUMBER") ?: "")))
}
}
Expand Down
15 changes: 15 additions & 0 deletions main/src/main/resources/paper-plugin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: EchoPet
version: '@VERSION@-b@BUILD_NUMBER@'
main: com.dsh105.echopet.EchoPetPlugin
description: EchoPet is an advanced, easy to use plugin, designed to handle custom-tailored pets with more unique behaviours than vanilla Minecraft entities. Perfect for donation perks.
api-version: '1.19'
dependencies:
- name: WorldGuard
required: false
bootstrap: false
- name: VanishNoPacket
required: false
bootstrap: false
- name: PlaceholderAPI
required: false
bootstrap: false

0 comments on commit 507c3cd

Please sign in to comment.