Jump to content

[1.7.2] player flying for 3 minutes on item right click?


Dom323

Recommended Posts

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?

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.