Hello Ringowhs! I can't know what i did bad \u24BC [(\[\w+\] )] \u2758 [(\[\w+\] )] %name% [(\[\w+\] )]\u27A0 This regex dont work with this. maybe u can say me what can I do with this?
Hello Ringowhs! I can't know what i did bad \u24BC [(\[\w+\] )] \u2758 [(\[\w+\] )] %name% [(\[\w+\] )]\u27A0 This regex dont work with this. maybe u can say me what can I do with this?
\w only works on English letters, numbers, dash (-) and underscore (_). For other characters, either use their Unicode number or just put a dot (.) for any character.
Try using the following website to test your regex. http://regexr.com/
Note that %name% is just a feature I added and it's not part of the regex language, replace it by \w when testing.
On this site i can't check working \u24BC (\[\u0421\u0432\u044f\u0442\u006f\u0439\] ) \u2758 ( \[\u0433\u043b\u002e\u0430\u0434\u043c\u0438\u043d\]) \w+ (\[\u0421\u0435\u0440\u0432\u0435\u0440\u0430\] )\u27A0 this another code, but site dont see any word. :/
On this site i can't check working \u24BC (\[\u0421\u0432\u044f\u0442\u006f\u0439\] ) \u2758 ( \[\u0433\u043b\u002e\u0430\u0434\u043c\u0438\u043d\]) \w+ (\[\u0421\u0435\u0440\u0432\u0435\u0440\u0430\] )\u27A0 this another code, but site dont see any word. :/
You shouldn't use Unicode on every single character. That will limit the detection to that specific player. You should keep your regex to have variety.
If you don't know what that character's Unicode is, or if there are other ranks with Unicode. Use a period (.) to indicate any character.
Your regex has an extra space at the end of the brackets, so it doesn't work.
I cant. Or your mod dont take code, or on site dont shown what the symbol i search. I use this (.) but with this mod discarded all my codes. Maybe u write me good regex? Why u dont do on another code?? Why regex?? This code break all my brain O-o.....
I cant. Or your mod dont take code, or on site dont shown what the symbol i search. I use this (.) but with this mod discarded all my codes. Maybe u write me good regex? Why u dont do on another code?? Why regex?? This code break all my brain O-o.....
Alright. I'll see what I can do based on the screenshot.
(\[\d+:\d+\] )?(. ){0,2}\[\w+\] | \[\w+\] %name% \[\w+\].
The reason I use regex (or regular expression) is because standardised in industry.
Which settings should I use to translate german text then? It doesn't seem to work for me. I am on a multiplayer server and people are definitely speaking german, and google translate does recognize it as german, but the translator does nothing.
Which settings should I use to translate german text then? It doesn't seem to work for me. I am on a multiplayer server and people are definitely speaking german, and google translate does recognize it as german, but the translator does nothing.
Lol this text for check) Ⓖ [Летний] ┃ [Гл.Админ] Slava [Сервера]
I thought you have a right arrow before the message, right? Or is that optional?
Try this one. If it doesn't work. Just paste the chat in the next post.
(\[\d+:\d+\] )?(. ){0,2}\[.+\] \| \[.+\] %name% (\[\w+\])?(. )?
I'm really confused on how to do the RegEx. I keep getting something about a name identifier. Sorry if this seems like a stupid question.
A name identifier is something I implemented. It's just a tag for player names.
Let's use the default Minecraft chat system as an example
<Notch> Hi!
The regex of this would be
<\w+>
However, we need to add a name identifier to show what and where is the player's username. So, we change the regex to this.
<%name%>
The %name% is the name identifier, the mod will detect this phrase and read this as the player's username.
Please help? I play on hypixel and I like to afk in limbo to get xp but whenever I go to limbo the game crashes and says this :
The game crashed whilst ticking entity
The game crashed whilst ticking entity
Error: java.lang.NullPointerException: Ticking entity
and I noticed it only does this when I have the Translator mod in my mod folder. Help?
And it says I'm using an unsupported modified version of the game. Which I'm using forge 1.8.9, And the translator mod is in 1.8.9. So I don't see what is exactly wrong. Before it didn't do this, close to when i first downloaded it. But it just started doing this.
Hello Ringowhs! I can't know what i did bad \u24BC [(\[\w+\] )] \u2758 [(\[\w+\] )] %name% [(\[\w+\] )]\u27A0 This regex dont work with this. maybe u can say me what can I do with this?
\w only works on English letters, numbers, dash (-) and underscore (_). For other characters, either use their Unicode number or just put a dot (.) for any character.
Try using the following website to test your regex.
http://regexr.com/
Note that %name% is just a feature I added and it's not part of the regex language, replace it by \w when testing.
On this site i can't check working \u24BC (\[\u0421\u0432\u044f\u0442\u006f\u0439\] ) \u2758 ( \[\u0433\u043b\u002e\u0430\u0434\u043c\u0438\u043d\]) \w+ (\[\u0421\u0435\u0440\u0432\u0435\u0440\u0430\] )\u27A0 this another code, but site dont see any word. :/
Try this one.
. \[\w+\] .{0,5} (<<\w+>> )?%name% \u00BB
You shouldn't use Unicode on every single character. That will limit the detection to that specific player. You should keep your regex to have variety.
If you don't know what that character's Unicode is, or if there are other ranks with Unicode. Use a period (.) to indicate any character.
Your regex has an extra space at the end of the brackets, so it doesn't work.
I cant. Or your mod dont take code, or on site dont shown what the symbol i search. I use this (.) but with this mod discarded all my codes. Maybe u write me good regex? Why u dont do on another code?? Why regex?? This code break all my brain O-o.....
Alright. I'll see what I can do based on the screenshot.
(\[\d+:\d+\] )?(. ){0,2}\[\w+\] | \[\w+\] %name% \[\w+\].
The reason I use regex (or regular expression) is because standardised in industry.
Does anyone have any regex expressions I can use for detecting german? I will probably input some myself at a later date.
Language does not matter in regex. Regex is just a way to filter a line of text. Language detection is done by the translation server.
Which settings should I use to translate german text then? It doesn't seem to work for me. I am on a multiplayer server and people are definitely speaking german, and google translate does recognize it as german, but the translator does nothing.
Your code correct on 30-40%. He find english clan tag but russian tags he dont see. how it fix? (sorry for my stupid)
Read the FAQ first.
Let me try that again.
(\[\d+:\d+\] )?(. ){0,2}\[.+\] \| \[.+\] %name% (\[\w+\]. )?
Lol this text for check) Ⓖ [Летний] ┃ [Гл.Админ] Slava [Сервера]
I thought you have a right arrow before the message, right? Or is that optional?
Try this one. If it doesn't work. Just paste the chat in the next post.
(\[\d+:\d+\] )?(. ){0,2}\[.+\] \| \[.+\] %name% (\[\w+\])?(. )?
I'm really confused on how to do the RegEx. I keep getting something about a name identifier. Sorry if this seems like a stupid question.
A name identifier is something I implemented. It's just a tag for player names.
Let's use the default Minecraft chat system as an example
<Notch> Hi!
The regex of this would be
<\w+>
However, we need to add a name identifier to show what and where is the player's username. So, we change the regex to this.
<%name%>
The %name% is the name identifier, the mod will detect this phrase and read this as the player's username.
1.12 port released!
Thank you for your support!
Don't thank us, let us thank you
I always good at this mod. I want to add this mod to my modpack to share with Korean users. If you don't like it, please send me a reply.
modpack name: Beulhae Mod Pack
link: http://beulhae.tistory.com
Thank you for developing.
Read the legal tab on the front page.
You're welcome.
Please help? I play on hypixel and I like to afk in limbo to get xp but whenever I go to limbo the game crashes and says this :
The game crashed whilst ticking entity
The game crashed whilst ticking entity
Error: java.lang.NullPointerException: Ticking entity
and I noticed it only does this when I have the Translator mod in my mod folder. Help?
And it says I'm using an unsupported modified version of the game. Which I'm using forge 1.8.9, And the translator mod is in 1.8.9. So I don't see what is exactly wrong. Before it didn't do this, close to when i first downloaded it. But it just started doing this.