fabric-carpet icon indicating copy to clipboard operation
fabric-carpet copied to clipboard

Fix numeric suggestions in command arguments

Open Ghoulboy78 opened this issue 3 years ago • 1 comments

Fixes #961 It turns out I didn't need to implement what happens when max is defined and not min, as apparently that's not even allowed, so less work for me

Ghoulboy78 avatar Jul 18 '21 12:07 Ghoulboy78

Ok, I have added it, also making sure that I respect the 'suggest' parameter (which in the first draft I didn't), as well as making sure that with regards to int arguments, there be dealing with long type arguments, so that when converting to strings for the suggestions they lose the .0 suffix which got added accidentally.

Ghoulboy78 avatar Jul 18 '21 14:07 Ghoulboy78