a simple command manager for minecraft
- Copy the
me
package and its contents into yoursrc
folder - Add the Command-Manager to your Clients Main class (as shown in the example Client class at line 7)
- Initialize the Command-Manager in your startup function (as shown in the example Client class at line 10)
- Replace the sendChatMessage function in the EntityPlayerSP Class with the one in the Example EntityPlayerSP Class