Carpet

Carpet

2M Downloads

[Scarpet] `string` argument type works as a `term`

altrisi opened this issue ยท 0 comments

commented

Too lazy to make a PR right now:

CommandArgument L472

-        protected Supplier<CommandArgument> factory() { return WordArgument::new; }
+        protected Supplier<CommandArgument> factory() { return StringArgument::new; }