# Structure

When using this totem, it will generate a structure, which can give effects or perform actions to players within a certain radius. It will be remove after the specified time.

### How to use

In the following video you will see a simple demonstration of how to save your own schematics using FastAsyncWorldEdit

{% embed url="<https://youtu.be/T1c7IgmRk2s>" %}

### Example

```yaml
HouseTotem:
  name: "{#6E553A}House Totem"
  types:
    type: "Structure"
    options:
      duration: 60
      radius: 15
      giveEffect: "self"
      executeActions: "self"
      executeScripts: "self"
      schematic:
        name: House
  item:
    material: OAK_PLANKS
    name: "{#6E553A}House Totem"
    lore:
      - ""
      - "&7You'll get a house!"
      - ""
      - "&7(Will be used when you're about to die and when"
      - "&7you place it)"
      - ""
  options:
    isPlaceable: true
    playAnimation: true
  conditions:
    chance:
      value: 100
    permission:
      value: "plutotems.use.housetotem"
  actions:
    - "title: {#6E553A}HOUSE | &7You have used the {#6E553A}House Totem &7totem!"
    - "broadcast: &7{player} has used the {#6E553A}House Totem &7totem!"
    - "sound: ENTITY_PLAYER_LEVELUP-1-1"
  effects:
    - 'DAMAGE_RESISTANCE:1:600'
```

{% embed url="<https://youtu.be/fSSNJGDWYCI>" %}


---

# 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://plupport.gitbook.io/plutotems/features/types/structure.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.
