Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 528 Bytes

File metadata and controls

27 lines (20 loc) · 528 Bytes

✨ ThroneLib

Lightweight and modern Paper plugin library built with Adventure API and Java 21.


⚙️ Requirements

  • Java: 21+
  • Paper: 1.21.4+

🧩 Features

  • 🎨 Advanced text formatting (MiniMessage, hex, PlaceholderAPI support)
  • 🔊 Custom sound system (ThrSound)
  • 🧱 Item builder utilities
  • ⚡ Ready for modular plugin development

📦 Installation

Add ThroneLib as a dependency in your plugin.

dependencies {
    implementation "cc.thronix:lib:1.0.0"
}