You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-118 Add multification-paper module with Paper platform support and examples (#118)
* Add `multification-paper` module with Paper platform support and examples.
* Update GitHub workflows to refine CI/CD setup
* ci: make gradlew executable in CI workflows
* Refactor README examples for cleaner code and update Maven repository comments.
* Update README.md
Co-authored-by: Jakub Kędziora <77227023+Jakubk15@users.noreply.github.com>
* Clean up code examples in README, streamline viewer provider logic, and improve formatting.
* Update examples/paper/src/main/java/com/eternalcode/example/paper/config/MessagesConfig.java
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
---------
Co-authored-by: Jakub Kędziora <77227023+Jakubk15@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@@ -15,7 +17,9 @@ Powerful library for sending custom notifications based on adventure.
15
17
16
18
## About
17
19
18
-
Multification makes it simple to create customizable notifications and messages within large plugins that require handling a high volume of messages (while the setup may not be easy, **it’s worthwhile for extensive plugins**). It offers a range of features, including:
20
+
Multification makes it simple to create customizable notifications and messages within large plugins that require
21
+
handling a high volume of messages (while the setup may not be easy, **it’s worthwhile for extensive plugins**). It
22
+
offers a range of features, including:
19
23
20
24
- 💭 Chat messages
21
25
- 📕 Title & Subtitle
@@ -28,23 +32,55 @@ Multification makes it simple to create customizable notifications and messages
28
32
- 🛠️ Formatter support
29
33
- 🌎 Flexible messages providing (easy to implement i18n)
30
34
- 📦 Configuration support (CDN, Okaeri Configs)
31
-
- Cross-platform support (currently we support Bukkit, but it's easy to add support for other adventure-based platforms)
35
+
-🚀 Cross-platform support (Bukkit, Paper)
32
36
33
37
Messages can be sent to any audience, such as players or the console.
34
38
39
+
## Supported Platforms
40
+
41
+
| Platform | Module | Java Version | Adventure API | Status |
0 commit comments