Skip to content

Commit 96dcf0f

Browse files
bluelhfsovdeeth
andauthored
chore: suggestions from code review
Co-authored-by: sovdee <10354869+sovdeeth@users.noreply.github.com>
1 parent efe6e2d commit 96dcf0f

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/main/java/ch/njol/skript/conditions/CondIsClimbing.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
spawn a spider at location of spawn
1212
wait a second
1313
if the last spawned spider is climbing:
14-
message"The spider is now climbing!"
14+
message "The spider is now climbing!"
1515
""")
1616
@RequiredPlugins("Minecraft 1.17+")
1717
@Since("2.8.0")

src/main/java/ch/njol/skript/conditions/CondIsSkriptCommand.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,9 @@
1111
@Name("Is a Skript command")
1212
@Description("Checks whether a command/string is a custom Skript command.")
1313
@Example("""
14-
# Example 1
1514
on command:
1615
command is a skript command
1716
""")
18-
@Example("""
19-
# Example 2
20-
"sometext" is a skript command
21-
""")
2217
@Since("2.6")
2318
public class CondIsSkriptCommand extends PropertyCondition<String> {
2419

0 commit comments

Comments
 (0)