wysohn opened this issue 7 years ago ยท 0 comments
Assuming event.getMessage() and player.getName() both return String,
The following code is expected to work
#MESSAGE event.getName()+event.getMessage()
TriggerReactor currently treat it as numeric addition somehow