Skip to content

Commit

Permalink
built artifact with new contact methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryson Steck committed Aug 21, 2021
1 parent 5d2e65c commit 9764af1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified out/artifacts/Resurrection_jar/Resurrection.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions src/net/brysonsteck/Resurrection/commands/CommandBug.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public void run() {
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);
Expand All @@ -34,7 +34,7 @@ public void run() {
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);
Expand Down
2 changes: 1 addition & 1 deletion src/net/brysonsteck/Resurrection/plugin.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 9764af1

Please sign in to comment.