[PR #375] Implemented Command Processor #9601

Closed
opened 2026-06-02 12:22:11 +00:00 by Dark98 · 0 comments
Owner

Original Pull Request: https://github.com/2006-Scape/2006Scape/pull/375

State: closed
Merged: Yes


Added a command processor!

It runs in another thread and reads/writes to stdin stdout.

Create a class that implements CommandProcessor, add it to the ArrayList<CommandProcessor> cmds in the CommandConsole() constructor.

**Original Pull Request:** https://github.com/2006-Scape/2006Scape/pull/375 **State:** closed **Merged:** Yes --- Added a command processor! It runs in another thread and reads/writes to stdin stdout. Create a class that implements `CommandProcessor`, add it to the `ArrayList<CommandProcessor> cmds` in the `CommandConsole()` constructor.
Dark98 added the pull-request label 2026-06-02 12:22:11 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#9601