#Support fps420

1 messages · Page 1 of 1 (latest)

stark nacelleBOT
#

<@&872407642302197760>

Welcome to your Support Thread

Please check if your using the latest Skytils version at #Releases then check #Faq to see if your issue is maybe there, support will come soon.

If you crash do the *crash command in Discord and follow the instructions.

rough bolt
#

I did format the message

zenith venture
#

Providing the refectory you made would be helpful along with example messages you want to match to

rough bolt
#

How do i replace the actual item with a variable

#

§r§6[Bazaar] §r§7§r§eYour §r§aBuy Order §r§efor §r§a13§r§7x §r§d§lUltimate Wise I §r§ewas filled!§r

rough bolt
rough bolt
rough bolt
rough bolt
#

@vivid abyss You seem to know alot about this, do you know what to do ||Soz for ping||

vivid abyss
vivid abyss
#

Yeah

#

Include the .+ on the end

rough bolt
vivid abyss
#

can you send a screenshot of your notification page

rough bolt
vivid abyss
#

nah that should be fine

rough bolt
vivid abyss
#

oh

#

im dumb

#

put a \Q at the front like this:
\Q§r§6[Bazaar] § and so on...

#

@rough bolt

rough bolt
vivid abyss
# rough bolt alr

if that does't work, try putting backslashes in front of the brackets around [bazaar] like this
§r§6\[Bazaar\] § and so on...

vivid abyss
#

yeah im dumb try with the slashes in front of the square brackets

vivid abyss
#

yep

rough bolt
vivid abyss
#

so regex uses some symbols like [,],(,) as special instructions, the same way that .+ means match anything

#

putting a slash before it tells regex to treat it as a normal symbol

rough bolt
vivid abyss
#

you should be able to copy the sell offer message, and cut off the message after it says sell offer, and then put a .+ there

rough bolt
vivid abyss
#

because thats the only place the square brackets [] are

#

if you did another message with more square brackets, you'd have to put slashes before them too

rough bolt
vivid abyss
#

yeah

#

they can be useful, for example you can make parts of the message display in the notification.
try this:

trigger message:
§r§6\[Bazaar\] §r§7§r§eYour §r§aBuy Order §r§efor §r(.+) §r§ewas filled!§r
display text:
§cBuy Order! %%1%%

rough bolt
vivid abyss
#

the slash needs to be just before the bracket, like this: \[Bazaar\]

#

it can be easier to paste the message into discord or something to edit it, since editing it in the skytils menu is annoying

vivid abyss
#

np thumbsupcat

rough bolt
vivid abyss
rough bolt
#

alr ty

vivid abyss
rough bolt
vivid abyss
rough bolt
vivid abyss
#

you need to use §

#

so write it in notepad or something and paste it in

rough bolt
vivid abyss
#

np!

rough bolt
# vivid abyss np!

the funny thing is i can normally type it §§§§ but mc will not accept it lmao

vivid abyss
#

yea lol

rough bolt
vivid abyss
vivid abyss
#

Sorry I’m not sure then

rough bolt
vivid abyss
#

Make sure you’re just copying the text and nothing else

rough bolt
vivid abyss
#

Try typing in anything, save and exit the gui and close mc, then go into your config at .minecraft/config/skytils/customnotifications.json
And edit it mainually

rough bolt
vivid abyss
#

Maybe idk

rough bolt
vivid abyss
#

Try closing the game before you edit it

rough bolt
rough bolt
#

@zenith venture do you maybe know how? IM soz for ping

zenith venture
#

Well you can capture a group but idk if you can display the group in the notification

zenith venture
#

Capture group would capture the words of the item that was bought/sold

#

But I don’t think that group can then be displayed

rough bolt
#

this displays exactly what got sold on screen

zenith venture
#

I guess you can display the captured group

rough bolt
zenith venture
#

Group 1 idk

rough bolt
zenith venture
#

Yes

rough bolt
# zenith venture Yes

so the %%x%% indicates which group, so if i had 1 (.+) 2 (.+) 3 (.+) 4 (.+) 1, 2, 3, and four would be the groups in the %%x%%?

zenith venture
#

Probably. Idk haven’t used this for a while