# Sign Shop, Plots, and Warps

## Sign Shop

### Basic Sign Shop

Sign Shops can be set up in any [dimension](/mctantrum-wiki/general/worlds.md). It is not recommended to set one up in The End since players cannot claim land there (unless you have Legacy status) and it is not recommended to set one up in Resource World since it fully resets every 24 hours.&#x20;

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

1. Place down a chest with the item(s) you want to sell. Only put the amount you want to sell when someone makes a purchase, so if you want to sell 4 netherite ingots, only put 4 in there. You can change this later.
2. Place your sign. This sign does not have to be near the chest. The lines should read as follows:
   1. \[Buy]
   2. Description (or nothing, can leave blank if desired)
   3. Description (or nothing, can leave black if desired)
   4. Price of item (no symbols, just a number)
3. To link the chest and sign together, LEFT CLICK the CHEST FIRST, then left click the sign.

Congratulations! You now have a sign shop. After your sign shop is created, you can stock your chest with more of the item and it will still only sell a player the amount you originally specified during setup.

Keep in mind that when your stock runs out, the "\[Buy]" part of your sign will turn red. You can just restock your chest and right click the sign to turn it blue again.

### Other Types of Sign Shops

Sign Shop comes with more options than just signs for shops. Here is a list of signs you can make:

| Sign          | Description                                                                                                                     | Notes                                                                                                                                                                                                                                                                             |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| \[Sell]       | Sell an item to the shop chest for the price specified on the 4th line                                                          |                                                                                                                                                                                                                                                                                   |
| \[Trade]      | Trades one set of items for another, 2 chests required                                                                          |                                                                                                                                                                                                                                                                                   |
| \[Share]      | Link to another Sign Shop to split profits. Lines 2 and 3 are for the other player names, line 4 is the percentage split amount | <p>ex. sign:<br><mark style="color:blue;">\[Share]</mark><br><mark style="color:blue;">PlayerName1</mark><br><mark style="color:blue;">PlayerName2</mark><br><mark style="color:blue;">25/50</mark><br>Means PlayerName1 will get 25% of profits and PlayerName2 will get 50%</p> |
| \[Donate]     | Gives an item to the shop chest                                                                                                 |                                                                                                                                                                                                                                                                                   |
| \[DonateHand] | Donates the item in your hand to the shop chest                                                                                 |                                                                                                                                                                                                                                                                                   |
| \[Slot]       | Gives a random item from the selected chest items (not the entire contents) to the player                                       | Requires each item in the chest to have more than 1 in each stack. As soon as 1 item runs out, the entire sign shop is deemed empty                                                                                                                                               |
| \[DeviceOn]   | Turns a lever on                                                                                                                |                                                                                                                                                                                                                                                                                   |
| \[DeviceOff]  | Turns a lever off                                                                                                               |                                                                                                                                                                                                                                                                                   |
| \[Toggle]     | Toggles a lever                                                                                                                 | This is good to use as a spawner remote control. Place a lever on a spawner and link the toggle sign with the lever to create a remote!                                                                                                                                           |
| \[Device]     | Temporarily turns on a lever                                                                                                    |                                                                                                                                                                                                                                                                                   |
| \[DeviceItem] | Temporarily turns on a lever using items as payment                                                                             |                                                                                                                                                                                                                                                                                   |

## Spawn Plots

The plots around spawn are for player shops if they want their shop to have visibility and they are gated behind Strider rank. There are 3 size options available.

* Small - 7x384x9 - $25,000
* Medium - 9x384x11 - $35,000
* Large - 19x384x11 - $75,000

Please remember [Rule](/mctantrum-wiki/general/rules.md) 11. Slimefun machinery is not allowed to be set up in spawn pots as we do not want any excess lag at spawn. You can *sell* Slimefun items, you just can't set up machines, power, cargo, etc.

{% hint style="danger" %}
USE CAUTION near plot signs! Right clicking an unoccupied plot sign will immediately purchase the plot without confirmation first. You can sell your plot back by shift-right clicking, though you only get a portion of your money back. If you've built something in your plot and decide to sell it back, the entire plot will roll back and reset, erasing everything that was in it. *<mark style="color:red;">**There is no way for this to be undone**</mark>*.
{% endhint %}

## Warps <mark style="color:blue;">**(/warps)**</mark>

Warps are used by players so others can have quick access to their shops, farms, games, etc. and are gated behind Chicken rank.&#x20;

To set a warp, stand exactly where you want players to land when they warp, and run the command <mark style="color:blue;">**/setwarp \<name>**</mark>. Names cannot have spaces but can have underscores.

To delete your warp, run <mark style="color:blue;">**/delwarp \<name>**</mark>.

Please remember [Rule](/mctantrum-wiki/general/rules.md) 12. Warps should only be created if the warp will benefit the community. They should never be used as another /sethome, as a way to get players to warp there to chunkload for you, or any other reasons that could be exploited for your benefit only. Arbitrary warps will get deleted.


---

# 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://reasonfounddecoy.gitbook.io/mctantrum-wiki/economy/sign-shop-plots-and-warps.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.
