Get rid of ridiculous message in disguiseclone command
This commit is contained in:
parent
b999f48fef
commit
e7301e06d0
@ -47,10 +47,7 @@ public class DisguiseCloneCommand extends BaseDisguiseCommand {
|
|||||||
sender.sendMessage(ChatColor.RED + "Right click a entity in the next " + DisguiseConfig.getDisguiseCloneExpire()
|
sender.sendMessage(ChatColor.RED + "Right click a entity in the next " + DisguiseConfig.getDisguiseCloneExpire()
|
||||||
+ " seconds to disguise as it!");
|
+ " seconds to disguise as it!");
|
||||||
} else {
|
} else {
|
||||||
sender.sendMessage(ChatColor.RED + "There was once a curious little boy,"
|
sender.sendMessage(ChatColor.RED + "You are forbidden to use this command.");
|
||||||
+ " he liked to try out these strange sounding commands."
|
|
||||||
+ " One day, that curious little boy tried out the wrong command and was set on fire!" + " Aka.");
|
|
||||||
sender.sendMessage(ChatColor.DARK_RED + "You are forbidden to use this command.");
|
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user