Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
library:minedown:usage [2025/06/14 09:39] – [How to use it] Remove links to broken docs phoenix616 | library:minedown:usage [2025/06/16 11:38] (current) – Replace docs links to phoenix616.dev phoenix616 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== How to use it ====== | ====== How to use it ====== | ||
- | The library' | + | The library' |
===== MineDown using Adventure (e.g. on Paper or Velocity) ===== | ===== MineDown using Adventure (e.g. on Paper or Velocity) ===== | ||
Line 15: | Line 15: | ||
This is possible on any platform that implements the [Adventure Component API](https:// | This is possible on any platform that implements the [Adventure Component API](https:// | ||
- | Take a look at the [MineDown JavaDocs](https:// | + | Take a look at the MineDown JavaDocs (provided through Maven) for more |
detailed info on the library and the included classes. | detailed info on the library and the included classes. | ||
Line 27: | Line 27: | ||
BukkitAudiences.create(plugin).player(player).sendMessage(MineDown.parse(rawMessage, | BukkitAudiences.create(plugin).player(player).sendMessage(MineDown.parse(rawMessage, | ||
``` | ``` | ||
- | Take a look at the [MineDown JavaDocs](https:// | + | Take a look at the [MineDown JavaDocs](https:// |
detailed info on the library and the included classes. | detailed info on the library and the included classes. | ||
Line 40: | Line 40: | ||
``` | ``` | ||
- | Take a look at the [MineDown Legacy JavaDocs](https:// | + | Take a look at the [MineDown Legacy JavaDocs](https:// |
detailed info on the library and the included classes. | detailed info on the library and the included classes. | ||