aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyles <43725835+MylesAndMore@users.noreply.github.com>2022-12-13 19:18:49 +0000
committerMyles <43725835+MylesAndMore@users.noreply.github.com>2022-12-13 19:18:49 +0000
commitb6726a7e811877a7e5835509a5cd6f8b94de7941 (patch)
tree6ba195e14a224c02f2790c8138ce646f588d6903
parent260b4e8985074847ac4e825845a997618e3556fb (diff)
downloadTumble-b6726a7e811877a7e5835509a5cd6f8b94de7941.tar.gz
Tumble-b6726a7e811877a7e5835509a5cd6f8b94de7941.tar.bz2
Tumble-b6726a7e811877a7e5835509a5cd6f8b94de7941.zip
add download link and sync build version
-rw-r--r--README.md6
-rw-r--r--build.gradle2
2 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1205386..267a4b0 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ If you've never heard of it, [Tumble](https://minecraft-archive.fandom.com/wiki/
## Setup
-1. Simply [download]() **add link to download** the plugin's JAR file and place it in your server's plugins directory.
+1. Simply [download](https://github.com/MylesAndMore/tumble/releases/tag/stable) the plugin's JAR file and place it in your server's plugins directory.
- *Note: Multiverse is also required for the plugin to run, you may download it [here](https://www.spigotmc.org/resources/multiverse-core.390/).*
@@ -73,3 +73,7 @@ Scroll down for more options to configure your game.
- ```permissionMessage```
- Customize the message that displays when the player does not have permission to execute a command from this plugin.
+
+## Issues & Feedback
+
+Feel free to report any bugs, leave feedback, ask questions, or submit ideas for new features on our [GitHub issues page](https://github.com/MylesAndMore/tumble/issues/new)!
diff --git a/build.gradle b/build.gradle
index 019bafd..a7f815e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,7 +9,7 @@ java {
}
group 'tumble'
-version '0.0.1-SNAPSHOT'
+version '1.0.0'
repositories {
// Use Maven Central for resolving dependencies.