🎉Update version.

📝Update README.md.
This commit is contained in:
2025-11-11 13:52:15 +01:00
parent 2c533c443e
commit bd721923ae
2 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
# TCOWW # 🐺 TCOWW
TCOWW is a small paper plugin created for an event on the French Discord server, [The Court of Gaming](https://discord.gg/evCYTnRrpU). TCOWW (The court of werewolf) is a small paper plugin created for an event on the French Discord server, [The Court of Gaming](https://discord.gg/evCYTnRrpU) 🔥.
The event is a simple game of "Loup-Garou de Thiercelieux" in Minecraft with a role-play dimension. The event is a simple game of "Loup-Garou de Thiercelieux" in Minecraft with a role-play dimension.
Write in kotlin with the paper 1.21.4 api. 🔨 Write in kotlin with paper.
👉 [Latest Release](https://azur84.servehttp.com/repos/Azur/TCOWW/releases/latest)

View File

@@ -6,7 +6,7 @@ plugins {
} }
group = "fr.azur" group = "fr.azur"
version = "1.0-SNAPSHOT" version = "1.1-SNAPSHOT"
val minecraftVersion: String by project val minecraftVersion: String by project
val paperVersion: String by project val paperVersion: String by project