# Admins (Park Staff)

## Permissions

The permissions are barebone and are not very detailed as its not really needed here.\
The park system works with ranks based perms so here they are: (below the chart you se rank explanations)

<table><thead><tr><th width="297">PermNode</th><th width="287">Usage</th><th width="150">ParkRank</th><th>Result?</th></tr></thead><tbody><tr><td>MCGPMSE.manage.(ATNAME)</td><td>MCGPMSE.manage.myattraction</td><td>Park Operator</td><td>Allows management of the attraction</td></tr><tr><td>MCGPMSE.reloadrc</td><td>MCGPMSE.reloadrc</td><td>Park Owner</td><td>Reloads the cart systems for Trackrides</td></tr><tr><td>MCGPMSE.manage.*</td><td>MCGPMSE.manage.*</td><td>Park Operations Manager</td><td>Allows management of all attractions</td></tr><tr><td>MCGPMSE.teleport.(ATNAME)</td><td>MCGPMSE.teleport.myattraction</td><td>Park Vips</td><td>Allows teleporting to Attractions using the phone</td></tr><tr><td>MCGPMSE.teleport.*</td><td>MCGPMSE.teleport.*</td><td>Park Vips</td><td>Aorting to All Attractions using the phone</td></tr><tr><td>MCGPMSE.showbuilder.manage</td><td>MCGPMSE.showbuilder.manage</td><td>Park Manager</td><td>Allows creation and management of shows</td></tr><tr><td>MCGPMSE.receiveerrors</td><td>MCGPMSE.receiveerrors</td><td>Park Manager</td><td>Receives All important errors in chat</td></tr><tr><td>MCGPMSE.buildmode</td><td>MCGPMSE.buildmode</td><td>Park Manager</td><td>Allows building in the park (/phone buildmode)</td></tr><tr><td>MCGPMSE.manager</td><td>MCGPMSE.manager</td><td>Park Manager</td><td>All management perms  combined</td></tr><tr><td>MCGPMSE.security</td><td>MCGPMSE.security</td><td>Park Security</td><td>(coming soon)</td></tr><tr><td>MCGPMSE.mechanic</td><td>MCGPMSE.mechanic</td><td>Park Mechanic</td><td>(coming soon)</td></tr><tr><td>MCGPMSE.operator</td><td>MCGPMSE.operator</td><td>Park Operator</td><td>All operator perms combined</td></tr></tbody></table>

### Ranks explaned

* Park Owner > the server admin that controls everything
* Park Manager > Server admins with a lot of control like creation and editing of the park.
* Park Operator (or park operations manager) > Server staff that can manage attractions and their settings (start stop but also gates and more)
* Park Security > Coming soon specialized staff members that can hold the line like a moderator does but in a gui like giving them a fine or kicking out of the park.
* Park Mechanic > Coming soon will repair broken machines and attractions when they broke down in a event.
* Park Vip > Special Guests with a little more premium perks


---

# 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.mcgsoft.eu/mcg-parkmanager-se/admins-park-staff.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.
