|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
Command implementations.
See:
Description
| Interface Summary | |
|---|---|
| Command | A command consummes a CommandMessage to execute a specific operation. |
| ParameterCommand | A command with a fixed number of parameters |
| Class Summary | |
|---|---|
| AbstractCommand | Abstract command. |
| AwayCommand | Set the away status of a player. |
| BroadcastCommand | Send a message to all clients on the server. |
| CommandManager | CommandManager |
| ConfigCommand | Display the channel settings. |
| EmoteCommand | Display an emote. |
| GotoCommand | Go to the channel of the specified player. |
| HelpCommand | List all commands available. |
| IgnoreCommand | Manage the ignore list. |
| IpCommand | Display the IP of a player. |
| JoinCommand | Join or create a channel. |
| KickCommand | Kick a player out of the server. |
| LanguageCommand | Set the language of the user. |
| ListCommand | List available channels. |
| ModeCommand | Switch between preconfigured settings. |
| MotdCommand | Display the message of the day. |
| MoveCommand | Move a player to a new slot or switch two players. |
| OperatorCommand | Grant operator status to the player. |
| PauseCommand | Pause the game. |
| PetitionCommand | Send a request for assistance to all operators online. |
| PingCommand | Display the ping to the server. |
| RandomCommand | Display a random number. |
| ReplyCommand | Reply to a private message sent by a player. |
| SpecListCommand | Show the spectators in the channel. |
| StartCommand | Start the game. |
| StartCommand.CountDown | A countdown thread to delay the beginning of the game. |
| StopCommand | Stop the game. |
| SummonCommand | Summon a player to the current channel. |
| TeamMessageCommand | Send a message to all members of the player's team. |
| TeleportCommand | Teleport a player to another channel. |
| TellCommand | Send a private message to a player. |
| TimeCommand | Display the server's time. |
| VersionCommand | Display the version of the server. |
| WhoCommand | List all players connected to the server. |
Contains concrete Command implementations. Commands
have to be registered in the config.xml file to be enabled on the
server. For a quick introduction on commands see http://jetrix.sourceforge.net/command-guide.php.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||