# BuildUHC Practice

## Overview

Since the **3.73** release, we have added the option to change practice into a BuildUHC format! Thank you to everyone who suggested these features on our [feedback site](https://feedback.bghddevelopment.com)!&#x20;

## Setup

Go to your practice.yml and change *BlockRemoval* from false, to true.

```
BlockRemoval: true
BlockRemovalTime: 100 #10 seconds
PRACTICE-ARENA:
  MAX-PLAYERS: 50
  TAKE-FALL-DAMAGE: false
  KIT:
    ARMOR: t@309;t@312;t@311;t@306;
    INVENTORY: t@267;t@346;t@261;t@322:a@3;null;null;null;null;t@262:a@12;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
```

Change the KIT section to the following:

```
KIT:
    ARMOR: t@313:e@4@2;t@312:e@0@2;t@311:e@0@2;t@310:e@4@2;
    INVENTORY: t@276:e@16@3;t@327;t@346:e@34@3;t@326;t@1:a@64;t@322:a@6;t@322:a@3:dn@Golden Head;t@396:a@64;t@261:e@48@2:e@51@1;t@1:a@64;t@327;t@326;null;null;null;null;null;t@262;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
```

{% hint style="info" %}
If you want to modify the kit in any way please go in-game > practice > modify the inventory to your liking then do /practice setkit
{% endhint %}


---

# 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://fateuhc.bghddevelopment.com/builduhc-practice.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.
