Replace effect escaping special characters with case sensitive setting #1226
Labels
bug
An issue that needs to be fixed. Alternatively, a PR fixing an issue.
completed
The issue has been fully resolved and the change will be in the next Skript update.
priority: medium
Issues that are detrimental to user experience (prohibitive bugs or lack of useful implementation).
When I try the code:
Code
and type
/rp $
it results in\$
and when I type
/rp \
it results in\\
but all the other characters I put in don't get a
\
, for example:/rp a
:a
/rp &
:&
EDIT:
Okay nevermind I just tried it on a fresh server without addons and it worked normally so I'm going to figure out what addon causes it
EDIT 2:
I tried all the addons I had on my server, and none of them caused the issue, then I tried copying my Skript config to the new bug test server and removing the addons, and the problem was back. Then I regenerated Skript's config and after that setting case sensitive to true, and there it was again.
So the problem remains:
with the code https://pastebin.com/raw/S7DecMa5 the 2 characters (
$
and\
) get an extra\
in front of them when using the replace effect.The text was updated successfully, but these errors were encountered: