Solved Check if the Placed chest is connecting to another chest

Discussion in 'Plugin Development' started by mr_nice1107, Nov 7, 2019.

Thread Status:
Not open for further replies.
  1. Offline

    mr_nice1107

    Hey guys,
    I know I had a similar question a fue days ago...

    The question was, how to get the other part of a double chest (check if a chest is doublechest)

    That worked so far,
    but now I have the problem that it is not working within the BlockPlaceEvent. Beause: (I think) that the chest is set to double after the event.

    So how can I chack that in the BlockPlaceEvent

    Thanks you for your awnsers ! ;D
     
  2. Offline

    KarimAKL

    @mr_nice1107 I think you can delay your check by 1 tick.
     
    baenii likes this.
  3. Offline

    mr_nice1107

    Thank you so much, that worked for me!
    Thats may is not the best solution but I don't care, the only important thing is that it workes ;D
     
    KarimAKL likes this.
Thread Status:
Not open for further replies.

Share This Page