#Support sheluvlean
1 messages · Page 1 of 1 (latest)
that's paragraph mark
not section symbol
wym
i click it does nothing
click the first line
??
im pressing the chat
its doing absolutely nothing
im ass w mods mb
also whats regex...
i only had the one msg in chat
no
Windows: Hit Windows Key + R and type in %appdata%. Open the .minecraft folder.
Mac: On the bar at the top of your screen in Finder, click Go, then click Go to Folder and type ~/Library/Application Support/Minecraft, then hit enter.
Linux: .minecraft is located in your home folder. ~/.minecraft
Open your Minecraft folder and send the file called latest or latest.log from .minecraft/logs.
https://cdn.discordapp.com/attachments/787643281147822080/873564351729127484/2021-08-07_14-51-18.mp4
so it wants my latest chat log
alr
look.for the stash message
im looking at like 4thousand lines of code
§8(This totals 1 type of material stashed!)
this msg?
§3§l>>> §3§lCLICK HERE§b to pick them up! §3§l<<<
n this one?
yea idk i used those msgs and its still the same
why help me this far just to stop
im lost
skytils is not working
because I have a life and things to do...?
the lines that follow it as well
there's was no lines that follow it?
[13:38:27] [Client thread/INFO]: [CHAT] §f §7You have §3539 §7materials stashed away!
[13:38:27] [Client thread/INFO]: [CHAT] §f §8(This totals 1 type of material stashed!)
[13:38:27] [Client thread/INFO]: [CHAT] §f §3§l>>> §3§lCLICK HERE§b to pick them up! §3§l<<<
idk where to input the msg for it to actually stop sending it to me
adn what actual msg to input
u talking to me like ik what i should b doing
idk code idk mods im like a toddler atp
can u like copy n send the exact msg and lmk where i should put it....
idk what settings and it gets reformatted after i save
Turn on formatted text too
i tried that...
Oh put a \ before the parenthesis
Yeah after the 8 and after the !
alr imma try that
idk it seemed to have done nothing
thanks for trying to help ive been getting sm cancer with this stash msg
both of you^
Can you copy the pattern and set it here inbetween `
from my logs?
Works for me now
wdym
You have 124 materials stashed away!
like this msg?
im confused 😭
copy what pattern
st
¶f ¶8\(This totals (.*) types of materials stashed!\)¶r
hmmm
my dev chat was set to false
you don't have any others names "stash msg"right
is that why
that's just for copying
Oh you have 1 type
what
It says 1 type not 1 types
all of the ( need \
or wait
right?
the middle ones aren't the regex
or are they a matching group
if ur asking me i dont understand code
¶f\s*¶8\(This totals (.*) type(s*) of material(s*) stashed!\)¶r
shhhh
this one
greedy matching smh
paste them and I'll make a regex
§f §3§l>>> §3§lCLICK HERE§b to pick them up! §3§l<<<
actually idk if this is still a problem but
yesterday this one was a problem
One or more items didn't fit in your inventory and were added to your material stash! Click here to pick them up! (33)
if it comes up again ill grab the log
thank yall fr, lifesavers
§f §8\(This totals ([\d,]*) types? of materials? stashed!\)
§f §3§l>>> §3§lCLICK HERE§b to pick them up! §3§l<<<
§f §8\(This totals [! ]* types? of materials? stashed!\)
didnt work
Smh not using \s+
songreaver those didnt work
k wait
ur sending the one thats fixed alr
¶f\s*¶8(This totals (.) type(s) of material(s*) stashed!)¶r
this is fixed one
§f[!§]* §3§l>>> §3§lCLICK HERE§b to pick them up! §3§l<<<
didnt work
didnt work either
tbh just learn regex sytax rq and work it out
me when i problem solve and figure out whatever "regex sytax" is
¶f\s*¶7You have (.) ¶7material(s) stashed away!¶r
put `
in the discord message
both ends lol
what
oh
¶f\s*¶7You have (.*) ¶7material(s*) stashed away!¶r
¶f\s*¶3¶l>>> ¶3¶lCLICK HERE¶b to pick them up! ¶3¶l<<<¶r
they all work now
:D
No he meant in these