aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-08-21 12:39:14 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-08-21 12:39:14 -0600
commit9764af18a7bd1e9c9564993bccf7826e565ec7c7 (patch)
tree837010fff332d0c7205556970786981d1f39aa3a
parent5d2e65c419891e73e15f371d13fc0a859f1667c7 (diff)
downloadresurrection-9764af18a7bd1e9c9564993bccf7826e565ec7c7.tar
resurrection-9764af18a7bd1e9c9564993bccf7826e565ec7c7.tar.gz
resurrection-9764af18a7bd1e9c9564993bccf7826e565ec7c7.tar.bz2
built artifact with new contact methods
-rw-r--r--out/artifacts/Resurrection_jar/Resurrection.jarbin1598115 -> 1598152 bytes
-rw-r--r--src/net/brysonsteck/Resurrection/commands/CommandBug.java4
-rw-r--r--src/net/brysonsteck/Resurrection/plugin.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/out/artifacts/Resurrection_jar/Resurrection.jar b/out/artifacts/Resurrection_jar/Resurrection.jar
index bf8e2aa..9b23d4b 100644
--- a/out/artifacts/Resurrection_jar/Resurrection.jar
+++ b/out/artifacts/Resurrection_jar/Resurrection.jar
Binary files differ
diff --git a/src/net/brysonsteck/Resurrection/commands/CommandBug.java b/src/net/brysonsteck/Resurrection/commands/CommandBug.java
index 0ce9106..2c6b2f4 100644
--- a/src/net/brysonsteck/Resurrection/commands/CommandBug.java
+++ b/src/net/brysonsteck/Resurrection/commands/CommandBug.java
@@ -21,7 +21,7 @@ public class CommandBug implements CommandExecutor {
commandSender.sendMessage("");
commandSender.sendMessage(ChatColor.YELLOW + "Okay, fine. Maybe I'll tell you how to fix the problem. Hehe.");
commandSender.sendMessage(ChatColor.YELLOW + "You can either create an issue on GitHub here: " + ChatColor.BLUE + "https://github.com/brysonsteck/resurrection/issues");
- commandSender.sendMessage(ChatColor.YELLOW + "OR you can contact me on Discord if you don't know how to use GitHub: " + ChatColor.GREEN + "bryzinga#9971");
+ commandSender.sendMessage(ChatColor.YELLOW + "OR you can fill out this Google Form if you don't know how to use GitHub: " + ChatColor.GREEN + "https://forms.gle/3gLmhMXowNyqKUGdA");
commandSender.sendMessage(ChatColor.YELLOW + "Please prepare to explain how the bug occurred regardless of how you report the bug to me.");
}
}.runTaskLater(JavaPlugin.getProvidingPlugin(Resurrection.class), 60);
@@ -34,7 +34,7 @@ public class CommandBug implements CommandExecutor {
System.out.println("[Resurrection] ");
System.out.println("[Resurrection] Okay, fine. Maybe I'll tell you how to fix the problem. Hehe.");
System.out.println("[Resurrection] You can either create an issue on GitHub here: https://github.com/brysonsteck/resurrection/issues");
- System.out.println("[Resurrection] OR you can contact me on Discord if you don't know how to use GitHub: bryzinga#9971");
+ System.out.println("[Resurrection] OR you can fill out this Google Form if you don't know how to use GitHub: https://forms.gle/3gLmhMXowNyqKUGdA");
System.out.println("[Resurrection] Please prepare to explain how the bug occurred regardless of how you report the bug to me.");
}
}.runTaskLater(JavaPlugin.getProvidingPlugin(Resurrection.class), 60);
diff --git a/src/net/brysonsteck/Resurrection/plugin.yml b/src/net/brysonsteck/Resurrection/plugin.yml
index 47d0e8e..1d5aa86 100644
--- a/src/net/brysonsteck/Resurrection/plugin.yml
+++ b/src/net/brysonsteck/Resurrection/plugin.yml
@@ -1,7 +1,7 @@
main: net.brysonsteck.Resurrection.Resurrection
name: Resurrection
author: 'Bryson Steck'
-version: '0.2 beta'
+version: '0.2.1 beta'
commands:
about:
description: Displays information about Resurrection.