#Trapper notification

1 messages · Page 1 of 1 (latest)

molten lily
#
regex: §e\[NPC] Trevor§f: §rYou can find your (.+?) §fanimal near the (.+?)§f\.§r

output: %%1%% §r§fin %%2%%
#

idk if other people would find it useful but you dont have to stare at chat or scoreboard anymore ig

wraith ore
#

.+? can just be .*

mint crypt
# wraith ore .+? can just be .*

the first .+? should stay the same but the second should be .+ (that's the best performing variation without looking much into it)

molten lily
#

Mb first time making

mint crypt
# molten lily Mb first time making

what I complained about is like a 40 step improvement on average (it's not even a good improvement, it'd probably be better to just match until you find the next formatting code or smth)