Skip to content

Commit

Permalink
improve meta
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed May 10, 2017
1 parent 19dd8c1 commit 94560f7
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -1563,7 +1563,7 @@ else if (item != null && item.hasItemMeta() && item.getItemMeta().hasDisplayName
}

// <--[tag]
// @attribute <in@inventory.contains.scriptname[<material>]>
// @attribute <in@inventory.contains.scriptname[<scriptname>]>
// @returns Element(Boolean)
// @description
// Returns whether the inventory contains an item with the specified scriptname.
Expand All @@ -1575,7 +1575,7 @@ else if (item != null && item.hasItemMeta() && item.getItemMeta().hasDisplayName
int attribs = 2;

// <--[tag]
// @attribute <in@inventory.contains.scriptname[<material>].quantity[<#>]>
// @attribute <in@inventory.contains.scriptname[<scriptname>].quantity[<#>]>
// @returns Element(Boolean)
// @description
// Returns whether the inventory contains a certain quantity of an item with the specified scriptname.
Expand Down

0 comments on commit 94560f7

Please sign in to comment.