> For the complete documentation index, see [llms.txt](https://wiki.titanet.it/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.titanet.it/group-1/come-inziare/mercato.md).

# Mercato

🛒 **Come creare un negozio**

<figure><img src="/files/wE2yPf5deH1ielcx1tsr" alt=""><figcaption></figcaption></figure>

L’economia del server si espande: oltre al sistema di aste, ora puoi aprire **negozi personali** direttamente nella tua town utilizzando il comando **/playershop**.

I giocatori con grado **VIP** avranno anche accesso a **filtri di ricerca avanzati** nel comando **/playershopsearch (Per analizzare meglio ogni singolo vantaggio consultare il link:** [**https://store.titanet.it/**](https://store.titanet.it/)**)**, utili per trovare rapidamente gli oggetti che stanno cercando tra tutti i negozi disponibili.

***

#### Come creare un PlayerShop

1. **Posiziona una cassa (chest)** nel punto in cui vuoi aprire il tuo negozio.
2. **Tieni in mano la quantità di oggetti che desideri vendere.**
3. **Fai clic sinistro sulla cassa** con quegli oggetti in mano.

**Esempio:**\
Se vuoi vendere **16 diamanti**, devi avere **16 diamanti in mano** e fare **clic sinistro sulla cassa**.

*(Funziona solo se l’opzione `allow-stacks: true` è attiva e se possiedi i permessi necessari.)*

***

#### Impostare il prezzo

Dopo aver cliccato sulla cassa, il sistema ti chiederà **in chat il prezzo dell’oggetto**.\
Inserisci semplicemente **la cifra desiderata** per completare la creazione del negozio.

***

#### Cosa succede dopo la creazione

Una volta terminata la procedura:

* **L’oggetto in vendita verrà mostrato sopra la cassa** (questa funzione può essere disattivata nella configurazione).
* **Verrà posizionato un cartello sul lato della cassa** con le informazioni principali del negozio.

Gli altri giocatori potranno quindi **visualizzare l’oggetto e acquistarlo direttamente dalla cassa**.

❗ Il negozio **non può essere creato se non c’è spazio attorno alla cassa** per posizionare il cartello.

***

💰 **Come comprare o vendere oggetti**

Per comprare o vendere un oggetto da/a un negozio devi **cliccare con il tasto sinistro sul cartello**.\
Successivamente ti verrà chiesto **in chat** di scrivere la quantità che vuoi comprare o vendere.

Se il negozio **vende o compra oggetti** dipende dalle **informazioni mostrate sul cartello**.

<figure><img src="/files/yhdT0eDtkKcGkaSRNoqC" alt=""><figcaption></figcaption></figure>

***

⚙️ **Funzionalità avanzate**

🔎 **GUI di anteprima dell’oggetto**\
Puoi **vedere in anteprima l’oggetto che stai per acquistare** prima di completare l’acquisto, per evitare truffe.

🛠 **Pannello di controllo del negozio**\
Il **Shop Control Panel** ti permette di **modificare il tuo negozio con un solo clic**, senza usare comandi.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.titanet.it/group-1/come-inziare/mercato.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
