Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
library:minedown:usage [2020/09/22 23:22] – Add adventure example phoenix616library:minedown:usage [2020/09/22 23:22] – [kyori-adventure on Spigot] phoenix616
Line 25: Line 25:
 BukkitAudiences.create(plugin).player(player).sendMessage(MineDown.parse(rawMessage, replacements)); BukkitAudiences.create(plugin).player(player).sendMessage(MineDown.parse(rawMessage, replacements));
 ``` ```
-Take a look at the [MineDown JavaDocs](https://docs.minebench.de/minedown-adventure/) for more+Take a look at the [MineDown-adventure JavaDocs](https://docs.minebench.de/minedown-adventure/) for more
 detailed info on the library and the included classes. detailed info on the library and the included classes.