/ability

Jump to navigation Jump to search
This page describes an education-related feature.
 
This feature is available only in Minecraft Education or when enabling the "Education" option in Bedrock Edition.

Sets or queries a player with a specific ability.

Syntax[edit | edit source]

ability <player: target> <ability: Ability> [value: Boolean]
ability <player: target> [ability: Ability]

Arguments[edit | edit source]

player: target: CommandSelector<Player>

Specifies the target for which to grant/revoke/query the ability.

ability: Ability: enum

Specifies the player ability.
These abilities are:
  • worldbuilder gives the selector the ability to become a world builder. This allows the player to build - even in Adventure Mode.
  • mayfly lets the selector fly as if they were in Creative Mode.
  • mute mutes the selector. If they chat, no one can hear (or see) their message.

value: Boolean: enum

Specifies the value to set the ability to, must be either true or false. If not specified, returns the current ability's value.

Result[edit | edit source]

Fails if the arguments are not specified correctly.

On success, sets the player ability into the specified ability. If value: Boolean isn't specified, returns whether the player has the specified ability. If ability: Ability isn't specified, returns what abilities the player has.

History[edit | edit source]

[hide]Pocket Edition Alpha
v0.16.0build 1Added /ability.
[hide]Bedrock Edition
1.5.0beta 1.5.0.4Added the function of query.
[hide]Minecraft Education
1.7Added /ability.

Navigation[edit | edit source]