6 Commits
Author SHA1 Message Date
Luxu f98feab271 refactor(package/addCommand): send chat suggestions to correct source (#627) 2024-08-13 12:43:17 +10:00
BerkieBb 64615a671e feat(addCommand): longString (#597) 2024-07-01 11:42:21 +10:00
Linden fd112ca03c fix(addCommand): catch errors in command handler
+ additional minor changes.
Use DoesPlayerExist native.
Mark addCommand cb as async.
2024-01-17 16:42:26 +11:00
Linden 2aa21e7478 fix(package/addCommand): argument validation
Get the first index of raw.split for the command name.
Check if value is defined (as 0 is falsey).
Don't subscribe to 0-index propaganda (argument index+1).
2024-01-15 18:52:28 +11:00
Linden c383e42602 fix(package/addCommand): allow typed arguments 2024-01-15 17:52:59 +11:00
ESK0 37a35996b4 feat(package): addCommand (#482) 2024-01-15 12:10:40 +11:00