https://github.com/pyvesb/antiworldfly
:bird: Minecraft plugin to disable flying and chosen commands when joining or playing in specific worlds.
https://github.com/pyvesb/antiworldfly
bukkit java minecraft plugin spigot
Last synced: 4 months ago
JSON representation
:bird: Minecraft plugin to disable flying and chosen commands when joining or playing in specific worlds.
- Host: GitHub
- URL: https://github.com/pyvesb/antiworldfly
- Owner: PyvesB
- License: gpl-3.0
- Created: 2015-12-19T21:27:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T22:40:47.000Z (5 months ago)
- Last Synced: 2025-03-18T11:04:55.617Z (4 months ago)
- Topics: bukkit, java, minecraft, plugin, spigot
- Language: Java
- Homepage:
- Size: 1.17 MB
- Stars: 8
- Watchers: 2
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
**AntiWorldFly disables flying, elytras, and chosen commands when joining or playing in specific worlds, on Minecraft servers running Spigot, Paper, or one of the many forks.**
[
](https://ci.sidpatchy.com/project/AntiWorldFly)
[](https://github.com/PyvesB/AntiWorldFly/blob/master/LICENSE)# Useful links
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](https://github.com/PyvesB/AntiWorldFly/wiki). 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:
- [Spigot](https://www.spigotmc.org/resources/anti-world-fly.5357/)
- [Modrinth](https://modrinth.com/plugin/antiworldfly)
- [PaperMC](https://hangar.papermc.io/Sidpatchy/AntiWorldFly)
- [Bukkit](http://dev.bukkit.org/bukkit-plugins/anti-world-fly/)
- [Development Builds](https://ci.sidpatchy.com/project/AntiWorldFly/)Feel free to visit **HelloMinecraft**, the plugin's official server (french server):
[](http://hellominecraft.fr/)# Setting your own working copy of the project
Ensure you have a working version of the [JDK](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) (Java Development Kit).
The following steps are for the [Eclipse](https://eclipse.org/) 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](https://github.com/PyvesB/AntiWorldFly/issues/new/choose), I am happy to help.