aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.