Change a message slightly from slap to right click
This commit is contained in:
parent
c9b9710a78
commit
299347d81c
@ -46,7 +46,7 @@ public class DisguiseEntityCommand extends BaseDisguiseCommand {
|
|||||||
*/
|
*/
|
||||||
protected void sendCommandUsage(CommandSender sender) {
|
protected void sendCommandUsage(CommandSender sender) {
|
||||||
ArrayList<String> allowedDisguises = getAllowedDisguises(sender);
|
ArrayList<String> allowedDisguises = getAllowedDisguises(sender);
|
||||||
sender.sendMessage(ChatColor.DARK_GREEN + "Choose a disguise then slap a entity to disguise it!");
|
sender.sendMessage(ChatColor.DARK_GREEN + "Choose a disguise then right click a entity to disguise it!");
|
||||||
sender.sendMessage(ChatColor.DARK_GREEN + "You can use the disguises: " + ChatColor.GREEN
|
sender.sendMessage(ChatColor.DARK_GREEN + "You can use the disguises: " + ChatColor.GREEN
|
||||||
+ StringUtils.join(allowedDisguises, ChatColor.RED + ", " + ChatColor.GREEN));
|
+ StringUtils.join(allowedDisguises, ChatColor.RED + ", " + ChatColor.GREEN));
|
||||||
if (allowedDisguises.contains("player"))
|
if (allowedDisguises.contains("player"))
|
||||||
|
Loading…
Reference in New Issue
Block a user