Why isn't this event not getting triggered?

Discussion in 'Plugin Development' started by epicguyuk, Jul 6, 2020.

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

    epicguyuk

    https://pastebin.com/EkVNKsuc

    I'm looking at line 67. Everything else works fine just the bit about it triggering when the cake is eaten. Can you please help me fix it or find another way?
     
    Last edited: Jul 6, 2020
  2. Online

    timtower Administrator Administrator Moderator

    @epicguyuk Does something fire if you send a message before the cake check?
     
  3. Offline

    epicguyuk

  4. Offline

    KarimAKL

    @epicguyuk There's no line 76 in that pastebin.
     
  5. Offline

    DutchJellyV2

    You could use the playerinteractevent and check if the player's hunger bar isn't full. If it's not full you know that the player is going to consume the cake.

    When choosing this implementation you have to keep in mind that the playerinteractevent can be cancelled by other plugins, which prevent players from eating cake.
     
  6. Offline

    epicguyuk

  7. Online

    timtower Administrator Administrator Moderator

    @epicguyuk Did you print the action and the type of the clicked block?
     
Thread Status:
Not open for further replies.

Share This Page