Welcome on MasterOf13FPS! MasterOf13FPS

Register today or sign up if you are already a member and never miss any cool content again :)

[Question]: How do I code a command base for my client ?

whosvanilla

New member
Joined
Aug 8, 2020
Messages
18
Reaction score
2
Points
0
For starters, for now I'd make a .help a .bind command. How can I get started? and are there any resources I can follow?
 
Place a Event/Hook in EntityPlayerSP.sendChatMessage(String message)
and just play around with the message check if it starts with a character and if yes cancel the chatmessage packet.
 
You can look into my ClientBase I posted here, it includes everything you need
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top