File tree 2 files changed +24
-0
lines changed 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -210,6 +210,14 @@ const sidebars = {
210
210
"hldm/hldm-rcon"
211
211
] ,
212
212
} ,
213
+ {
214
+ type : "category" ,
215
+ label : "Minecraft" ,
216
+ items : [
217
+ "minecraft/minecraft-firststeps-dashboard" ,
218
+ "minecraft/minecraft-rcon"
219
+ ] ,
220
+ }
213
221
] ,
214
222
} ;
215
223
You can’t perform that action at this time.
0 commit comments