Skip to content

Commit

Permalink
docs: Fix casing and add links to MiniMessage support paragraph
Browse files Browse the repository at this point in the history
Co-authored-by: Almighty-Satan <[email protected]>
  • Loading branch information
LeStegii and Almighty-Satan authored Sep 6, 2023
1 parent 9e9763c commit 9de8767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ player.sendMessage(test0.value(null)); // Send the message to a player. No conte
player.sendMessage(test1.value(null, Placeholder.unparsed("123", "456"))); // Send another message but add an additional placeholder
```

[MiniMessages](https://docs.advntr.dev/minimessage/index.html) is a user friendly json message format for bukkit based servers integrated into [adventure](https://github.com/KyoriPowered/adventure). Every server core [implementing adventure](https://docs.advntr.dev/platform/native.html) (e.g. paper) should work out of the box while some others (e.g. [craftbukkit or spigot](https://docs.advntr.dev/platform/bukkit.html)) might require additional adapters.
[MiniMessages](https://docs.advntr.dev/minimessage/index.html) is a user friendly message format for Minecraft servers integrated into [Adventure](https://github.com/KyoriPowered/adventure). Every server core [implementing the Adventure-API](https://docs.advntr.dev/platform/native.html) (e.g. [Paper](https://papermc.io/)) should be supported out of the box while some others (e.g. [Craftbukkit or Spigot](https://docs.advntr.dev/platform/bukkit.html)) may require additional adapters.

### Building
To build the project, open the terminal and type `./gradlew build`. All jars will be located at `<module>/build/libs/<module>-<version>.jar`.
Expand Down

0 comments on commit 9de8767

Please sign in to comment.