Getting Started
Common Settings
Every premium plugin shares these settings. Configuring them once will affect all plugins that use the standard Achachi template.
All Achachi premium plugins extend a shared configuration template. This means you'll see the same General and Delays sections in every plugin's settings panel.
General
| Setting | Type | Default | Description |
|---|---|---|---|
| XP Failsafe | boolean | false | When enabled, the plugin will automatically stop if no relevant XP is gained within 5 minutes. Useful for detecting stuck states or unexpected breaks in activity. |
| Draw Overlay | boolean | true | Toggles the in-game debug/status overlay drawn by the plugin. Disable this if you don't want any extra text or indicators drawn on screen. |
Delays
These settings control a randomised pause (in game ticks, where 1 tick ≈ 0.6 seconds) that is added between player actions. Using a small random range helps mimic natural human play patterns.
| Setting | Type | Default | Description |
|---|---|---|---|
| Click Delay Min | int (ticks) | 0 | The minimum number of ticks to wait between actions. Set to 0 for no extra delay at the lower bound. |
| Click Delay Max | int (ticks) | 1 | The maximum number of ticks to wait between actions. The plugin picks a random value between Min and Max each time. |
Recommended values
For most skilling bots, leaving delays at 0–1 is fine. For higher-ban-risk activities, consider raising Click Delay Min to 1 and Max to 2 or 3 to add more human-like variance.
Note
Setting Min higher than Max will cause unexpected behaviour. Always keep Min ≤ Max.