/ability
< Commands
This page describes an education-related feature.
This feature is available only in Minecraft Education or when enabling the "Education" option in Bedrock Edition.
/ability
Permission level required |
1 |
---|---|
Restrictions |
Cheat only |
{ "title": "<code>/ability</code>", "rows": [ { "field": "1", "label": "(link to Permission level article, displayed as Permission level<br>required)" }, { "field": "(link to Option article, displayed as Cheat) only<br>", "label": "(link to Commands#Restrictions article, displayed as Restrictions)" } ], "invimages": [], "images": [] }
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
orfalse
. 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.0 | build 1 | Added /ability . | |||||
[hide]Bedrock Edition | |||||||
1.5.0 | beta 1.5.0.4 | Added the function of query. | |||||
[hide]Minecraft Education | |||||||
1.7 | Added /ability . |