summaryrefslogtreewikicommitdiff
path: root/src/main/java/net/tylermurphy/hideAndSeek/command/About.java
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2022-05-14 21:12:27 -0400
committerTyler Murphy <tylermurphy534@gmail.com>2022-05-14 21:12:27 -0400
commit90b99235257770e39a96f4d54293e4ebd7f6256c (patch)
tree4fd54e98a3be0b7705049823cb43e7b810b1699e /src/main/java/net/tylermurphy/hideAndSeek/command/About.java
parentMerge pull request #54 from bobby29831/1.4.3 (diff)
downloadkenshinshideandseek-90b99235257770e39a96f4d54293e4ebd7f6256c.tar.gz
kenshinshideandseek-90b99235257770e39a96f4d54293e4ebd7f6256c.tar.bz2
kenshinshideandseek-90b99235257770e39a96f4d54293e4ebd7f6256c.zip
debug menu and 1.8/1.14 fixes
Diffstat (limited to 'src/main/java/net/tylermurphy/hideAndSeek/command/About.java')
-rw-r--r--src/main/java/net/tylermurphy/hideAndSeek/command/About.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/net/tylermurphy/hideAndSeek/command/About.java b/src/main/java/net/tylermurphy/hideAndSeek/command/About.java
index 046c2d8..f996519 100644
--- a/src/main/java/net/tylermurphy/hideAndSeek/command/About.java
+++ b/src/main/java/net/tylermurphy/hideAndSeek/command/About.java
@@ -20,11 +20,11 @@
package net.tylermurphy.hideAndSeek.command;
import org.bukkit.ChatColor;
-import org.bukkit.command.CommandSender;
+import org.bukkit.entity.Player;
public class About implements ICommand {
- public void execute(CommandSender sender, String[] args) {
+ public void execute(Player sender, String[] args) {
sender.sendMessage(
String.format("%s%sHide and Seek %s(%s1.4.3%s)\n", ChatColor.AQUA, ChatColor.BOLD, ChatColor.GRAY,ChatColor.WHITE,ChatColor.GRAY) +
String.format("%sAuthor: %s[KenshinEto]\n", ChatColor.GRAY, ChatColor.WHITE) +