Hypejet/Jet

Command system

Closed this issue · 0 comments

Minecraft servers have an important feature for client -> server interaction. It is called "commands". Commands are represented by a string, which server parses and does a certain thing. Mojang introduced an open-source command parser, which is even used by a vanilla server. Due to that, it should not be hard to implement a command system with brigadier - the command parser - and it would let users create commands easily.