Skip to content

Commit

Permalink
Change text type.
Browse files Browse the repository at this point in the history
  • Loading branch information
Moderocky committed Jan 15, 2025
1 parent 41a1477 commit 6520b2f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main/java/ch/njol/skript/structures/StructExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
"They are used as miniature tutorials for demonstrating code snippets in the example files.",
"Scripts containing an example are seen as 'examples' by the parser and may have special safety restrictions."
})
@Examples({
"example:",
"\tbroadcast \"hello world\""
@Examples({"""
example:
broadcast "hello world"
# this is never run"""
})
@Since("INSERT VERSION")
public class StructExample extends Structure {
Expand Down

0 comments on commit 6520b2f

Please sign in to comment.