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/04/29 15:07] – 1.7.4 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](https://docs.phoenix616.dev/minedown/de/themoep/minedown/MineDown.html) 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 15: Line 15:
 This is possible on any platform that implements the [Adventure Component API](https://github.com/KyoriPowered/adventure)! This is possible on any platform that implements the [Adventure Component API](https://github.com/KyoriPowered/adventure)!
  
-Take a look at the [MineDown JavaDocs](https://docs.minebench.de/minedown-adventure/) for more+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, 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.