Addon Development
⚙️ TreexClans Addon Development
📦 Connecting the TreexClans API
repositories {
maven {
name = "jetby-repo"
url = "https://maven.jetby.space"
}
maven {
name = "jitpack.io"
url = "https://jitpack.io"
}
maven {
name = "Jodexindustries-releases"
url = "https://repo.jodex.xyz/releases"
}
}
dependencies {
compileOnly("space.jetby.TreexClans:api:2.1")
}🧱 Project Structure
🧩 Basic Addon Example
🔑 Key Points
🧭 Working with the API and Services
🧰 Commands and Interfaces
🎨 GUI and Menus
🧩 Addon Configuration
🏗️ Building and Installation
💡 Recommendations
📘 Summary
Last updated