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 TypeClassDescriptionclassAdmin commands are commands executed by users that have god set to 1.classSet your AFK, or remove your AFK.classCommand used if none of the other commands match.classBow : "bow".classClear up your log file.classGets or sets the condition/state of your character.classclassShows the current date in the game: "date".classShows the current active deputies (may not be online in the game).classProvides an emotional response.classProvides an emotional response to a person.classRaises your eyebrow.classAn abstract class for the commands that may only be executed by a member of a guild.classAn abstract class for the commands that may only be executed by the owner of a guild, the guildmaster.classThe Heehaw Command: "heehaw".classShow help regarding possible commands: "help".classJust a general look command, makes you refresh the room.classMacros : "macro" shows a list of all macros "macro dostuff say "Hello, everyone"; bow" creates a macro with the command behind it.classThe Me Apostrophe Command: "me's eyes gleam.".classThe Me Command: "me closes the fridge.".classAn abstract class for the most normal commands.classOwner : "owner", "owner remove" and "owner Karn".classPosts a message to a general board.classReads a general board.classThe Ribbit Command: "Rrribbit".classThe Script Command.classMakes your character fall asleep: "sleep".classShow the statistics of a player.classIndicates a command that needs or can have a target, like "action to Marvin" but necessarily, like "bow".classDisplays the current time: "time".classChange your current title : "title Ruler of the Land".classSets 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 TypeClassDescriptionclassAsk something : "ask Okay, where's everybody?"classChat to a group of people in the same chatline.classclassCreates a new chatline.classCry something : "cry Good morning, everyone." or "cry to Karn Good morning, Karn."classRemoves a chat, including all people that have joined.classEdits an existing chatline.classJoins a chat to a group of people in the same chatline.classLeaves a chat to a group of people in the same chatline.classShows the current date in the game: "date".classSay something : "say Good morning, everyone." or "say to Karn Good morning, Karn."classScream to someone "scream Help!".classShout to someone "shout Help!".classSing something : "sing Good morning, everyone." or "sing to Karn Good morning, Karn."classTell to someone something.classWhisper something : "whisper Anybody here?" -
Uses of Command in mmud.commands.guild
Classes in mmud.commands.guild that implement CommandModifier and TypeClassDescriptionclassMakes you, as guildmaster, accept a new member to the guild.classMakes you apply to a guild.classMakes you, as guildmaster, promote somebody else as guildmaster.classCreates a guild.classDeletes a guild.classProvides all the necessary details about the current guild that you are a member of.classMakes you, as guildmaster, change the logonmessage of your guild.classMakes you leave a guild.classSay something in guildchat : "guild Good morning, everyone."classMakes you, as guildmaster, assign a rank to a member of the guild.classMakes you, as guildmaster, create or change a rank of the guild.classMakes you, as guildmaster, delete a rank of the guild.classMakes you, as guildmaster, reject a person wanting to join your guild.classMakes 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 TypeClassDescriptionclassBuys an item from a shopkeeper.classClose a container: "close chest".classDestroys an item from inventory.classYou start removing what you are carrying in either left hand, right hand or both hands.classDrink an item: "drink beer".classDrop an item onto the floor: "drop bucket".classEat an item from inventory.classRetrieve item from floor: "get bucket".classGive an item in your inventory to another character.classShow the inventory: "inventory".classAn abstract class for the most normal commands.classLocks a container with a key: "lock chest with key".classLook at stuff: "look at well".classLook in an item: "look in chest".classOpen a container: "open chest".classPut an item into a container: "put ring in sack".classRead stuff: "read sign".class/** Retrieve an item from a container: "retrieve ring from sack".classSells an item to a shopkeeper.classYou start stripping.classUnlocks a container with a key: "unlock chest with key".classStop you wearing an item on you.classStops you wielding an item.classStarts you wear an item on you.classStarts you wielding an item. -
Uses of Command in mmud.commands.movement
Classes in mmud.commands.movement that implement CommandModifier and TypeClassDescriptionclassGo down below: "down".classProceed east: "east".classGo in a specific direction: "go south".classProceed to the room in the north, if possible : "north".classGo south: "south".classMoves the character to the room above: "up".classGo to the room in the west : "west".