# Minecraft

## MC

The command group for using Minecraft-related commands. i.e. commands will have to start with mc `command_name`

### connect-rcon

Connect to a Minecraft RCON server

```
s.mc connect-rcon 192.168.1.22 PassWord
```

```
s.mc connect-rcon 192.168.1.22 PassWord 2558
```

### mc-cmd

If you have a different port than the default 25575, you can add it after `PassWord`

Send commands to the Minecraft RCON console after connecting to the RCON server

```
s.mc mc-cmd op RandomMinecraftUser
```

### disconnect

Disconnect your current session from the Minecraft RCON server

```
s.mc disconnect
```

### set-role

Set a role that will allow users to use Minecraft-related commands

```
s.mc set-role
```

### view-role

View the role set to allow members to use the Minecraft-related commands

```
s.mc view-role
```
