Custom Commands / Aliases

Maybe I’m missing a plugin that already exists, but it would be very useful to have a plugin like MyCommand that simply lets you set up custom commands that are just aliases with variables/aguments. (an extra feature would be permissions for the aliases)

Example:
/prefix -> /pex user $username options prefix $args
or
/nv <player> -> /effect $1 minecraft:night_vision

1 Like

I’ll try what I can do!

1 Like

Can Sponge command aliases not do this?

Like simple aliases Sponge can do but things like $sender aren’t possible.

1 Like

Though it’s in need of an update and may be a bit of overkill, my plugin Command Kits can provide functionality like $username and $args, however aliases aren’t currently supported, you’d have to run a kit.

1 Like

Thanks! Custom aliases would still be useful in a plugin, but Command Kits fits my need well enough for now :slight_smile: