Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
library:minedown:usage [2025/06/14 09:40] – [MineDown using Adventure (e.g. on Paper or Velocity)] Docs are provided through maven phoenix616library: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's main API access is through the MineDown.class and its parse methods.+The library's main API access is through the [MineDown.class](https://docs.phoenix616.dev/minedown-adventure/de/themoep/minedown/adventure/MineDown.html) and its parse methods.
  
 ===== MineDown using Adventure (e.g. on Paper or Velocity) ===== ===== MineDown using Adventure (e.g. on Paper or Velocity) =====
Line 27: Line 27:
 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 JavaDocs](https://docs.phoenix616.dev/minedown-adventure/) for more
 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://docs.minebench.de/minedown/) for more+Take a look at the [MineDown Legacy JavaDocs](https://docs.phoenix616.dev/minedown/) for more
 detailed info on the library and the included classes. detailed info on the library and the included classes.