We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4f4a1 commit aa84c88Copy full SHA for aa84c88
src/main/java/ch/njol/skript/effects/EffWorldBorderExpand.java
@@ -26,8 +26,8 @@
26
"Using `to` sets to the specified size."
27
})
28
@Examples({
29
- "expand world border of player by 100 in 5 seconds",
30
- "shrink world border of world \"world\" to 100 in 10 seconds"
+ "expand world border of player by 100 over 5 seconds",
+ "shrink world border of world \"world\" to 100 over 10 seconds"
31
32
@Since("2.11")
33
public class EffWorldBorderExpand extends Effect implements SyntaxRuntimeErrorProducer {
0 commit comments