AntiFall is a plugin for PocketMine-MP that prevents fall damage and void damage in specified worlds. It also provides an option to teleport players to a safe location when they fall into the void.
- Disable fall damage and void damage in specified worlds.
- Option to teleport players to configurable coordinates when they fall into the void.
- PocketMine-MP API version: 5.0.0
- PHP 8.0 or higher
-
Download the Plugin
Download the latest release of the AntiFall plugin from the releases page.
-
Install the Plugin
Place the downloaded
AntiFall.phar
file in theplugins
directory of your PocketMine-MP server../plugins/AntiFall.phar
-
Start the Server
Start or restart your PocketMine-MP server to load the AntiFall plugin.
./start.sh
-
Configuration
After the server has started, a configuration file (
config.yml
) will be created in theplugins/AntiFall
directory. You can edit this file to customize the plugin settings.# config.yml example # Les noms des mondes où les dégâts de chute et de vide sont désactivés worlds: - "world" - "nether" - "end" # Si vrai, les joueurs qui tombent dans le vide seront téléportés à des coordonnées configurables void-tp: true # La coordonnée X de la téléportation tp-x: 0.0 # La coordonnée Y de la téléportation tp-y: 64.0 # La coordonnée Z de la téléportation tp-z: 0.0 # Le nom du monde de la téléportation tp-world: "world"
Once installed and configured, the plugin will automatically prevent fall damage and void damage in the specified worlds. If the void teleport option is enabled, players falling into the void will be teleported to the configured coordinates.
If you would like to contribute to the development of this plugin, feel free to fork the repository and submit a pull request. Contributions are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions or support, you can contact the developer Nay via GitHub or via discord: naytasoeur.