############################################################
# +------------------------------------------------------+ #
# | EssentialsAntiBuild | #
# +------------------------------------------------------+ #
############################################################
# Disable various default physics and behaviors
# For more information, visit http://wiki.ess3.net/wiki/AntiBuild
# Should people with build: false in permissions be allowed to build
# Set true to disable building for those people
# Setting to false means EssentialsAntiBuild will never prevent you from building
build: true ----->(donne la permission au joueur de construire ou non)
# Should people with build: false in permissions be allowed to use items
# Set true to disable using for those people
# Setting to false means EssentialsAntiBuild will never prevent you from using
use: true ----->(donne la permission au joueur d'utiliser l'item ou non)
# Should we tell people they are not allowed to build
warn-on-build-disallow: true ----->(afficher un message au joueur qu'il ne peut pas construire dans cette zone ou non)
# For which block types would you like to be alerted?
# You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
# 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
alert:
on-placement: 10,11,46,327 ----->(alerte les admins si les joueurs placent un objet noté ici)
on-use: 327 ----->(alerte les admins si les joueurs utilisent un objet noté ici)
on-break: ----->(alerte les admins si les joueurs cassent un objet noté ici)
blacklist:
# Which blocks should people be prevented from placing
placement: 10,11,46,327 ----->(interdit au joueur de placer un objet noté ici)
# Which items should people be prevented from using
usage: 327 ----->(interdit au joueur d'utiliser un objet noté ici)
# Which blocks should people be prevented from breaking
break: ----->(interdit au joueur de casser un objet noté ici)
# Which blocks should not be pushed by pistons
piston: (interdit au joueur de placer un objet grâce à un piston)