Skip to content

Commit

Permalink
Add basic meta for all requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Morphan1 committed Aug 25, 2013
1 parent f08af60 commit ed23d6c
Showing 1 changed file with 67 additions and 54 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,13 +265,14 @@ public void registerCoreMembers() {
// @Usage permission (global) [<permission>]
// @Required 1
// @Stable Stable
// @Short TODO
// @Short Checks if the player has a permission node.
//
// @Description TODO
//
//
// @Usage TODO
// @Description Check if the player has a specified permission node.
// (Requires Vault)
//
// @Usage
// Check if the player has a permission.
// - permission denizen.basic
//
// @Example TODO
//
Expand All @@ -284,13 +285,14 @@ public void registerCoreMembers() {
// @Usage ispowered [location:<location>]
// @Required 1
// @Stable Stable
// @Short TODO
//
// @Description TODO
//
// @Short Checks if a block is powered.
//
// @Usage TODO
// @Description Checks if the block at a specified location is powered
// by a redstone current.
//
// @Usage
// Check if the block is powered.
// - ispowered location:919,78,298
//
// @Example TODO
//
Expand All @@ -303,13 +305,13 @@ public void registerCoreMembers() {
// @Usage oxygen (range:below/equals/above) [qty:<#>]
// @Required 1
// @Stable Stable
// @Short TODO
//
// @Description TODO
//
// @Short Checks the player's oxygen level.
//
// @Usage TODO
// @Description Checks if the specified oxygen level is above, below, or
// equal to the oxygen level of the player.
//
// @Usage Check if the player has above an amount of oxygen.
// - oxygen range:above qty:3
//
// @Example TODO
//
Expand All @@ -322,13 +324,13 @@ public void registerCoreMembers() {
// @Usage procedure [<script>]
// @Required 1
// @Stable Stable
// @Short TODO
//
// @Description TODO
//
// @Short Checks the value of the procedure script.
//
// @Usage TODO
// @Description Checks the value of a specified procedure script.
//
// @Usage
// Check if the procedure script determines true
// - procedure procScriptName
//
// @Example TODO
//
Expand All @@ -341,13 +343,18 @@ public void registerCoreMembers() {
// @Usage script [finished/failed] [script:<name>]
// @Required 2
// @Stable Stable
// @Short TODO
//
// @Description TODO
// @Short Checks if a script is finished or failed.
//
// @Description
// Checks if the specified script was finished or failed by the player.
//
// @Usage TODO
// @Usage
// Check if the script was finished
// - script finished script:ScriptName
//
// @Usage
// Check if the script was failed
// - script failed script:ScriptName
//
// @Example TODO
//
Expand All @@ -360,13 +367,14 @@ public void registerCoreMembers() {
// @Usage sneaking
// @Required 0
// @Stable Stable
// @Short TODO
// @Short Checks if the player is sneaking.
//
// @Description TODO
//
//
// @Usage TODO
// @Description
// Checks if the player is currently sneaking.
//
// @Usage
// Check if the player is sneaking
// - sneaking
//
// @Example TODO
//
Expand All @@ -379,13 +387,14 @@ public void registerCoreMembers() {
// @Usage storming
// @Required 0
// @Stable Stable
// @Short TODO
//
// @Description TODO
// @Short Checks if the player's world is storming.
//
// @Description
// Checks if the world the player is currently in has stormy weather.
//
// @Usage TODO
//
// @Usage
// Check if the world is storming
// - storming
//
// @Example TODO
//
Expand All @@ -398,13 +407,14 @@ public void registerCoreMembers() {
// @Usage sunny
// @Required 0
// @Stable Stable
// @Short TODO
//
// @Description TODO
//
// @Short Checks if the player's world is sunny.
//
// @Usage TODO
// @Description
// Checks if the world the player is currently in has sunny weather.
//
// @Usage
// Check if the world is sunny
// - sunny
//
// @Example TODO
//
Expand All @@ -417,13 +427,14 @@ public void registerCoreMembers() {
// @Usage rainy
// @Required 0
// @Stable Stable
// @Short TODO
//
// @Description TODO
// @Short Checks if the player's world is rainy.
//
// @Description
// Checks if the world the player is currently in has rainy weather.
//
// @Usage TODO
//
// @Usage
// Check if the world is rainy
// - rainy
//
// @Example TODO
//
Expand All @@ -436,13 +447,14 @@ public void registerCoreMembers() {
// @Usage time [dawn/day/dusk/night]
// @Required 1
// @Stable Stable
// @Short TODO
//
// @Description TODO
//
// @Short Checks the time of the player's world.
//
// @Usage TODO
// @Description
// Checks if the time of the player's world is currently dawn, day, dusk, or night.
//
// @Usage
// Check the time of day
// - time dusk
//
// @Example TODO
//
Expand All @@ -455,13 +467,14 @@ public void registerCoreMembers() {
// @Usage inregion [name:<region>]
// @Required 1
// @Stable Stable
// @Short TODO
// @Short Checks if the player is in a region.
//
// @Description TODO
//
//
// @Usage TODO
// @Description
// Checks if the player is in a WorldGuard region. (Requires WorldGuard!)
//
// @Usage
// Check if the player is in a region
// - inregion name:MyRegion
//
// @Example TODO
//
Expand Down

0 comments on commit ed23d6c

Please sign in to comment.