/op

From Minecraft Wiki
Jump to navigation Jump to search
/op
Permission level
required
  • 3 ‌[JE only]
  • 2 ‌[BE only]
Restrictions Dedicated server only‌[JE only]

Grants operator status to the player(s).

In Java Edition, adds the players into the ops.json file with the default op permission level specified by op-permission-level in the server.properties.

In Bedrock Edition, 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 /permission command.

Syntax

[edit | edit source]
  • Java Edition
op <targets>
  • Bedrock Edition
op <player: target>

Arguments

[edit | edit source]

JE<targets>: game_profile
BE: player: target: CommandSelector<Player>

Specifies the player to be granted op.
In Java Edition:
Specifies one or more game profiles (player profiles). Must be a player name (should be a real one if the server is in online mode) or a player-type target selector.
In Bedrock Edition:
Must be a player name or a target selector.

Result

[edit | edit source]

CommandTriggerJava EditionBedrock Edition
AnyThe command is incomplete, or any argument is not specified correctly. Unparseable Unparseable
<targets> fails to resolve to one or more player profiles. Failed N/A
player: target is a target selector that is not in player type. N/A Failed
player: target fails to resolve to one or more online players.
All the specified players are already an op or higher. Failed
OtherwiseSuccessful

Output

[edit | edit source]

CommandEditionSituationSuccess Count/execute store success .../execute store result ...
AnyJava EditionOn failN/A00
On successN/A1the number of players who are newly granted op

History

[edit | edit source]

Java Edition

[edit | edit source]
Java Edition Classic
0.0.16aAdded /op.
Java Edition Indev
0.31Due to Indev's lack of support for servers, commands are no longer usable.
Java Edition Alpha
v1.0.16Re-added /op.
Java Edition
1.1317w45aNow allows target selectors besides names.

Bedrock Edition

[edit | edit source]
Pocket Edition Alpha
v0.16.0build 1Added /op.

Example

[edit | edit source]
  • Give Steve OP:/op Steve

See also

[edit | edit source]

/deop: Revokes operator status from a player.

[edit | edit source]
[edit | edit source]