Skip to content

Commit 8334a53

Browse files
committed
fix: escape < charactrers in spigot.yml descriptions
1 parent 7e4f963 commit 8334a53

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/config/paper/spigot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ commands:
2626
default: "true"
2727
description: >-
2828
Whether to log commands executed by players, in chat or on signs. This
29-
_currently_ logs in the format "<playername> issued server command:
30-
<command>".
29+
_currently_ logs in the format "\<playername> issued server command:
30+
\<command>".
3131
replace-commands:
3232
default: "[setblock,summon,testforblock,tellraw]"
3333
description: List of Vanilla commands that should override any plugin commands.
@@ -724,7 +724,7 @@ world-settings:
724724
default: "100000"
725725
description: >-
726726
The chance of lightning occurring during a thunderstorm, as a
727-
probability of 1/<thunder-chance> per chunk, every tick.
727+
probability of 1/\<thunder-chance> per chunk, every tick.
728728
ticks-per:
729729
hopper-check:
730730
default: "1"

0 commit comments

Comments
 (0)