From 9764af18a7bd1e9c9564993bccf7826e565ec7c7 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sat, 21 Aug 2021 12:39:14 -0600 Subject: built artifact with new contact methods --- src/net/brysonsteck/Resurrection/commands/CommandBug.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/brysonsteck/Resurrection/commands/CommandBug.java') 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); -- cgit v1.2.3