Theo
Theo
When using CommandIssuer#sendMessage(string) how should I send a message with color codes?
For anyone in the future who has issues using the Velocity version- it's because the documentation is outdated. Here's the fix for anyone who's in the same situation as me....
### Subject of the issue I copied [this code](https://github.com/lightningj-org/lightningj/blob/master/src/examples/lnd/SynchronousLndAPIExample.java) directly into my enviroment and have [this pom](https://pastebin.com/WLMkQkWG). When I run java -jar `file-with-dependencies.jar` it receive this error: https://pastebin.com/ahW8YFXT ### Your...