Initialization
Before you can use Adventure, you need to initialize the Player API. Please refer to the Initialization guide for more information. After initializing the Player API, you can use Adventure components to send rich content to players. For more detailed information about Adventure’s capabilities, check out the official Adventure documentation.Sending Messages
You can send various types of messages to players using Adventure’s text components:- Kotlin
- Java
For more information about text components and formatting, see the Adventure
Text documentation.
Titles
You can display titles and subtitles to players using Adventure’s title API:- Kotlin
- Java
For more details about title customization, check out the Adventure Title
documentation.
Action Bars
You can display action bar messages to players (the text above the hotbar). For more information about action bars, see the Adventure documentation:- Kotlin
- Java
For more advanced text formatting options, including gradients and advanced
formatting, check out Adventure’s MiniMessage
format.