Skip to content

Commit

Permalink
MC: RconLogin Pro
Browse files Browse the repository at this point in the history
  • Loading branch information
mrc4tt committed Jan 19, 2025
1 parent 46895d8 commit 8b66720
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/minecraft/minecraft-rcon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
slug: rcon
id: minecraft-rcon
title: "RCON Login [Pro]"
---

We’ve introduced the ability to enter an **RCON password** in the "Edit Server" section for Minecraft Pro servers.

This feature allows you to grant yourself operator ("op") status directly in the game.

### Important Note:
This functionality is only supported on **PaperMC** servers.

### Commands:
- `/login <rconpass>`: Automatically grants you operator status.
- `/ops`: Displays a list of current operators on your server.
8 changes: 8 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,14 @@ const sidebars = {
"hldm/hldm-rcon"
],
},
{
type: "category",
label: "Minecraft",
items: [
"minecraft/minecraft-firststeps-dashboard",
"minecraft/minecraft-rcon"
],
}
],
};

Expand Down

0 comments on commit 8b66720

Please sign in to comment.