# Create a Taser

## Useful Links

* [**Sound List**](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html)

## Configuration Example

```
  taser_normal:
    material: "SHEARS"
    item-name: "&eDefault &LTaser &6«%charge%»"
    lore:
      - "&4Default Taser Lore!"
      - "&4Multi Line!"
      - "&7Change in the tasers.yml"
    taser-title: "&eYou Have Being Tasered!"
    taser-subtitle: "&7Default Sub Title"
    permission: "taser.use.default"
    reloads: 4
    taser-duration: 10
    delay-taser: 5
    make-damage: true
    damage: 3
    custom-model-data: 1
    realistic-taser-sound: true
    make-leave-vehicle: false
    sound: BLOCK_ANVIL_HIT
    sound-pitch: 2
    sound-volume: 1
    reload-type: "DROP"
    effects:
      - SLOW
      - BLINDNESS
      - POISON
```


---

# 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://derviworks.gitbook.io/mtaser/plugin-usage/create-a-taser.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.
