Build Limit is a plugin that prevents players from building above a specified height.
Example: If you set a height limit of 100, players will not be able to build above height 100.
This is useful for Survival , KitPvP , and Free-for-All (FFA) game modes.
Placeholders:
%limit% to display the specified height limit.
Commands:
/buildlimit reload - Reloads the config.yml file.
Permissions:
buildlimit.reload - Permission to reload the plugin configuration.
Code (Text):
# Configuration for BuildLimit plugin
# This Plugin by xNessus
# Any Questions add me on discord: zbvczx .
# Maximum build height limit
build_limit: 100
# Message sent to players when they try to build above the limit
build_limit_message: "&cYou cannot build above height %limit%!"
# Message sent to players when they do not have permission to reload the configuration
no_permission_message: "&cYou do not have permission to reload the configuration."