djkrose / 7DTD-ScriptingMod

Adds scripting support and other useful functionality to 7 Days To Die dedicated server
19 stars 10 forks source link

Alias command to create shortcuts for common commands with parameters #8

Open djkrose opened 7 years ago

djkrose commented 7 years ago

It would be nice to have an alias command that creates a command that executes another command with parameters.

Examples

Create an alias minibikesthat executes bc-le /type=EntityMinibike /1l:

dj-alias minibikes bc-le /type=EntityMinibike /1l

List all existing aliases

dj-alias

Remove an alias:

dj-alias minibikes /remove

Advanced options/ideas: