# 📋Format

The **Item Format**, **Action Format**, **Condition Format**, and **Math Calculation Format** provided by **FlipCard** are almost identical to those in UltimateShop. Therefore, they will not be elaborated on in this wiki. Please refer to UltimateShop's wiki for a detailed introduction about them. Click [here](https://ultimateshop.superiormc.cn/format) to view.

## Features related to format different from UltimateShop

### Actions <a href="#actions" id="actions"></a>

Although the following actions exist in **UltimateShop**, they are not provided in MythicChanger because the author believes that adding them is unnecessary - most users will not use them, and adding them will only further waste the performance of most users' servers.

* `buy`
* `sell`
* `open-menu`
* `shop-menu`
* `connect`

### General Options for ActionFormat and ConditionFormat <a href="#general-options-for-actionformat-and-conditionformat" id="general-options-for-actionformat-and-conditionformat"></a>

FlipCard don't provide any general options that exist in UltimateShop in ActionFormat and ConditionFormat.

### Placeholders provided in ActionFormat and ConditionFormat <a href="#placeholders-not-provided-in-actionformat-and-conditionformat" id="placeholders-not-provided-in-actionformat-and-conditionformat"></a>

FlipCard supports those placeholders in ActionFormat and ConditionFormat that exist in UltimateShop.

* {amount} - The amount of reward items.
* {display} - Reward item display name.
* {price} - Card price.
* {times} - The amount of command reward times the reward command executed.
* {player\_x}
* {player\_y}
* {player\_z}
* {player\_pitch}
* {player\_yaw}
* {player}


---

# 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://flipcard.superiormc.cn/info/format.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.
