#[SOLVED] Client command with infinite string argument
9 messages · Page 1 of 1 (latest)
9 messages · Page 1 of 1 (latest)
Im making a command: /smallcaps <text> that transforms the text specified to sᴍᴀʟʟᴄᴀᴘs, but im unsure how to make the text argument infinite, so it can include spaces!
use StringArgumentType.greedyString() instead of StringArgumentType.string() or .word()
iirc
Thx!
lol