# Auto Crystal

## Main

**One Tick Action** - Place and Attack in the same tick

**On Crystal Spawn** - Selection of action when a crystal appears - Action X - Attack then Place - Attack - Only Attack - No Reaction - Don't do anythink

**Spawn Timing** - Selection of timing of On Spawn Action - Packet - React as soon as possible (Faster) - Add To World - Default reaction timing (Slower but consistent)

**Rotate** - Enable / Disable server-side rotation

**Ray Trace** - Disables the ability to place and explode crystals through walls

**Degrees Per Tick** - Limit Rotation speed

**Target Sort** - Selection of target sorting&#x20;

## Place

**Interact** - Selection of place vector - Default - Vanilla - Strict - Place on visible sides only

**Walls Bypass** - confusing rotations allowing you to put crystals through walls on some servers where it is forbidden

**1.12** - Use old crystal hit box in calculating

**Place Delay** - Delay between place attempts

**Face Place Delay** - Delay between place attempts when damage lower than minimal due to conditions

**Place Range** - Max allowed place distance

## Break

**Break Delay** - Delay between break attempts

**Break Range** - Max allowed break distance

## Pause

**Mining** - Pause while mining blocks manually

**Eating** - Pause while consuming food

**Inventory** - Pause while server knows about your opened inventory (while you clicking slots)

## Damages

**Assume Best Armor** - Some anti-cheats hide armor enchantments, which negatively affects the calculation of damage, enable this option when you are sure that the enemy armor is enchanted with blast protection 4

**Min Damage** - Positions with damage less than this will be excluded in the calculation

**Max Self Damage** - Positions that do more damage to you than this will be excluded from the calculation

**Min Damage Factor** - Positions with a ratio of damage to enemy damage less than this will be excluded from the calculation

**Override Self Damage** - Allows you to raise the Max `Self Damage` if it's worth it

**Armor Percent** - `Min Damage` will be lowered if the strength of the enemy's armor is less than this to break it faster

**Face Place Health** - `Min Damage` will be lowered if the enemy's health is lower than this

**Destructible Terrain** - Turn on when crystal explosions break blocks on the server

## Swap

**Gapple Switch** - Allows you to switch to gappple faster while main handing by pressing right mouse button

**Switch** - Switch method selection

**Anti Weakness** - Anti weakness switch method selection. Anti Weakness will switch to tools for exploding while you weakened

## ID Predict

**Id Predict** - Speedups your Auto Crystal by breaking crystal before spawn. Can not work on some servers

**Id Attacks** - Predict attempts. Higher value - higher predict chance, but higher kick chance

**Id Delay** - Delay between predict actions

**Predict Only In Duels** - on `crystalpvp.cc` kick chance in duels is minimal

## Render

**Text Pattern** - Esp text. damage will be replaced by target damage number, self will be replaced by self damage number

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://catlean-dev.gitbook.io/catlean-documentation/customization-assistance/auto-crystal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
