Skip to content

Commit aa84c88

Browse files
TheMug06Efnilite
andauthored
Fixes examples of worldborder expand/shrink effect (#7935)
Fix examples Fixes examples (in -> over) Co-authored-by: Efnilite <35348263+Efnilite@users.noreply.github.com>
1 parent fe4f4a1 commit aa84c88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/ch/njol/skript/effects/EffWorldBorderExpand.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"Using `to` sets to the specified size."
2727
})
2828
@Examples({
29-
"expand world border of player by 100 in 5 seconds",
30-
"shrink world border of world \"world\" to 100 in 10 seconds"
29+
"expand world border of player by 100 over 5 seconds",
30+
"shrink world border of world \"world\" to 100 over 10 seconds"
3131
})
3232
@Since("2.11")
3333
public class EffWorldBorderExpand extends Effect implements SyntaxRuntimeErrorProducer {

0 commit comments

Comments
 (0)