> For the complete documentation index, see [llms.txt](https://docs.cozycrafters.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cozycrafters.net/plugin-docs/cozyrentals/permissions.md).

# Permissions

## Permissions

<table><thead><tr><th width="358.01171875">Permission</th><th>Description</th></tr></thead><tbody><tr><td><code>cozyrentals.command.help</code></td><td>Allows <code>/stall help</code>.</td></tr><tr><td><code>cozyrentals.command.rent</code></td><td>Allows opening the stall directory with <code>/stall rent</code> or <code>/stalls</code>.</td></tr><tr><td><code>cozyrentals.rent</code></td><td>Allows renting available stalls from the rental GUI.</td></tr><tr><td><code>cozyrentals.command.mine</code></td><td>Allows opening the player's rental menu with <code>/stall mine</code> or <code>/rental</code>.</td></tr><tr><td><code>cozyrentals.command.deposit</code></td><td>Allows opening the deposit menu with <code>/stall deposit</code>.</td></tr><tr><td><code>cozyrentals.deposit</code></td><td>Allows making prepaid rent deposits.</td></tr><tr><td><code>cozyrentals.command.setname</code></td><td>Allows a primary renter to set their stall's public name.</td></tr><tr><td><code>cozyrentals.command.setdescription</code></td><td>Allows a primary renter to set their stall's public description.</td></tr><tr><td><code>cozyrentals.command.cleardescription</code></td><td>Allows a primary renter to clear their stall description.</td></tr><tr><td><code>cozyrentals.command.icons</code></td><td>Allows opening the stall icon picker.</td></tr><tr><td><code>cozyrentals.command.seticon</code></td><td>Allows setting the player's own stall directory icon.</td></tr><tr><td><code>cozyrentals.command.unrent</code></td><td>Allows a primary renter to give up a rented stall.</td></tr><tr><td><code>cozyrentals.command.version</code></td><td>Allows viewing CozyRentals version information.</td></tr><tr><td><code>cozyrentals.command.reload</code></td><td>Allows reloading config and messages.</td></tr><tr><td><code>cozyrentals.command.create</code></td><td>Allows creating WorldGuard-backed stall records.</td></tr><tr><td><code>cozyrentals.command.select</code></td><td>Allows starting stall selection mode.</td></tr><tr><td><code>cozyrentals.command.selection</code></td><td>Allows viewing stall selection status.</td></tr><tr><td><code>cozyrentals.command.cancel</code></td><td>Allows clearing stall selection mode.</td></tr><tr><td><code>cozyrentals.command.delete</code></td><td>Allows deleting stall records.</td></tr><tr><td><code>cozyrentals.command.info</code></td><td>Allows viewing stall details.</td></tr><tr><td><code>cozyrentals.command.list</code></td><td>Allows listing stall records.</td></tr><tr><td><code>cozyrentals.command.assign</code></td><td>Allows assigning renters to stalls.</td></tr><tr><td><code>cozyrentals.command.release</code></td><td>Allows clearing renter data and reopening stalls.</td></tr><tr><td><code>cozyrentals.command.add</code></td><td>Allows adding stall helper members.</td></tr><tr><td><code>cozyrentals.command.remove</code></td><td>Allows removing stall helper members.</td></tr><tr><td><code>cozyrentals.command.members</code></td><td>Allows listing stall renter and helper members.</td></tr><tr><td><code>cozyrentals.command.open</code></td><td>Allows opening CozyRentals menus for players.</td></tr><tr><td><code>cozyrentals.command.rentaladmin</code></td><td>Allows opening the admin rental status GUI.</td></tr><tr><td><code>cozyrentals.command.processrent</code></td><td>Allows manually running rent processing.</td></tr><tr><td><code>cozyrentals.command.expired</code></td><td>Allows listing expired stalls.</td></tr><tr><td><code>cozyrentals.command.audit</code></td><td>Allows auditing stall and WorldGuard state.</td></tr><tr><td><code>cozyrentals.command.sync</code></td><td>Allows reconciling stall access to WorldGuard.</td></tr><tr><td><code>cozyrentals.command.expire</code></td><td>Allows manually expiring rented stalls.</td></tr><tr><td><code>cozyrentals.command.disable</code></td><td>Allows disabling non-rented stalls.</td></tr><tr><td><code>cozyrentals.command.enable</code></td><td>Allows reopening disabled stalls.</td></tr><tr><td><code>cozyrentals.command.setrent</code></td><td>Allows changing weekly rent.</td></tr><tr><td><code>cozyrentals.command.setdisplay</code></td><td>Allows changing staff-controlled stall display names.</td></tr><tr><td><code>cozyrentals.command.setteleport</code></td><td>Allows setting stall visit teleport locations.</td></tr><tr><td><code>cozyrentals.command.clearteleport</code></td><td>Allows clearing stall visit teleport locations.</td></tr><tr><td><code>cozyrentals.command.seticon.others</code></td><td>Allows setting any stall's display item with <code>/stall seticon &#x3C;stall> &#x3C;material></code>.</td></tr><tr><td><code>cozyrentals.command.repairregion</code></td><td>Allows re-applying priority and flags to one WorldGuard stall region.</td></tr><tr><td><code>cozyrentals.command.repairregions</code></td><td>Allows re-applying priority and flags to all WorldGuard stall regions.</td></tr><tr><td><code>cozyrentals.command.resetbranding</code></td><td>Allows resetting a stall's public branding to defaults.</td></tr><tr><td><code>cozyrentals.admin</code></td><td>Grants the configured CozyRentals admin child permissions.</td></tr></tbody></table>

### Recommended Setup

Players:

* `cozyrentals.command.help`
* `cozyrentals.command.rent`
* `cozyrentals.rent`
* `cozyrentals.command.mine`
* `cozyrentals.command.deposit`
* `cozyrentals.deposit`
* `cozyrentals.command.setname`
* `cozyrentals.command.setdescription`
* `cozyrentals.command.cleardescription`
* `cozyrentals.command.icons`
* `cozyrentals.command.seticon`
* `cozyrentals.command.unrent`

Market Staff:

* `cozyrentals.command.list`
* `cozyrentals.command.info`
* `cozyrentals.command.assign`
* `cozyrentals.command.release`
* `cozyrentals.command.add`
* `cozyrentals.command.remove`
* `cozyrentals.command.members`
* `cozyrentals.command.rentaladmin`
* `cozyrentals.command.expired`
* `cozyrentals.command.expire`
* `cozyrentals.command.setteleport`
* `cozyrentals.command.clearteleport`
* `cozyrentals.command.resetbranding`

Admins:

* `cozyrentals.admin`

### Notes

* No wildcard permission was confirmed in `plugin.yml` or source checks.
* `cozyrentals.admin` is a parent permission, not a wildcard.
* `cozyrentals.command.seticon.others` is only needed for staff setting icons on stalls they do not own.


---

# 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:

```
GET https://docs.cozycrafters.net/plugin-docs/cozyrentals/permissions.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.
