Renamed /nick -> /setnickname to reduce conflict with Essentials

This commit is contained in:
Aust1n46 2020-05-04 23:38:00 -04:00
parent 9e2163b443
commit 2ddf474748
2 changed files with 3 additions and 3 deletions

View File

@ -319,7 +319,7 @@ public class MineverseChat extends JavaPlugin implements PluginMessageListener {
commands.put("venturechat", new Venturechat("venturechat"));
commands.put("mute", new Mute("mute"));
commands.put("muteall", new Muteall("muteall"));
commands.put("nick", new Nick("nick"));
commands.put("setnickname", new Nick("setnickname"));
commands.put("notifications", new Notifications("notifications"));
commands.put("party", new Party("party"));
commands.put("rangedspy", new RangedSpy("rangedspy"));

View File

@ -162,8 +162,8 @@ commands:
aliases: [cb,vcommandblock]
description: Toggle a player blocked from entering a command
permission-message: You don't have <permission>
nick:
usage: /nick {player} [nickname]
setnickname:
usage: /setnickname {player} [nickname]
aliases: [vnick]
description: Set a players nickname
permission-message: You don't have <permission>