Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Oct 7, 2024
1 parent 7ecb9bc commit bf44fed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# TSS Lobby Plugin

> The Minecraft plugin that manages The Slimy Swamp's lobby world!
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

group = "org.esoteric_organisation"
version = "0.1"
description = "The plugin that manages The Slimy Swamp's lobby world!"
description = "The Minecraft plugin that manages The Slimy Swamp's lobby world!"

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(21))
Expand Down Expand Up @@ -44,4 +44,5 @@ bukkitPluginYaml {
load = BukkitPluginYaml.PluginLoadOrder.STARTUP
authors.addAll("Esoteric Organisation", "Esoteric Enderman")
apiVersion = "1.21"
description = project.description
}
2 changes: 1 addition & 1 deletion src/main/resources/paper-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ dependencies:
author: Esoteric Organisation
contributors:
- Esoteric Enderman
description: The plugin that manages The Slimy Swamp's lobby world!
description: The Minecraft plugin that manages The Slimy Swamp's lobby world!

0 comments on commit bf44fed

Please sign in to comment.