Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AyhamAl-Ali committed Jul 27, 2021
1 parent dcb47a1 commit 6fff752
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
import ch.njol.util.Kleenean;

@Name("Inventory Holder/Viewers/Rows/Slots")
@Description("Gets the amount of rows/slots, viewers and holder of an inventory.")
@Description("Gets the amount of rows/slots, viewers and holder of an inventory." +
"" +
"NOTE: 'Viewers' expression returns a list of players viewing the inventory. Note that a player is considered to be viewing their own inventory and internal crafting screen even when said inventory is not open.")
@Examples({"event-inventory's amount of rows",
"holder of player's top inventory",
"{_inventory}'s viewers"})
Expand Down

0 comments on commit 6fff752

Please sign in to comment.