API
Repository & Dependencies
repositories {
maven("https://repo.nexomc.com/releases")
}
dependencies {
compileOnly("com.nexomc:nexo:<version>") //Nexo 1.X -> 1.X.0
}JavaDocs
Custom Items
ItemBuilder itemBuilder = NexoItems.itemFromId(itemID);
ItemStack itemStack = itemBuilder.build();
String itemId = NexoItems.idFromItem(itemStack);Modifying how Nexo updates a NexoItem
Custom Blocks
Furniture
Custom Mechanics
Custom PackServer
Last updated