
MDXLib (Minecraft Development Library X) is a new Minecraft mod development library used by the ASX Minecraft Mod Development Team. This library is open source.
Features
Integrated Web Server
The integrated web server allows you to retrieve specific system or game information from a client or server via a web browser. For example: Minecraft's RCON and Query features do not allow you to obtain system CPU usage. This is just one of the many stats MDXLib allows you to retrieve. Below are more of the available stats the web server's API provides.
Featured Mods Using MDX
Requirements
Adding MDX To Gradle As A Dependency
repositories {
maven {
name = "aliensvspredator"
url = "http://maven.aliensvspredator.org/"
}
}
dependencies {
compile "com.arisux:mdxlib:2.0.0.33:deobf"
}
Conditions
Javadoc

No files available for download.