Can't get an alias created for chat commandSolved

Hello,

I've tried now a couple of warp, teleport and portal plugins (free and paid) and I don't know if its me.

 

Let's say I have a warp plugin which uses this command to create a portal:

/warp add NAME

In my case NAME is lobby, so warping to it with

/warp to lobby

works fine, now I try to create an alias:

/alias add lobby "/warp to lobby"

Nothing happens. No error/warning in rcon, nothing ingame, this happens with every plugin which is used for teleport.

Any idea what I'm doing wrong?

Ok I'm stupid

 

/alias add lobby "/warp to lobby"

Needs to be:

/alias add /lobby "/warp to lobby"
Locked automatically