A simple plugin to prevent flying in certain Worlds or WorldGuard regions!
WorldGuard 7.0+ & WorldEdit MUST be in your plugins folder in order to use this plugin.
This plugin is meant to be a maintained version of
NoFlyZone, developed by
clip.
Code (Text):
###################################
# NoFlyZone - a continuation of https://www.spigotmc.org/resources/noflyzone.3321/
# Developed by BytesToBits
###################################
# DO NOT CHANGE
config_version: 1.2
# Check for new updates on Spigot?
check_for_updates: true
# Worlds to deny flight in
worlds:
- no_fly_world
# WorldGuard regions to deny flight in
regions:
- pvp
# Message to be sent on players when their flight is disabled
denyMessage:
enabled: true
# The message to send to members when disabling their fly mode. Set to 'none' to disable.
message: "&c&lYou cannot fly in this area"
# The sound to play when fly mode gets disabled. Set to 'none' to disable.
# List of sounds: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
sound: ENTITY_VILLAGER_NO
All commands require the noflyzone.admin permission to be used
/NoFlyZone reload - Reload the plugin configuration
/NoFlyZone add <region> - Add a WorldGuard region to the config
/NoFlyZone remove <region> - Remove a WorldGuard region from the config
Aliases: /nfz
Any users with the
noflyzone.bypass permission will ignore marked worlds and regions.
This plugin was developed by
BytesToBits. You can join our
Discord to receive support.