libreforge icon indicating copy to clipboard operation
libreforge copied to clipboard

Fix those damn placeholder conditions

Open NicoNekoDev opened this issue 2 weeks ago • 1 comments

Firstly, in the wiki (https://plugins.auxilor.io/effects/all-conditions/placeholder_greater_than) it says "greater than or equal" for placeholder_higher_than condition, which it's not actually the case as the operator is > and not >=. Secondly, it should be a mathematical evaluation, not a formatted string followed by a conversion to double. Probably this is why in most cases, those 2 conditions don't work accordingly with placeholders, if any space, or character, or whatever is present. Thirdly, allow placeholders to be evaluated in both placeholder and value arguments.

NicoNekoDev avatar Feb 07 '25 10:02 NicoNekoDev