Custom Potions [#31 Tutorial Series]
- Jessie101

- Jul 11, 2022
- 1 min read
Updated: Jul 15, 2022
Commands
Step 1: execute @a[hasitem={item=glass_bottle, location=slot.hotbar, slot=0..8}] ~~~ tag @s add tpPotion
Step 2: execute @a[hasitem={item=glass_bottle, location=slot.inventory, slot=0..26}] ~~~ tag @s add tpPotion
Step 3: spreadplayers 20 -20 10 20 @a[tag=tpPotion]
# Use one command block/multiple to code your custom potion effects.
Step 4: clear @a[tag=tpPotion] glass_bottle
Step 5: tag @a[tag=tpPotion] remove tpPotion
# 10 Delay in ticks





![Server Announcements [Tutorial Series #33]](https://static.wixstatic.com/media/c01de9_28d112576db246e785908d275534baa7~mv2.png/v1/fill/w_959,h_537,al_c,q_90,enc_avif,quality_auto/c01de9_28d112576db246e785908d275534baa7~mv2.png)
![Clickable Signs [#32 Tutorial Series]](https://static.wixstatic.com/media/c01de9_0f2972bf2b804e66b04b937a3acaeead~mv2.png/v1/fill/w_959,h_537,al_c,q_90,enc_avif,quality_auto/c01de9_0f2972bf2b804e66b04b937a3acaeead~mv2.png)
![Infinite Chests [#15 Tutorial Series]](https://static.wixstatic.com/media/c01de9_a655a9200083451d89a6a03ba52564b1~mv2.png/v1/fill/w_959,h_537,al_c,q_90,enc_avif,quality_auto/c01de9_a655a9200083451d89a6a03ba52564b1~mv2.png)
Comments