Minecraft:Commands/op: Difference between revisions
More actions
imported>ProBot m Bot: Adding ko:명령어/op |
Remove broken links to missing pages |
||
| Line 7: | Line 7: | ||
}} | }} | ||
Grants | Grants operator status to the player(s). | ||
{{IN|java}}, adds the players into the | {{IN|java}}, adds the players into the ops.json file with the default op permission level specified by <code>op-permission-level</code> in the [[Minecraft:server.properties]]. | ||
{{IN|bedrock}}, changes the player's permission in the "Player Permission" screen to the "Operator" option . In | {{IN|bedrock}}, changes the player's permission in the "Player Permission" screen to the "Operator" option . In dedicated servers, it is also recorded in <samp>permissions.json</samp>. The <samp>permissions.json</samp> file can be reloaded with {{cmd|permission}} command. | ||
==Syntax== | ==Syntax== | ||
| Line 79: | Line 79: | ||
{{Navbox commands}} | {{Navbox commands}} | ||
de:Befehl/op | |||
es:Comandos/op | |||
ja:コマンド/op | |||
ko:명령어/op | |||
lzh:令/op | |||
pt:Comandos/op | |||
ru:Команды консоли/op | |||
uk:Команди консолі/op | |||
zh:命令/op | |||
Revision as of 15:44, 9 April 2026
Grants operator status to the player(s).
Template:IN, adds the players into the ops.json file with the default op permission level specified by op-permission-level in the Minecraft:server.properties.
Template:IN, changes the player's permission in the "Player Permission" screen to the "Operator" option . In dedicated servers, it is also recorded in permissions.json. The permissions.json file can be reloaded with Template:Cmd command.
Syntax
- Java Edition
op <targets>
- Bedrock Edition
op <player: target>
Arguments
- Specifies the player to be granted op.
- Template:IN:
- Template:IN:
Result
Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table
Output
Template:Output table Template:Output table Template:Output table Template:Output table
History
Java Edition
Bedrock Edition
Example
- Give Steve OP:/op Steve
See also
/deop: Revokes operator status from a player.
External links
de:Befehl/op es:Comandos/op ja:コマンド/op ko:명령어/op lzh:令/op pt:Comandos/op ru:Команды консоли/op uk:Команди консолі/op zh:命令/op