mirror of
https://github.com/Aust1n46/VentureChat.git
synced 2025-07-07 10:34:03 +00:00
Renamed /nick -> /setnickname to reduce conflict with Essentials
This commit is contained in:
parent
9e2163b443
commit
2ddf474748
@ -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"));
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user