> For the complete documentation index, see [llms.txt](https://lucidious89-tutorials.gitbook.io/deluxe-battle-kit-tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lucidious89-tutorials.gitbook.io/deluxe-battle-kit-tutorial/deluxe-battle-kit-for-v21.1/deluxe-animations/animation-databoxes.md).

# Animation: Databoxes

Section 1.A

The battle scene in Essentials mirrors Generation 3 by default. In these older generations, each battler's databox remains on screen throughout the battle, even during move animations. Here is an example:

<figure><img src="https://2153694798-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzqYxbzoSOVtGkOgfRUQ%2Fuploads%2FJso35piLnqXwvYQa1Sru%2Fboxes2.gif?alt=media&amp;token=90fa8028-acaa-4845-8cbb-71f902bac7f3" alt="" width="376"><figcaption><p>Databoxes in vanilla Essentials.</p></figcaption></figure>

However, in newer generations, starting with Generation 5, these databoxes are hidden during move animations. This lets players better appreciate move visuals. This plugin implements the same mechanic with the `HIDE_DATABOXES_DURING_MOVES` setting, which is set to `true` by default. Here is the same animation with this feature enabled:

<figure><img src="https://2153694798-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzqYxbzoSOVtGkOgfRUQ%2Fuploads%2FcUUlnsxboAF1DgQSv6Pj%2Fboxes.gif?alt=media&amp;token=9bd467bc-0bb1-4e01-b3de-63b0eafe4221" alt="" width="376"><figcaption><p>Hidden databoxes during move animations.</p></figcaption></figure>

When enabled, all on-screen databoxes are hidden for the duration of move animations. They reappear once the animations are complete. To disable this feature, set the `HIDE_DATABOXES_DURING_MOVES` plugin setting to `false`.
