Make an alias that writes to chat?
as the title, can't make it to type something down to chat when using command;

for example;

when the player types down to chat;

!umod
/umod
/um

I tried to make it to like : chat.say "umod.org"

but when I try to do that, except /umod and /um;

!umod has nothing to do,

other commands are like ;

UNKNOWN COMMAND: mod.org

how can i solve this ? thx
If you want the player to send chat: chat.add umod.org

If you want the server to reply to the player, you'd need to use a command from a plugin that provides that.
5e13a8d5b2bc5.jpg Wulf
If you want the player to send chat: chat.add umod.org

If you want the server to reply to the player, you'd need to use a command from a plugin that provides that.

thank you, but chat.add doesnt work, I randomly added some alias first like;

/alias add /umod chat

and when I go to data;

I changed the rest of the line to = chat => chat.say umod.org

and when I do that, it was umod.org typed down in the chat by the player, so chat.say does work! thank you for your help

/alias add /kb "chat.say Kiss My Butt"

I think this is what you were looking for. So when you type /kb in chat and hit enter. it will then say Kiss My Butt in chat. Just change /kb to whatever shortcut you want. Then change Kiss My Butt to whatever you wan it to say.