SimpleClans

SimpleClans

467k Downloads

How to change the /clan command without an alias?

TomLewis opened this issue ยท 2 comments

commented

How can I change the /clan command to /crew without having to hack it using an alias in commands.yml? This looks like it should be part of the config natively.

commented

I think you can do this in the config, look for this section;

commands:
  more: more
  ally: ally
  clan: clan
  accept: accept
  deny: deny
  global: global
  force-priority: true

change to;
clan: crew

I have not tested this but I assume this would work.

commented

Yeah my bad, we did find this out a few hours out after I created this ticket, thanks for the response.