Skript Version: Skript 2.2 (dev25)
Skript Author: Njol, Mirreski, Bensku, nfell2009, joeuguce99, realgatt, roycurtis, tim740 and tuke-nuke
Minecraft Version: 1.11.2
---
Full Code:
Hey i was messing around with some stuff but i ran in to a problem.
wenn you want to get the target location of a block this will only work the first time.
wenn the second time it happens occurs the location will be the same and don't change.
so wenn i look at a block that is at 0,0,0 then execute the command it will response 0,0,0 but if i look in to an other direction while its still running it will remain outputting 0,0,0 while i am actually looking to an other block.
hope someone can find a fix or if this can be fixed?
Errors on Reload:
None
Console Errors: (if applicable)
None
Troubleshooting:
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it? I have tried to first save the target block and then getting location of that block but the same issue ocurs for the target block
Skript Author: Njol, Mirreski, Bensku, nfell2009, joeuguce99, realgatt, roycurtis, tim740 and tuke-nuke
Minecraft Version: 1.11.2
---
Full Code:
Hey i was messing around with some stuff but i ran in to a problem.
wenn you want to get the target location of a block this will only work the first time.
wenn the second time it happens occurs the location will be the same and don't change.
so wenn i look at a block that is at 0,0,0 then execute the command it will response 0,0,0 but if i look in to an other direction while its still running it will remain outputting 0,0,0 while i am actually looking to an other block.
hope someone can find a fix or if this can be fixed?
code_language.skript:
command /targettest:
trigger:
loop 100 times:
wait 1 tick
message "%location of target block%"
Errors on Reload:
None
Console Errors: (if applicable)
None
Troubleshooting:
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it? I have tried to first save the target block and then getting location of that block but the same issue ocurs for the target block