Skip to content

Commit 8b66720

Browse files
committed
MC: RconLogin Pro
1 parent 46895d8 commit 8b66720

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

docs/minecraft/minecraft-rcon.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
slug: rcon
3+
id: minecraft-rcon
4+
title: "RCON Login [Pro]"
5+
---
6+
7+
We’ve introduced the ability to enter an **RCON password** in the "Edit Server" section for Minecraft Pro servers.
8+
9+
This feature allows you to grant yourself operator ("op") status directly in the game.
10+
11+
### Important Note:
12+
This functionality is only supported on **PaperMC** servers.
13+
14+
### Commands:
15+
- `/login <rconpass>`: Automatically grants you operator status.
16+
- `/ops`: Displays a list of current operators on your server.

sidebars.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,14 @@ const sidebars = {
210210
"hldm/hldm-rcon"
211211
],
212212
},
213+
{
214+
type: "category",
215+
label: "Minecraft",
216+
items: [
217+
"minecraft/minecraft-firststeps-dashboard",
218+
"minecraft/minecraft-rcon"
219+
],
220+
}
213221
],
214222
};
215223

0 commit comments

Comments
 (0)