Skript Version: Latest
Skript Author: None
Minecraft Version: 1.12.2
---
Full Code:
Errors on Reload:
Other Useful Info: taking away the parse does nothing. Also, the first part about the red clay works fine.
Troubleshooting:
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it?
None lol
Skript Author: None
Minecraft Version: 1.12.2
---
Full Code:
code_language.skript:
every tick:
loop all players:
loop-player is in world "staffevent"
if block below loop-player is red clay:
kill loop-player
if block below loop-player is light green clay:
if the block under the block below loop-player is a sign:
set {_strength} to "%line 1 of block under the block below loop-player%" parsed as number
set {_duration} to "%line 2 of block under the block below loop-player%" parsed as number
apply potion of leaping of tier {_strength} to loop-player for {_duration} seconds
else:
send "&cPlease format the sign below the effect block:" to loop-player
send "&cLine 1 = Amplifier" to loop-player
send "&cLine 2 = Duration in seconds" to loop-player
Errors on Reload:
code_language.skript:
There's no loop that matches 'loop-player for {_duration} seconds'
Troubleshooting:
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it?
None lol