diff --git a/src/main/java/net/aufdemrand/denizen/scripts/requirements/RequirementRegistry.java b/src/main/java/net/aufdemrand/denizen/scripts/requirements/RequirementRegistry.java index 49ed1eeb6a..43dd8bc24c 100644 --- a/src/main/java/net/aufdemrand/denizen/scripts/requirements/RequirementRegistry.java +++ b/src/main/java/net/aufdemrand/denizen/scripts/requirements/RequirementRegistry.java @@ -265,13 +265,14 @@ public void registerCoreMembers() { // @Usage permission (global) [] // @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 // @@ -284,13 +285,14 @@ public void registerCoreMembers() { // @Usage ispowered [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 // @@ -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 // @@ -322,13 +324,13 @@ public void registerCoreMembers() { // @Usage procedure [