Skip to content

Commit

Permalink
ExprMaxDurability - required plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneBeee committed Jun 28, 2024
1 parent 2b6f7e2 commit dd2c36c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import ch.njol.skript.doc.Description;
import ch.njol.skript.doc.Examples;
import ch.njol.skript.doc.Name;
import ch.njol.skript.doc.RequiredPlugins;
import ch.njol.skript.doc.Since;
import ch.njol.skript.expressions.base.SimplePropertyExpression;
import ch.njol.skript.util.slot.Slot;
Expand All @@ -43,6 +44,7 @@
"reset max durability of player's tool",
"delete max durability of player's tool"
})
@RequiredPlugins("Minecraft 1.20.5+ (custom amount)")
@Since("2.5, INSERT VERSION (change)")
public class ExprMaxDurability extends SimplePropertyExpression<Object, Integer> {

Expand Down

0 comments on commit dd2c36c

Please sign in to comment.