Shows the event command list
===================================================================
index ---- net.sf.l2j.gameserver.handler.voicedcommandhandlers.EventCommand.java
===================================================================
private static final String[] VOICED_COMMANDS =
{
+ "eventscmds",
"ctfinfo",
"ctfjoin",
public boolean useVoicedCommand(String command, Player player, String target)
{
+ if (command.equals("eventscmds"))
+ {
+ player.sendMessage("CTF: ctfinfo,ctfjoin,ctfleave");
+ player.sendMessage("DM: dminfo,dmjoin,dmleave");
+ player.sendMessage("LM: lminfo,lmjoin,lmleave");
+ player.sendMessage("TVT: tvtinfo,tvtjoin,tvtleave");
+ return false;
+ }
else if (command.equals("ctfinfo"))
{
Последнее редактирование: