ÇEVİRİ DEVAM ETMEKTEDİR / TRANSLATİNG İS CONTİNUİNG
Clears items from player inventory, including items being dragged by the player.
At Slot.com you will play slots online completely safe. You will relax with your friends on our 3 and 5-reel slots. Get the bonus and compete against your buddies for the highest position in our online slot machines. How to start If you want to start playing online games for free, just sign up! You can even play with Facebook. Slot.It, an Italian slot car company founded in 1988, has revolutionized the slot car racing world establishing itself as the reference brand for upgrade parts and competition slot cars. The collection of Slot.it slot cars offers world-class features, including the Slot.it V12 motor, Slot.it gears and aluminum wheels. Slot Lover - Slot Machine Videos Channel Usually Post: Big Wins, Super Big Wins, Live Play, Double or Nothing, High Limit Pulls with Friends Where Do I play. WMS Blue Bird 2 Survivor Video Bonus Slot $ 1,999.00 $ 1,799.00. WMS BB2 Village People Party Video Bonus $ 1,895.00 $ 1,699.00. Baly Alpha Monte Carlo Bonus Wheel 3.
clear [<targets>] [<item>] [<maxCount>]
clear [player: target] [itemName: Item] [data: int] [maxCount: int]
<targets>
(BE: player: target
)
<item>
(BE: itemName: Item
)
data: int
[Bedrock edition only]
-1
, all items that match 'itemName: Item' are cleared, regardless of their data. Must be an integer between -1 and 2,147,483,647 (inclusive, without the commas), but values that are invalid for the specified item id revert to 0.<maxCount>
(BE: maxCount: int
)
-1
[Bedrock edition only], all items that match item and data are cleared. If 0
, does not clear items, but returns successfully if there were items that could have been cleared (allowing detection of items rather than clearing of items). Must be an integer less than 2,147,483,648.Fails if the arguments are not specified correctly, if <targets>
fails to resolve to one or more online players, or if no items are removed (except when <maxCount> is 0
)
On success, removes the specified items from the player(s). If maxCount is 0, no items are removed, and the number of matching items are displayed in chat.
If a player has a two specified items with the same name but different [data: int](For example light_block 1 7 and light_block 1 15) and the user clears their inventory of a specific [data: int], the command will always clear their inventory of the first item that is has the same [ItemName: Item] from the left side of the hot bar to the right, bottom to top of the inventory. [Bedrock edition only]
The specific outputs are as follows:
Trigger | Type | Message |
---|---|---|
Item does not exist | Failure | Unknown item <item id> /clear <selector> <item id><--[HERE] |
Item tag does not exist | Failure | Unknown item tag <tag id> |
The player has an empty inventory | Failure | Single player: No items were found on player <player name> |
The selector targets non-player entities | Failure | Only players may be affected by this command, but the provided selector includes entities |
No players are affected given the selector | Failure | No player was found |
Items are removed from the inventory | Success | Single player: Removed <number> items from player <player name> |
The Şablon:Cd is set to 0 and the player has the specified items in their inventory | Success | Single player: Found <number> matching items on player <player name> |
clear
clear Alice
clear Alice minecraft:wool
clear @a minecraft:wool 1
[Bedrock edition only] or clear @a minecraft:orange_wool
[Java edition only]clear @p minecraft:golden_sword{Enchantments:[{id:'minecraft:sharpness',lvl:1s}]}
[Java edition only]clear @r minecraft:stone -1 0
[Bedrock edition only] or clear @r minecraft:stone 0
[Java edition only]/data
— can change or remove items in block or entity inventories/give
— give items to player/kill
— can destroy item entities/replaceitem
— can replace items in block or entity inventoriesjava | |||||
---|---|---|---|---|---|
1.4.2 | 12w37a | Added /clear . | |||
12w38a | Added Şablon:Cd argument to /clear . | ||||
1.8 | 14w02a | Added Şablon:Cd argument to /clear . | |||
1.9 | 15w31b | /clear now clears the offhand slot. | |||
1.13 | 17w45a | The syntax of /clear has changed from /clear [<target>] [<item>] [<data>] [<count>] [<nbt>] to /clear [<target>] [<item>] [<count>] . | |||
Pocket Edition | |||||
1.0.5 | alpha 1.0.5.0 | Added /clear . |