[IconMenu] - InventoryClickEvent not called - important!

Discussion in 'Plugin Development' started by mineart.at, Apr 28, 2013.

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

    mineart.at

    Problem: http://youtu.be/IrsPTLYsObA
    IconMain: http://pastie.org/private/gott0cfvptjb8ode9xtyvq
    IconListener: http://pastie.org/private/lb8szjelp1ytnnbnffrhq
    IconMenu: http://pastie.org/private/7trnfvcyni2ul3osu1m6w
    When clicking an item in the normal inventory during the icon menu is opened, the InventoryClickEvent is not being called anymore.

    Update: only commands that teleport a player instantly seem to kill the InventoryClickEvent.
    IconMain: http://pastie.org/private/qn7zwjwhebt7ghfhgoxsw
    IconMenu: http://pastie.org/private/ea1gpusqm8rubvea812gq
    IconListener: http://pastie.org/private/1l9dj31palxpnuy2xnt8aa

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  2. Offline

    mineart.at

    I'm now resetting everything on destroy(), but the first problem appears again. When clicking an item outside the icon bar, the event is no longer being fired. (code now shortened for better reading)
    IconMain: http://pastie.org/private/dsoxwzbpkmqoqtqaci7uiq
    IconMenu: http://pastie.org/private/zodw5b6amhsuibyhg2ztza
    IconListener: http://pastie.org/private/0xjt6rvdumfnkvderdk8aq

    Anyone who could take a look at it?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  3. Offline

    kuth

    just wondering do you know how to make it where when you click on a icon it will teleport you to a world and cords within that world?
     
  4. Offline

    devilquak

    It's simpler than anything has ever been, you should know this.

    On an IconClickEvent, do player.teleport(world, x, y, z);
     
  5. Offline

    kuth

    sorry i am really derping here.
    i have no clue what im doing wrong...
    here is my thread i started with everything i have http://forums.bukkit.org/threads/please-help-with-code.144455/
     
  6. Offline

    mineart.at

    Back to topic please!

    Some users that seem to have worked with it... nisovin desht chasechocolate

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
Thread Status:
Not open for further replies.

Share This Page