Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 475 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 475 Bytes

CHNBT

A CommandHelper extension using PowerNBT's API, makes all Minecraft data available to CommandHelper/MethodScript scripts.

To Build

  1. Clone PowerNBT

  2. Build and install PowerNBT to your local maven

     mvn clean install
    
  3. Build CHNBT

     mvn clean package
    

To Run

  1. Add PowerNBT.jar to /plugins/
  2. Add CHNBT.jar to /plugins/CommandHelper/extensions/