# Actions

| Action                                 | Fields                                         | Example                                                                                                                                                                     | Extra info                                                                                                                                                                                                                                                                                                                      |
| -------------------------------------- | ---------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| question                               | <p>question<br>Answers</p><p>actions</p>       | <p>The question is the question to ask</p><p>Each answer you can click for action to run</p><p>The actions (must be same amount as answers</p>                              | Yes No 1 0 will be automatically turned to true or false (java fallback)                                                                                                                                                                                                                                                        |
| Conversation                           | <p>timing</p><p>values</p>                     | <p>The timing states the seconds between each line</p><p>the values are the conversation per line</p>                                                                       | Making it to fast results in instant messaging  the speed must be a integer not a double                                                                                                                                                                                                                                        |
| break\_block                           | <p>Material</p><p>Amount</p>                   | <p>Material must be a Spigot material the user has to break</p><p>Amount must be the amount the user has to break</p>                                                       | Use Materials from [THIS ](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)list                                                                                                                                                                                                                               |
| place\_block                           | <p>Material</p><p>Amount</p>                   | <p>Material must be a Spigot material the user has to place</p><p>Amount must be the amount the user has to place</p>                                                       | Use Materials from [THIS ](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)list                                                                                                                                                                                                                               |
| bring\_to\_location                    | <p>Material</p><p>Amount</p><p>WXYZ</p>        | <p>Material must be a Spigot material the user has to have</p><p>Amount must be the amount the user has to have</p><p>WXYZ = world XYZ coordinates of destination</p>       | <p>Use Materials from <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html">THIS </a>list</p><p>It will measure to 5 blocks away every 5 seconds</p>                                                                                                                                                      |
| visit\_location                        | WXYZ                                           | WXYZ = world XYZ coordinates of destination                                                                                                                                 | It will measure to 5 blocks away every 5 seconds                                                                                                                                                                                                                                                                                |
| give\_item                             | <p>Material</p><p>Amount</p>                   | <p>Material must be a Spigot material the user gets</p><p>Amount must be the amount the user gets</p>                                                                       | Use Materials from [THIS ](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)list                                                                                                                                                                                                                               |
| execute\_command                       | Command                                        | Command is the command to execute holds the placeholder {player} for player name                                                                                            | Runs the command set only a single command is allowed and the placeholder {player} is replaced with the players name                                                                                                                                                                                                            |
| Fish                                   | amount                                         | Amount must be the amount the user caught                                                                                                                                   | It will count everything you catch with the fishing rod during fishing including junk and other items                                                                                                                                                                                                                           |
| Fish\_item                             | <p>Amount</p><p>Material</p>                   | <p>Material must be a Spigot material the user caught</p><p>Amount must be the amount the user caught</p>                                                                   | <p>Use Materials from <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html">THIS </a>list</p><p>Note the items you can catch is not altered so entering a impossible items results in a deadlocked objective</p>                                                                                          |
| smelt\_item                            | <p>Material</p><p>Amount</p>                   | <p>Material must be a Spigot material the user must melt</p><p>Amount must be the amount the user must melt</p>                                                             | <p>Use Materials from <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html">THIS </a>list</p><p>Note the items you can smelt is not altered so entering a impossible items results in a deadlocked objective</p>                                                                                          |
| shear\_entity                          | <p>Entity</p><p>Amount</p>                     | <p>Entity is the name of the spigot entitytype</p><p>Amount is the amount the user has to shear</p>                                                                         | <p>User EntityTypes from <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html">THIS</a> list</p><p>Note the EntityTypes you can shear is not altered so entering a impossible EntityTypes results in a deadlocked objective</p>                                                                  |
| milk\_entity                           | <p>Entity</p><p>Amount</p>                     | <p>Entity is the name of the spigot entitytype</p><p>Amount is the amount the user has to milk</p>                                                                          | <p>User EntityTypes from <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html">THIS</a> list</p><p>Note the EntityTypes you can milk is not altered so entering a impossible EntityTypes results in a deadlocked objective</p>                                                                   |
| kill\_entity                           | <p>Entity</p><p>Amount</p>                     | <p>Entity is the name of the spigot entitytype</p><p>Amount is the amount the user has to kill</p>                                                                          | <p>User EntityTypes from <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html">THIS</a> list</p><p>Note the EntityTypes you can kill is not altered so entering a impossible EntityTypes results in a deadlocked objective</p>                                                                   |
| enchant\_item                          | <p>Material</p><p>Amount</p>                   | Material is the item enchanted and the amount is the times a item needs to be enchanted                                                                                     | <p>Use Materials from <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html">THIS </a>list</p><p>Which items that can be enchanted is up to vanilla MC to handle</p>                                                                                                                                       |
| enchant\_ite&#x6D;*\_*&#x65;nchantment | <p>Material</p><p>Amount</p><p>Enchantment</p> | Material is the item enchanted and the amount is the times a item needs to be enchanted And the Enchantment is to make it specific that it ony triggers on that enchantment | <p>Use Materials from <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html">THIS </a>list</p><p>Use enchantments form <a href="https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/enchantments/Enchantment.html">THIS</a> list</p><p>Which items that can be enchanted is up to vanilla MC to handle</p> |


---

# 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://docs.mcgsoft.eu/mcg-ultimate-quester/creating-a-quest/actions.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.
