Solved Skript piston block facing

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Pitircinky

Member
Feb 1, 2019
4
0
0
Code:
if clicked block is piston:2:
I am looking for piston:2 block for new skript update..

# For blocks that can point in all six directions.
# Dispenser, dropper, pistons, end rods.
{orientable}:
{default} = -
down(ward| facing) = -[facing=down]
up(ward| facing) = -[facing=up]
north(ward| facing) = -[facing=north]
south(ward| facing) = -[facing=south]
west(ward| facing) = -[facing=west]
east(ward| facing) = -[facing=east]
I found this but how can I use it?
[doublepost=1563976749,1563902736][/doublepost]how to make 33:2 in new skript please up
 
which direction is :2?
if its south for example, you would use `south facing piston`
 
  • Like
Reactions: Pitircinky
which direction is :2?
if its south for example, you would use `south facing piston`
Just what I'm looking for.

I have another problem.
Code:
On rightclick on a piston:
 send "test" to player
does not work even though there is no error.
 
Just what I'm looking for.

I have another problem.
Code:
On rightclick on a piston:
 send "test" to player
does not work even though there is no error.
Are you attempting to rightclick a sticky piston, a normal one or one that's extended?
 
I clicked a classic normal piston.
Code:
on break piston:
 send "test"
needs fix too.
I think skript can't understands piston block...
 
Status
Not open for further replies.