Private Welcome Message Type Update
The private welcome message type has been updated to send a direct message using the /msg command
Command System Update
Configure this in config.yml using:
Code (YAML):
settings:
welcome-commands
:
-
"welcome"
-
"wlc"
-
"test"
This allows you to define which commands can trigger the welcome system.
Additional Improvements
- Slight optimization to the random message system for better performance.