Skip to content

A simple command system for Minecraft Hacked-Clients (1.8)

Notifications You must be signed in to change notification settings

Milkmen/simple-command-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

About

A simple command system for Minecraft Hacked-Clients (1.8)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages