-
-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Escaping when parsing #3013
Comments
you have to escape the |
I am just bad at formatting my code correctly on github.. I am escaping ( and | as the error told me when i wasnt escaping it but the list is returning none. It didn't say to escape [ and parsed without errors |
It's probably because the |
I removed the color codes and it is still returning none
|
Does |
It does. Maybe adding a warning to escape [ and ] would be handy |
Could you check whether the |
I hope I used it correctly. I Used the code without escaping [ ] and with escaping it. Both didn't return anything however escaping [ and ] resulted in correct parsing as stated previously
|
Is this being worked on? |
You wouldn't really be able to add a warning for this, since the syntax |
I am not entirely sure if this is an user error or something with skript.
Skript version: 2.5 alpha3
Mc: Paper 1.15.2
excaping | and () while parsing works and throws no error. The list is returning none, display name when debugging returns the correct name
Code:
The text was updated successfully, but these errors were encountered: