-
-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
47ea290
commit 6216e50
Showing
35 changed files
with
1,617 additions
and
1,677 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Valence Command | ||
|
||
This plugin manages the command system for a valence server. It is responsible for parsing, storing, managing and | ||
dispatching commands. | ||
|
||
#### This plugin manages the following: | ||
|
||
- Registering commands to a Command Graph which is used parse commands. | ||
- Receiving commands from the client and turning them into events. | ||
- Parsing commands and dispatching them in the registered executable format. | ||
- Sending the command graph to clients. | ||
|
||
See the module level documentation for more information. |
Oops, something went wrong.