# Protections

## Automated Protection

### Containers

Many containers on our server are automatically set as private and protected when placed down. A detailed list may be found below. These containers also have options of their own which may be edited by the container owner -  that's you!&#x20;

<table><thead><tr><th align="center"> Protectable</th><th align="center"> Containers</th><th data-hidden></th></tr></thead><tbody><tr><td align="center"><p>Decorated Pots</p><p>Crafters</p><p>Shulker Boxes</p><p>Anvils</p><p>Cauldrons</p><p>Ender Chests</p><p>Standing Signs</p><p>Wall Signs</p><p>All Hanging Signs</p><p>All Doors</p><p>All Trapdoors</p><p>Fence Gates</p><p>Banners</p><p>Chests</p><p>Trapped Chests</p></td><td align="center"><p>Furnaces</p><p>Blast Furnaces</p><p>smokers</p><p>Dispensers</p><p>Droppers</p><p>Barrels</p><p>Brewing Stands</p><p>Composters</p><p>Beacons</p><p>Jukeboxes</p><p>Noteblocks</p><p>Lecterns</p><p>Chiseled Bookshelves</p><p>Hoppers</p></td><td></td></tr></tbody></table>

### Entities

Many entities on our server are automatically set as private and protected when spawned in. A detailed list may be found below. These entities also have options of their own which may be edited by the entity owner -  that's you!&#x20;

|                                                                                              Protectable                                                                                              |                                                                                                             Entities                                                                                                             |
| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| <p>Armor Stands </p><p>Item Frames</p><p>Glowing Item Frames</p><p>Paintings</p><p>Leash Knots</p><p>Acacia Chest Boats</p><p>Bamboo Chest Rafts</p><p>Birch Chest Boats</p><p>Cherry Chest Boats</p> | <p>Dark Oak Chest Boats  </p><p>Jungle Chest Boats</p><p>Mangrove Chest Boats</p><p>Oak Chest Boats</p><p>Pale Oak Chest Boats</p><p>Spruce Chest Boats</p><p>Chest Minecarts</p><p>Furnace Minecarts</p><p>Hopper Minecarts</p> |

## Commands

#### `/Protect Info`

> View info on a protected container or entity.oc

`/Protect Lock`

> Lock an unprotected container or entity.

`/Protect Unlock`

> Unlock a protected container or entity.

`/Protect Modify [add|remove] [player|group|password] <sources...>`

> Add or remove sources to a protection's access list. See below for details. Advanced use.

`/Protect Edit [add|remove] <player_name>`

> Edit a protection to add or remove a player's access.

`/Protect Trust [add|remove] [player|group|password]`

> Prompt, list, or confirm changes to your trust access list.

`/Protect Password <password>`

> Enter a password for a protection using a password source.

`/Protect Group (create|delete|add|remove|list) [player_names...]`

> Modify, create or disband a group of players which protections can apply to. See the modify command for more details on how to use this advanced function.

`/Protect Transfer <player_name>`

> Transfer a protection you own to another player.

## Command Options

### **Access**

> Options: `normal, trusted, admin`
>
> `Normal` -
>
> > Interact - Allows interaction with a protection.
> >
> > Open - Allows opening a container.
>
> `Trusted` -
>
> > Redstone - Use redstone on a protection.
> >
> > Deposit - Place items inside a protected container.
> >
> > Withdraw - Remove items from a protected container.
> >
> > Mount - Ride a protected entity.
>
> `Admin` -&#x20;
>
> > Edit - Access to use the modify command on the protection.

### **Source**

> Options: `player, group, password`
>
> `Player` -
>
> > A defined specific username
>
> `Group` -
>
> > A group which you have created, or have Admin access in.
>
> `Password` -
>
> > A defined password used to access containers or group features.


---

# 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.mcgalaxy.co/server/protections.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.
