Hi!
Argument placeholders like {1} and {2} are now avaliable for use in your command aliases.
Example:
Code (Text):
commands:
'lp user {1} parent set {2}':
aliases:
- setgroup
enabled: true
Will allow for "/setgroup xEline Group123".
Additionally, you can now have
console commands run when a alias is run. You can do this by appending "console-command: '...'" to an alias section like so:
Code (Text):
list:
aliases:
- peepsonline
enabled: true
# A console command that can be run. (you can use any placeholder here), or remove it if you prefer.
console-command: 'say %name% just ran %alias%!'
Thank you for the recent messages, feedback and support. I really appreciate it

. Next up is an easier way to make aliases!
Thank you and if you need support see
https://www.elliepotato.de/support
Ellie