Revxrsal / Lamp

A modern annotations-driven commands framework for Java and Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

command error if there's a colon in a string argument

nkomarn opened this issue · comments

commented

After upgrading my server to Lamp 3c22956 (from Lamp 3.1.3), I noticed one of my commands, that frequently takes inputs with multiple colons in it, no longer works.

Here's the source of the offending command, as well as examples of before (working) and after (broken since upgrading):
image
image
image

I haven't found a way to fix this on my end as of yet.

+1 reporting the same thing.

commented

I see. This must have to do with the name space stripping (Strings#stripNamespace). I'll see when I get the chance

commented

This should have been fixed in 98d75dc. Thanks for the report