Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-04T03:57:07.000Z (9 months ago)
- Last Synced: 2024-10-14T20:45:36.105Z (4 months ago)
- Topics: bukkit, java, minecraft, plugin, spigot
- Language: Java
- Homepage:
- Size: 1.17 MB
- Stars: 8
- Watchers: 3
- 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 Bukkit or Spigot.**
[![Build Status](https://img.shields.io/teamcity/build/s/AntiWorldFly_Build?server=https%3A%2F%2Fci.sidpatchy.com&style=flat-square)
](https://ci.sidpatchy.com/project/AntiWorldFly)
[![License](https://img.shields.io/github/license/PyvesB/AntiWorldFly?style=flat-square)](https://github.com/PyvesB/AntiWorldFly/blob/master/LICENSE)# Project status
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](https://ci.sidpatchy.com/job/AntiWorldFly/), and release versions on GitHub, Bukkit and Spigot.
# 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:
[AntiWorldFly - Spigot](https://www.spigotmc.org/resources/anti-world-fly.5357/)
[AntiWorldFly - Modrinth](https://modrinth.com/plugin/antiworldfly)
[AntiWorldFly - Bukkit](http://dev.bukkit.org/bukkit-plugins/anti-world-fly/)
[AntiWorldFly - TeamCity](https://ci.sidpatchy.com/project/AntiWorldFly/)
Feel free to visit **HelloMinecraft**, the plugin's official server (french server):
[![HelloMinecraft](http://img11.hostingpics.net/pics/487719servericon.png)](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, I am happy to help.