Redstone Tools (RST)

Redstone Tools (RST)

0 Downloads

Make /base command report invalid number error

Matthias1590 opened this issue ยท 2 comments

commented

Currently when you provide an invalid number (/base 10 _2j5 2, _2j5 is not a valid base 10 number) it'll display a weird error message, it should throw a CommandSyntaxException instead

commented

Should be as easy as wrapping everything in a try catch and throwing the exception in the catch block

commented

Closed by #58