Skip to content

Commit

Permalink
Merge pull request #157 from DebitCardz/replacement-typo
Browse files Browse the repository at this point in the history
docs: fix typo
  • Loading branch information
kezz authored Jan 2, 2024
2 parents 555d166 + 0a63d1d commit b5bcfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/minimessage/dynamic-replacements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Create your own styling tags:
.. code:: java
Placeholder.styling("fancy", TextColor.color(150, 200, 150)); // will replace the color between "<fancy>" and "</fancy>"
Placeholder.sytling("myhover", HoverEvent.showText(Component.text("test"))); // will display your custom text as hover
Placeholder.styling("myhover", HoverEvent.showText(Component.text("test"))); // will display your custom text as hover
Placeholder.styling("mycmd", ClickEvent.runCommand("/mycmd is cool")); // will create a clickable text which will run your specified command.
.. tip::
Expand Down

0 comments on commit b5bcfe4

Please sign in to comment.