> 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)
