Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
library:minedown:usage [2025/06/16 11:37] – [How to use it] Re-add link to adventure class in hosted javadocs phoenix616library:minedown:usage [2025/06/16 11:38] (current) – Replace docs links to phoenix616.dev phoenix616
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.