AntiWorldFly disables flying, elytras, and chosen commands when joining or playing in specific worlds, on Minecraft servers running Bukkit or Spigot.
This project is no longer maintained by its original author. I, Sidpatchy, have taken over development of the plugin and intend to continue development in the future. The most up-to-date builds can be found in on my Jenkins, and release versions on GitHub, Bukkit and Spigot.
The Wiki of Anti World Fly is available by clicking on the Wiki tab at the top of the page, or directly on this link. Valuable information on how to set the plugin up or use it properly is at your disposal!
For more information and download links, please visit the project's webpages:
Feel free to visit HelloMinecraft, the plugin's official server (french server):
Ensure you have a working version of the JDK (Java Development Kit).
The following steps are for the Eclipse development environment, but will be similar on other IDEs.
- Download or clone the repository on your computer. You can also create your own fork by clicking on the Fork icon on the top right of the page.
- In Eclipse, go to File -> Import... -> Maven -> Existing Maven Projects.
- In the Root Directory field, select the location where you downloaded the Anti World Fly repository.
- Tick the pom.xml box that appears in the Projects field and click Finish.
- To compile the plugin, in the Package Explorer window, right click on the imported project, then Run As -> Maven Install.
- The plugin will be generated in the target folder of the project.
Please let me know if you encounter any problems by opening an Issue, I am happy to help.