Skip to content

v4.1.403

Pre-release
Pre-release
Compare
Choose a tag to compare
@HealsCodes HealsCodes released this 30 Dec 17:36
· 12 commits to master since this release

Changes:

  • adds the ability to provide a custom configuration base name (see below)
  • updates the documentation to reflect the supported command parameters
  • deprecates the add and remove commands in favour of the configuration UI (/pivot)

Using a custom configuration in your ashita profile

If required you can specify the basename for pivots configuration file (the default is 'pivot').
This can be used to have different pivot settings for different Ashita .ini files:

    1. Open your ashita profile and find the section [ashita.polplugins.args]
    1. add a line like this: pivot = foobar

In this case foobar is the name of your custom configuration and pivot will look for <ashita>\config\pivot\foobar.ini.
If the file can't be found it will be created with default settings; if the line is missing in your configuration pivot.ini is the default.