Blocking withers/golems

Discussion in 'Plugin Development' started by mastermustard, Feb 18, 2013.

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

    mastermustard

    So I've accomplished blocking golems and withers from being placed with CreatureSpawnEvent, but the issue I'm having is that you can't get the player who placed it with that event. what ive came up with is checking if a wither skull/pumpkin was placed then checking what the blocks around it were then I would be able to do something with the player. Is there a better/simpler way of getting the player who tried to build a wither/golem?
     
  2. Offline

    chasechocolate

  3. Offline

    mastermustard

    wow... I must of missed that when i was looking at that. thanks

    I'm having an issue with that, event.getEntity() seems to only get the entity that had spawned not the player who spawned it? how would i get the player who spawned it with that method (if possible)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  4. Offline

    Zarius

    Doesn't seem to be possible - checking the blocks as you've mentioned is the only way (currently) I think.
     
  5. Offline

    mastermustard

    yea it seems to be that way, I've tried everything possible to CreatureSpawnEvent I think i might send in a suggestion later to add in a method to get the players that placed the last block
     
Thread Status:
Not open for further replies.

Share This Page