Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 473 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 473 Bytes

simple-command-system

a simple command manager for minecraft

How to use

  1. Copy the me package and its contents into your src folder
  2. Add the Command-Manager to your Clients Main class (as shown in the example Client class at line 7)
  3. Initialize the Command-Manager in your startup function (as shown in the example Client class at line 10)
  4. Replace the sendChatMessage function in the EntityPlayerSP Class with the one in the Example EntityPlayerSP Class