Skip to content

Commit

Permalink
Bump version (2.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
srnyx committed Aug 1, 2023
1 parent 128d768 commit 020d5fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ This plugin makes it so that if one player dies, all other players die as well.

Great plugin for content creation (YouTube, TikTok, Twitch, etc...) or just for a bit of fun with friends.

- **πŸ› Bugs / πŸ’‘ Suggestions:** Please [open an issue](https://github.com/srnyx/stop-being-an-idiot/issues/new/choose) to report a bug or suggest an idea
- **πŸ†˜ Support:** Please [join the Discord](https://srnyx.com/discord) to get support
**πŸ› Bugs / πŸ’‘ Suggestions:** Please [open an issue](https://github.com/srnyx/stop-being-an-idiot/issues/new/choose) to report a bug or suggest an idea

**πŸ†˜ Support:** Please [join the Discord](https://srnyx.com/discord) to get support

## Download

- **βœ… Stable:** You can download the latest **stable** version at [Modrinth](https://modrinth.com/plugin/sbai), [Hangar](https://hangar.papermc.io/srnyx/StopBeingAnIdiot), [Spigot](https://spigotmc.org/resources/107313), or [Bukkit](https://dev.bukkit.org/projects/sbai)
- **🚧 Snapshot:** You can download the latest **snapshot** version at [actions/workflows/build.yml](https://github.com/srnyx/stop-being-an-idiot/actions/workflows/build.yml)
**βœ… Stable:** You can download the latest **stable** version at [Modrinth](https://modrinth.com/plugin/sbai), [Hangar](https://hangar.papermc.io/srnyx/StopBeingAnIdiot), [Spigot](https://spigotmc.org/resources/107313), [Bukkit](https://dev.bukkit.org/projects/sbai), or [GitHub](https://github.com/srnyx/stop-being-an-idiot/releases)

**🚧 Snapshot:** You can download the latest **snapshot** version at [actions/workflows/build.yml](https://github.com/srnyx/stop-being-an-idiot/actions/workflows/build.yml)

# Wiki

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id("com.github.johnrengelman.shadow") version "8.1.1"
}

setupAnnoyingAPI("4.1.0", "xyz.srnyx", "1.0.0", "A fun little game... when one person dies, everyone dies")
setupAnnoyingAPI("4.1.0", "xyz.srnyx", "2.0.0", "A fun little game... when one person dies, everyone dies")
spigotAPI("1.8.8")
repository(Repository.PLACEHOLDER_API)
dependencies.compileOnly("me.clip", "placeholderapi", "2.11.3")

0 comments on commit 020d5fe

Please sign in to comment.