# 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

![](https://3621425798-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MPQohtcLxhXAvpSXOMt-3566562695%2Fuploads%2Fz5PCB9YsiQFBgJYumP2g%2Fsaved_locations.png?alt=media\&token=600d60d6-dfd0-4daa-9170-e4a45b6c83d5)

#### Manage location

![](https://3621425798-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MPQohtcLxhXAvpSXOMt-3566562695%2Fuploads%2Fi0pXYNuB7yKQWo52r73H%2Fmanage-location.png?alt=media\&token=fadf83e0-902e-4b79-8f58-ff68c24f21b3)

#### Edit location

![](https://3621425798-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MPQohtcLxhXAvpSXOMt-3566562695%2Fuploads%2FMkDPO925rUqub4J57pDJ%2Fedit_location.png?alt=media\&token=005bf62c-37c7-4f4a-9c72-998b95a4f854)

#### Location Notes

![](https://3621425798-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MPQohtcLxhXAvpSXOMt-3566562695%2Fuploads%2FRsHJ3Pn45fgL7wOtIOeb%2Flocation_notes.png?alt=media\&token=49eaae0d-40ad-4400-a10a-bddff40e28bc)
