Recent content by Tilomi

  • 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 comminuty!

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

  1. T

    Canceling flower pot interaction

    No parsing or console errors. The event just isn't canceled. I can't try skript-mirror because it spams my console full of "1 log handler was not stopped properly!" errors. EDIT: I tested the skript-mirror on other server and sadly it didn't work either.
  2. T

    Canceling flower pot interaction

    Yeah, that looks really promising! I only need to cancel the packet but at least cancel event doesn't work. Tips on that?
  3. T

    Canceling flower pot interaction

    I didn't get really anywhere. The packet for modifying the contents is play_server_block_change. I got the location and new state of the block but wasn't able to figure out the previous state (which I need since I don't want to cancel this for every pot variant, only one) nor cancel or modify...
  4. T

    Canceling flower pot interaction

    Hi! I have been trying to prevent a player from taking flowers out of flower pots but hadn't had any success doing so. on right click on flower pot is triggered only when putting something into the pot or clicking empty one. When something is in the pot, the event is not triggered. Is that...
  5. T

    Solved Getting previous state of a block

    Yeah, I noticed that but for me that doesn't matter since I'll be changing just specific kind of blocks :-)
  6. T

    Solved Getting previous state of a block

    Your skript works great! You just need to remove the "loc" from the last line. Many thanks!
  7. T

    Solved Getting previous state of a block

    Hi! While making this skript, I've run in to an annoying problem. My skript loops blocks in radius 1 when right clicked with a diamond hoe. Then sets the loop-block to diamond block. After one second it should set the loop-block back into the original loop-block (including the facing, location...