Posted September 12, 201411 yr Hello Forge! I am working on a mod to allow plugins to have Bukkit like functionality, and I need to detect when a player places a block in order to pass that information on to plugins. But, unlike the BreakEvent there is no PlaceEvent. I have googled extensively, but all I can find is the IPlayerTracker which had a method for this, but unfortunately that class is gone in 1.7 (the version I'm modding). Is there any way that I can detect when a player places a block?
September 12, 201411 yr Hi Perhaps try PlayerInteractEvent looking for Action RIGHT_CLICK_BLOCK? -TGG
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.