Skip to content

Update Information

Salanto edited this page Jun 18, 2022 · 1 revision

Akashi 1.7 (Grapefruit)

Two new configuration files have been added to Akashi: acl_roles.ini and command_extensions.ini.
Make sure to copy them into your config folder!


Akashi switched from a per-user permission system to a role system to simplify shared permissions between user accounts.

This means server owners will have to re-apply the permissions to their individual users by:

  1. Define your roles in acl_roles.ini, see User Roles
  2. Log in as the server's root user. Note that he automatically gets the unique SUPER group assigned.
  3. Set the new permission group to the user using /setperms [User] [Role]

The permissions will now work correctly again.


All alias commands have been removed from the server code and can now be set using command_extensions.ini.
Alias commands can now be added without having to edit the source code or compiling Akashi!
Look over at Command Extensions to see how you can set your own aliases.