Revxrsal / Lamp

A powerful, extendable, flexible yet simple to use commands annotation framework.
MIT License
171 stars 33 forks source link

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

Closed nkomarn closed 7 months ago

nkomarn commented 8 months ago

After upgrading my server to Lamp https://github.com/Revxrsal/Lamp/commit/3c22956096618cc8247e540c50568332ffd99968 (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.

gmitch215 commented 8 months ago

+1 reporting the same thing.

Revxrsal commented 8 months ago

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

Revxrsal commented 7 months ago

This should have been fixed in https://github.com/Revxrsal/Lamp/commit/98d75dc7ecfd8b2c1b2b61ce806c6a33b22cf7f9. Thanks for the report