70CentsApple / ChatTools

Chat Tools 一个 Minecraft Fabric 辅助模组 | A Fabric client-side Minecraft Mod
GNU General Public License v3.0
13 stars 4 forks source link

Responder #48

Closed ChiefMadCat closed 1 month ago

ChiefMadCat commented 1 month ago

Hi, I am new to this mod and on a server when a new player joins there is a message saying "» Gracz [nick] jest tu nowy! /powitanie" I would like the mod to say "siema [nick]" I have no idea how to set it up, I would be grateful if you help me

(I am typing here bc I couldn't find any other way of contacting you)

70CentsApple commented 1 month ago

pattern: .*Gracz (?<nickname>.*) jest tu nowy!.* message: siema {nickname}