#effects

1 messages · Page 1 of 1 (latest)

kind shell
#

On right click:
If player is {Yeti::*}:
enchant player's boots with frost walker

#

I just want remove what enchant after 1 minute

red forge
#

code blocks

#

just add a wait line

#

and then check if the player's boots are the same

#

also, you could check if they take the boots off and disenchant there too

kind shell
#

On right click:
If player is {Yeti::*}:
enchant player's boots with frost walker
wait 1 minute

red forge
#

you've done the wait part, yes

kind shell
#

now how i remove?

red forge
kind shell
#

how i use code blocks?

red forge
#

```code here```

kind shell
#

i really dont understand where

red forge
#

copy and paste your code inbetween the backticks

#

like this:
```on death:```

it will show like thison death:

kind shell
#

so '''on right click:''' ?

#

'''on right click:'''
if player is {Yeti::*}
enchant players boots with frost walker
wait 1 minute

kind shell
red forge
#

backticks, not apostrophes

#

they're in the top left of the keyboard

kind shell
#

` this?

red forge
#

yup

kind shell
#

On right click:
If player is {Yeti::*}:
enchant player's boots with frost walker
wait 1 minute

kind shell
red forge
#

all of the code

#

if you have multiple lines it goes at the end:
```something
something
a hafiwufg g````

kind shell
#

in all line?

red forge
#

?

kind shell
#

On right click:
If player is {Yeti::*}:
enchant player's boots with frost walker
wait 1 minute
remove enchantment

red forge
#

no, you send your code exactly as it is, except with one ``` at the start and one at the very end

kind shell
red forge
#

noo

#

only the first and last ones

kind shell
red forge
kind shell
#

ok

opal kraken
#

hahaha you died

kind shell
#

"remove enchantment" part is wrong i know

opal kraken
#

try “remove boots enchantment”

#

idk

kind shell
red forge
#

that happens if you enchant with a level of 0? does it remove it

red forge
kind shell
#

so the skript works now?

red forge
#

if it does then yes

kind shell
#

minecraft don´t can understand on right click part

red forge
#

those backticks are only for sending your code on discord

#

you dont put them in the actual code

kind shell
#

make sense

#

On right click:
If player is {Yeti::*}:
enchant player's boots with frost walker
wait 1 minute

so how this code disenchant the boots?

kind shell
red forge
#

theres a simple cooldown tutorial