Posted June 14, 201411 yr Hi! Im wondering how to get the player to be able to fly for a custom amount of time when right clicking the item. Im half way there I think? This is what I have so far in the item class: public ItemStack onItemRightClick(ItemStack par1ItemStack, World par2World, EntityPlayer player) { player.capabilities.allowFlying = true; return par1ItemStack; } This code works fine, when the player right clicks the item they are able to fly.. but its forever of course! Could anyone help/guide/suggest something for how I can go about making this last for 3 minutes?
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.