Skip to content

Commit

Permalink
Minor meta adjustment
Browse files Browse the repository at this point in the history
... These things *SHOULD*  be doable by the trait command but are not
because all the traits are set up weird. It's apparently possible (and
default!) to have these traits but not have any of their effects until a
plugin command forces the effects to start.
Ack.
  • Loading branch information
mcmonkey4eva committed Sep 27, 2013
1 parent 0e29da0 commit b5d8aec
Showing 1 changed file with 2 additions and 6 deletions.
Expand Up @@ -977,7 +977,6 @@ public void registerCoreMembers() {

// <--[command]
// @Name Invisible
// @Deprecated This functionality can now be achieved with the Trait command.
// @Usage invisible [player/npc] [state:true/false/toggle]
// @Required 2
// @Stable unstable
Expand Down Expand Up @@ -1065,7 +1064,6 @@ public void registerCoreMembers() {

// <--[command]
// @Name LookClose
// @Deprecated This functionality can now be achieved with the Trait command.
// @Usage lookclose [state:true/false]
// @Required 1
// @Stable unstable
Expand Down Expand Up @@ -1574,11 +1572,10 @@ public void registerCoreMembers() {

// <--[command]
// @Name Sit
// @Deprecated This functionality can now be achieved with the Trait command.
// @Usage sit (<location>)
// @Required 0
// @Stable unstable
// @Short Causes the NPC to sit.
// @Short Causes the NPC to sit. (Does not currently work!)
// @Author Todo
// @Description
// Todo
Expand Down Expand Up @@ -1610,11 +1607,10 @@ public void registerCoreMembers() {

// <--[command]
// @Name Stand
// @Deprecated This functionality can now be achieved with the Trait command.
// @Usage stand
// @Required 0
// @Stable unstable
// @Short Causes the NPC to stand.
// @Short Causes the NPC to stand. (Does not currently work!)
// @Author Todo
// @Description
// Todo
Expand Down

0 comments on commit b5d8aec

Please sign in to comment.