Skip to content

Commit

Permalink
Requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NotSoDelayed committed Sep 17, 2024
1 parent 45f7f2a commit 49439d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/ch/njol/skript/expressions/ExprMaxStack.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"add 8 to the maximum stack size of player's tool",
"reset the maximum stack size of {_gui}"
})
@Since("2.1, INSERT VERSION (changeable, inventory support)")
@RequiredPlugins("Spigot 1.20.5+ (changeable item max stack size)")
@Since("2.1, INSERT VERSION (changeable, inventories)")
@RequiredPlugins("Spigot 1.20.5+ (changeable)")
public class ExprMaxStack extends SimplePropertyExpression<Object, Integer> {

static {
Expand Down

0 comments on commit 49439d1

Please sign in to comment.