Uses of Interface
mmud.commands.Command
Packages that use Command
Package
Description
Provides the different commands possible for players.
-
Uses of Command in mmud.commands
Classes in mmud.commands that implement CommandModifier and TypeClassDescriptionclass
Admin commands are commands executed by users that have god set to 1.class
Set your AFK, or remove your AFK.class
Command used if none of the other commands match.class
Bow : "bow".class
Clear up your log file.class
Gets or sets the condition/state of your character.class
class
Shows the current date in the game: "date".class
Shows the current active deputies (may not be online in the game).class
Provides an emotional response.class
Provides an emotional response to a person.class
Raises your eyebrow.class
An abstract class for the commands that may only be executed by a member of a guild.class
An abstract class for the commands that may only be executed by the owner of a guild, the guildmaster.class
The Heehaw Command: "heehaw".class
Show help regarding possible commands: "help".class
Just a general look command, makes you refresh the room.class
Macros : "macro" shows a list of all macros "macro dostuff say "Hello, everyone"; bow" creates a macro with the command behind it.class
The Me Apostrophe Command: "me's eyes gleam.".class
The Me Command: "me closes the fridge.".class
An abstract class for the most normal commands.class
Owner : "owner", "owner remove" and "owner Karn".class
Posts a message to a general board.class
Reads a general board.class
The Ribbit Command: "Rrribbit".class
The Script Command.class
Makes your character fall asleep: "sleep".class
Show the statistics of a player.class
Indicates a command that needs or can have a target, like "action to Marvin" but necessarily, like "bow".class
Displays the current time: "time".class
Change your current title : "title Ruler of the Land".class
Sets the wimpy or displays the wimpy of the user: "wimpy".Methods in mmud.commands that return Command -
Uses of Command in mmud.commands.communication
Classes in mmud.commands.communication that implement CommandModifier and TypeClassDescriptionclass
Ask something : "ask Okay, where's everybody?"class
Chat to a group of people in the same chatline.class
class
Creates a new chatline.class
Cry something : "cry Good morning, everyone." or "cry to Karn Good morning, Karn."class
Removes a chat, including all people that have joined.class
Edits an existing chatline.class
Joins a chat to a group of people in the same chatline.class
Leaves a chat to a group of people in the same chatline.class
Shows the current date in the game: "date".class
Say something : "say Good morning, everyone." or "say to Karn Good morning, Karn."class
Scream to someone "scream Help!".class
Shout to someone "shout Help!".class
Sing something : "sing Good morning, everyone." or "sing to Karn Good morning, Karn."class
Tell to someone something.class
Whisper something : "whisper Anybody here?" -
Uses of Command in mmud.commands.guild
Classes in mmud.commands.guild that implement CommandModifier and TypeClassDescriptionclass
Makes you, as guildmaster, accept a new member to the guild.class
Makes you apply to a guild.class
Makes you, as guildmaster, promote somebody else as guildmaster.class
Creates a guild.class
Deletes a guild.class
Provides all the necessary details about the current guild that you are a member of.class
Makes you, as guildmaster, change the logonmessage of your guild.class
Makes you leave a guild.class
Say something in guildchat : "guild Good morning, everyone."class
Makes you, as guildmaster, assign a rank to a member of the guild.class
Makes you, as guildmaster, create or change a rank of the guild.class
Makes you, as guildmaster, delete a rank of the guild.class
Makes you, as guildmaster, reject a person wanting to join your guild.class
Makes you, as guildmaster, remove a member of the guild forcibly. -
Uses of Command in mmud.commands.items
Classes in mmud.commands.items that implement CommandModifier and TypeClassDescriptionclass
Buys an item from a shopkeeper.class
Close a container: "close chest".class
Destroys an item from inventory.class
You start removing what you are carrying in either left hand, right hand or both hands.class
Drink an item: "drink beer".class
Drop an item onto the floor: "drop bucket".class
Eat an item from inventory.class
Retrieve item from floor: "get bucket".class
Give an item in your inventory to another character.class
Show the inventory: "inventory".class
An abstract class for the most normal commands.class
Locks a container with a key: "lock chest with key".class
Look at stuff: "look at well".class
Look in an item: "look in chest".class
Open a container: "open chest".class
Put an item into a container: "put ring in sack".class
Read stuff: "read sign".class
/** Retrieve an item from a container: "retrieve ring from sack".class
Sells an item to a shopkeeper.class
You start stripping.class
Unlocks a container with a key: "unlock chest with key".class
Stop you wearing an item on you.class
Stops you wielding an item.class
Starts you wear an item on you.class
Starts you wielding an item. -
Uses of Command in mmud.commands.movement
Classes in mmud.commands.movement that implement CommandModifier and TypeClassDescriptionclass
Go down below: "down".class
Proceed east: "east".class
Go in a specific direction: "go south".class
Proceed to the room in the north, if possible : "north".class
Go south: "south".class
Moves the character to the room above: "up".class
Go to the room in the west : "west".