Cancel item event

Discussion in 'Plugin Development' started by ChintziSecilMC, Nov 24, 2014.

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

    ChintziSecilMC

    So im trying to make a rocket item that launches you up into the air but it does the action that happens when you usually get a firework and click it as well as doing mine. So how do i replace the default method on what it does with mine?
     
  2. Online

    timtower Administrator Administrator Moderator

    ChintziSecilMC Cancel the event, then put your own code behind it.
     
  3. Offline

    ChintziSecilMC

    timtower
    I tried event.cancel no such thing D:
     
  4. Online

    timtower Administrator Administrator Moderator

  5. Offline

    ChintziSecilMC

    tried event.setCanceled(true) but it just cancels my event and does the default one D:
     
  6. Online

    timtower Administrator Administrator Moderator

Thread Status:
Not open for further replies.

Share This Page