Skip to content

Commit

Permalink
#55 Fixed language and set to release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shynixn committed Nov 8, 2024
1 parent b67e5b2 commit 3420a11
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "com.github.shynixn"
version = "1.9.0"
version = "1.10.0"

repositories {
mavenCentral()
Expand Down Expand Up @@ -110,7 +110,7 @@ tasks.register("pluginJarLatest", com.github.jengelman.gradle.plugins.shadow.tas
dependsOn("relocatePluginJar")
from(zipTree(File("./build/libs/" + (tasks.getByName("relocatePluginJar") as Jar).archiveName)))
archiveName = "${baseName}-${version}-latest.${extension}"
// destinationDir = File("C:\\temp\\plugins")
destinationDir = File("C:\\temp\\plugins")

exclude("com/github/shynixn/mctennis/lib/com/github/shynixn/mcutils/packet/nms/v1_8_R3/**")
exclude("com/github/shynixn/mctennis/lib/com/github/shynixn/mcutils/packet/nms/v1_9_R2/**")
Expand Down
22 changes: 11 additions & 11 deletions src/main/resources/lang/en_us.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ gameStartingMessage:
type: "CHAT"
# The primary text to be sent.
text: "[&9MCTennis&f] Game is starting in %1$1d seconds."
# Only available for type "TITLE". Adds a subtitle.
subtitle: ""
# Only available for type "TITLE". Adds a subTitle.
subTitle: ""
# Only available for type: "TITLE". Adds a fade in effect.
fadeInTicks: 20
# Only available for type: "TITLE". Adds a stay effect.
Expand Down Expand Up @@ -80,57 +80,57 @@ gameCancelledMessage:
text: "[&9MCTennis&f] Game has been cancelled."
scoreRed:
type: "TITLE"
text: "&c%mctennis_game_score%"
subtitle: "%2$1s scored for &cTeam Red"
text: "&c&l%mctennis_game_score%"
subTitle: "%1$1s scored for &cTeam Red"
fadeInTicks: 10
stayTicks: 60
fadeOutTicks: 10
scoreBlue:
type: "TITLE"
text: "&9&l%mctennis_game_score%"
subtitle: "%2$1s scored for &9Team Blue."
subTitle: "%1$1s scored for &9Team Blue."
fadeInTicks: 10
stayTicks: 60
fadeOutTicks: 10
winRed:
type: "TITLE"
text: "&c&lTeam Red"
subtitle: "&cTeam Red &ahas won the match"
subTitle: "&cTeam Red &ahas won the match"
fadeInTicks: 10
stayTicks: 60
fadeOutTicks: 10
winSetRed:
type: "TITLE"
text: "&cTeam Red"
subtitle: "&cTeam Red &ahas won this set"
subTitle: "&cTeam Red &ahas won this set"
fadeInTicks: 10
stayTicks: 60
fadeOutTicks: 10
winBlue:
type: "TITLE"
text: "&9Team Blue"
subtitle: "&9Team Blue &ahas won the match"
subTitle: "&9Team Blue &ahas won the match"
fadeInTicks: 10
stayTicks: 60
fadeOutTicks: 10
winSetBlue:
type: "TITLE"
text: "&9Team Blue"
subtitle: "&9Team Blue &ahas won this set"
subTitle: "&9Team Blue &ahas won this set"
fadeInTicks: 10
stayTicks: 60
fadeOutTicks: 10
winDraw:
type: "TITLE"
text: "&fDraw"
subtitle: "&aThe game has ended in a draw"
subTitle: "&aThe game has ended in a draw"
fadeInTicks: 10
stayTicks: 60
fadeOutTicks: 10
readyMessage:
type: "TITLE"
text: "&6&lReady?"
subtitle: ""
subTitle: ""
fadeInTicks: 10
stayTicks: 60
fadeOutTicks: 10
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin-legacy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: MCTennis
version: 1.9.0
version: 1.10.0
author: Shynixn
website: https://www.spigotmc.org/members/shynixn.63455/
main: com.github.shynixn.mctennis.MCTennisPlugin
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: MCTennis
version: 1.9.0
version: 1.10.0
author: Shynixn
website: https://www.spigotmc.org/members/shynixn.63455/
main: com.github.shynixn.mctennis.MCTennisPlugin
Expand Down

0 comments on commit 3420a11

Please sign in to comment.