# Stations

A **station** is a feature for item customization in **nwMMOUpgrade**.\
Each station is clearly defined to handle a specific type of item interaction.\
The functionality of each station is described in detail as follows:

| Type           | Description                                                                                                                                                                    |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `upgrade`      | upgrade items using materials and success chances.                                                                                                                             |
| `gemaddsocket` | add empty gem sockets to compatible items.                                                                                                                                     |
| `repair`       | restore durability or condition of damaged items.                                                                                                                              |
| `merge`        | allowing players to transfer stat items (like gems, materials, etc.).                                                                                                          |
| `gemunsocket`  | which lets players safely remove gems from items.                                                                                                                              |
| `gemadditem`   | used to socket gems directly into items.                                                                                                                                       |
| `reroll`       | allowing item stats to be re-randomized.                                                                                                                                       |
| `evolution`    | for upgrading items to new tiers or forms.                                                                                                                                     |
| `process`      | used to break down an item into different components or convert it into other item types.                                                                                      |
| `ability`      | for enhancing or unlocking item abilities.                                                                                                                                     |
| `identify`     | used to reveal the hidden attributes or statistics of unidentified items.                                                                                                      |
| `updateitem`   | If you want to upgrade the item to match the latest version from the MMOItem config, you can use this station. This allows players to self-fix broken items using the station. |

You can view the command usage details [here](https://nwplugin.gitbook.io/nwplugin-or-nn/my-plugins/nwmmoupgrade-premium/commands).

***
