← Назад к ресурсам

XD's Library

XDPXI's library for numerous tasks.

Modrinth library management utility

Описание

Have you ever wanted your own **Minecraft server** but didn't know where to start? NeyHost makes it easy to create a server for a variety of use cases without needing any technical experience. Get started today and use my code `XDPXI` for **30% off your first month**! [Visit NeyHost](https://www.xdpxi.dev/neyhost) --- ![XD's Library](https://cdn.modrinth.com/data/cached_images/20685abca7df4e938a9e7f196cc41a8969da3835.png) A unified modding & plugin library for every Minecraft platform. Write once, deploy everywhere. XD's Library is the essential toolkit for developers building mods and plugins across Fabric, Forge, NeoForge, Bukkit, Spigot, BungeeCord, and Velocity. Stop duplicating code, just use a single API that just works on every platform. ![Why XD's Library?](https://cdn.modrinth.com/data/cached_images/22e8f6749aabc0c1c6fcd2bfbb5cabfb6725c9a9.png) ### 📦 Multi-Platform in One Dependency Support Fabric, Forge, NeoForge, Bukkit, Spigot, BungeeCord, and Velocity from a single codebase. No more platform-specific branches. XDLib abstracts loader differences so you can focus on building. ### 🔄 Stable API Versions Version 3, 6, 7, and beyond, all ships alongside each other. Your dependencies never break. Upgrade when you're ready, not when you have to. ### ⚡ Built-In Utilities Window management, config parsing, logging, and more are baked in. Stop reinventing the wheel on every project. ### 🛠️ Production-Ready Used in real mods and plugins across communities. Published to Maven and Modrinth with full versioning and support for multiple Minecraft release cycles. ![Get Started](https://cdn.modrinth.com/data/cached_images/d626aff1659f00dc34890fa36886fca499054bb9_0.webp) ### For Mod/Plugin Developers Add XD's Library as a dependency in your project and start using its APIs. Full documentation and examples are available at: [docs.xdpxi.dev](https://docs.xdpxi.dev/) Download from: - [Maven](https://maven.xdpxi.net/) (for development) - [Modrinth](https://modrinth.com/mod/xdlib) (mod page) ### Building from Source ```bash # Clone the repository git clone https://github.com/XDPXI/XDLib cd XDLib # Build the mod .\build.ps1 ``` Compiled artifacts will be in `build/libs/`.