Skip to content

Commit

Permalink
Update ExprDisplayHeightWidth.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sovdeeth committed Aug 31, 2024
1 parent a244db1 commit 84f5b6e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
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.lang.Expression;
Expand All @@ -24,7 +23,6 @@
"If set to 0, no culling will occur on both the vertical and horizontal directions. Default is 0.0."
})
@Examples("set display height of the last spawned text display to 2.5")
@RequiredPlugins("Spigot 1.19.4+")
@Since("INSERT VERSION")
public class ExprDisplayHeightWidth extends SimplePropertyExpression<Display, Float> {

Expand Down

0 comments on commit 84f5b6e

Please sign in to comment.