diff --git a/docs/Arithmetica.md b/docs/Arithmetica.md index 1b07f47..d2c18d4 100644 --- a/docs/Arithmetica.md +++ b/docs/Arithmetica.md @@ -1,3 +1,5 @@ +# Arithmetica + Commander introduces support for evaluating math expressions with dynamic entity data. Arithmetica uses [exp4j](https://www.objecthunter.net/exp4j/index.html) for evaluation, while not required, it may be useful to familiarize yourself with it. diff --git a/docs/Commands.md b/docs/Commands.md index d9f908b..0e90c5d 100644 --- a/docs/Commands.md +++ b/docs/Commands.md @@ -1,3 +1,5 @@ +# Commands + Commands in Commander are the main actors in your subscription. In JSON, a command is an object. The required `type` field selects the command that will be executed when the event is invoked. diff --git a/docs/Events.md b/docs/Events.md index 88f1a5c..8e89cbe 100644 --- a/docs/Events.md +++ b/docs/Events.md @@ -1,3 +1,5 @@ +# Events + Events in Commander are points during gameplay when your [commands](Commands) will be invoked. ## Introduction to subscriptions