> For the complete documentation index, see [llms.txt](https://wiki.staffplusplus.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.staffplusplus.org/features/staff-locations.md).

# Staff Locations

Staff locations are stored locations by staff members. These locations are shared among staff members and players with access can teleport to them.

### Configuration

```yaml
staff-locations-module:
    enabled: true
    # if configured, players can choose a location from the predefined icons.
    # If left empty they will have the choice of any icon.
    icons: []
```

#### Icon configuration

Example:

```yaml
staff-locations-module:
  enabled: true
  icons:
    - text: Unclaimed base (Requesting admin claim)
      icon: GOLDEN_SHOVEL
    - text: AFK evader
      icon: WATER_BUCKET
    - text: Autofishing farm
      icon: FISHING_ROD
    - text: Inappropriate build
      icon: BARRIER
    - text: Flymachine
      icon: SLIME_BLOCK
    - text: Lagmachine
      icon: REPEATER
    - text: Traps
      icon: IRON_TRAPDOOR
    - text: Griefed area
      icon: TNT
    - text: Griefed animals or other mobs
      icon: LEAD
    - text: Disturbingly named animals or other mobs
      icon: NAME_TAG
    - text: Disturbing signs
      icon: OAK_SIGN
    - text: Suspicious location (like storage of players suspected of raiding)
      icon: SPYGLASS
    - text: Trouble area, players often getting at eachother
      icon: DIAMOND_SWORD
```

### Commands

<table><thead><tr><th width="199.80319148936172">Command</th><th width="151.33333333333331">description</th><th>Example</th></tr></thead><tbody><tr><td>/stafflocations</td><td>Open locations GUI</td><td><code>/stafflocations</code><br><code>/stafflocations -id=2</code><br><code>/stafflocations -name="My name here"</code><br><code>/stafflocations -creator=garagepoort</code></td></tr><tr><td>/create-stafflocation</td><td>Create a new staff location</td><td><code>/create-stafflocation new location name</code></td></tr></tbody></table>

### GUIs

#### Staff locations

![](/files/sufjopsH0TIwQJiZlGal)

#### Manage location

![](/files/EoIyZLFn22F0AJYi9M27)

#### Edit location

![](/files/r1C5kzjAkbsEv9kzPMoR)

#### Location Notes

![](/files/kTqJqS3M3LIUmlPRHzyb)


---

# 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.staffplusplus.org/features/staff-locations.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.
