Skip to content

Commit

Permalink
Last bit of formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 8, 2013
1 parent ef2c249 commit d8ccd57
Showing 1 changed file with 14 additions and 14 deletions.
Expand Up @@ -55,17 +55,17 @@ public <T extends RegistrationableInstance> T get(Class<T> clazz) {
@Override
public void registerCoreMembers() {

// <--[command]
// @Name Anchor
// <--[command]
// @Name Anchor

// @Usage anchor [id:<name>] [assume/remove/add <location>/walkto/walknear (r:#)]
// @Required 2
// @Stable Stable
// @Short Controls a NPC's Anchor Trait.
// @Author aufdemrand
// @Usage anchor [id:<name>] [assume/remove/add <location>/walkto/walknear (r:#)]
// @Required 2
// @Stable Stable
// @Short Controls a NPC's Anchor Trait.
// @Author aufdemrand

// @Description
// The anchor system inside Citizens2 allows locations to be 'bound' to a NPC, saved by an 'id'. The anchor
// @Description
// The anchor system inside Citizens2 allows locations to be 'bound' to a NPC, saved by an 'id'. The anchor
// command can add and remove new anchors, as well as the ability to teleport NPCs to anchors with the 'assume'
// argument.
// The Anchors Trait can also be used as a sort of 'waypoints' system. For ease of use, the anchor command
Expand All @@ -74,11 +74,11 @@ public void registerCoreMembers() {
// If none is provided by default, the use of the 'npc:n@id' argument, replacing the id with the npcid of the
// NPC desired, can create a link, or alternatively override the default linked npc.

// @Tags
// <n@npc.anchor[anchor_name]>
// @Tags
// <n@npc.anchor[anchor_name]>

// @Usage
// Use to add and remove anchors to a npc.
// @Usage
// Use to add and remove anchors to a npc.
// - define location_name <context.message>
// - chat "I have saved this location as %location_name%.'
// - anchor add <npc.location> "id:%location_name%"
Expand All @@ -87,7 +87,7 @@ public void registerCoreMembers() {
// Use to make a NPC walk to or walk near a saved anchor.
// - anchor walkto i:waypoint_1
// - anchor walknear i:waypoint_2 r:5
// -->
// -->
registerCoreMember(AnchorCommand.class,
"ANCHOR", "anchor [id:<name>] [assume/remove/add <location>/walkto/walknear (r:#)]", 2);

Expand Down

0 comments on commit d8ccd57

Please sign in to comment.