Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ewof committed Apr 30, 2024
1 parent 94b2e5c commit f386bc5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "net.mvndicraft.townywaypoints"
version = "1.3"
version = "1.4"
description = "Configurable plot types for Towny that players can teleport between."

repositories {
Expand Down Expand Up @@ -60,7 +60,7 @@ tasks {
"group" to project.group
)
inputs.properties(props)
filesMatching("plugin.yml") {
filesMatching("paper-plugin.yml") {
expand(props)
}
}
Expand Down
14 changes: 8 additions & 6 deletions src/main/resources/paper-plugin.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: TownyWaypoints
version: '1.3'
main: net.mvndicraft.townywaypoints.TownyWaypoints
description: Configurable Waypoints as Towny plots
api-version: '1.20'
name: "$name"
version: "$version"
main: "$group.${name}"
description: "$description"
author: "ewof"
website: "https://github.com/ewof/${name}"
api-version: "$apiVersion"
folia-supported: true
dependencies:
server:
Expand All @@ -15,4 +17,4 @@ dependencies:
permissions:
townywaypoints.admin:
description: "Allows use of the reload command and disables all permission checks."
default: op
default: op

0 comments on commit f386bc5

Please sign in to comment.