Wiki ArticleBedrock EditionBedrock Edition specific informationMinecraft Education specific informationMinecraft Education
/ability
Sets or queries a player with a specific ability.
player: target: CommandSelector<Player>
Fails if the arguments are not specified correctly.
This page describes an education-related feature.
This feature is available only in Minecraft Education or when enabling the "Minecraft Education features" cheat setting in Bedrock Edition.
/ability| Permission level required |
1 |
|---|---|
| Restrictions | Cheat only |
Sets or queries a player with a specific ability.
Syntax
ability <player: target> <ability: Ability> [value: Boolean]ability <player: target> [ability: Ability]
Arguments
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:
worldbuildergives the selector the ability to become a world builder. This allows the player to build - even in Adventure Mode.mayflylets the selector fly as if they were in Creative Mode.mutemutes 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
trueorfalse. If not specified, returns the current ability's value.
Result
Fails if the arguments are not specified correctly.
On success, sets the player ability into the specified ability. If value: Boolean is not specified, returns whether the player has the specified ability. If ability: Ability is not specified, returns what abilities the player has.
History
Bedrock Edition
| Pocket Edition Alpha | |||||||
|---|---|---|---|---|---|---|---|
| v0.16.0 | build 1 | Added /ability. | |||||
| Bedrock Edition | |||||||
| 1.5.0 | beta 1.5.0.4 | Added the function of query. | |||||
Minecraft Education
| Minecraft Education | |||||||
|---|---|---|---|---|---|---|---|
| 1.7 | Added /ability. | ||||||