1

Essentials anti build

GomezMinecraft 6/25/13 11:16 pm
2.9k
6/26/2013 12:25 am
This is my anti build and it still lets players use enderchest WHY!!

############################################################
# +------------------------------------------------------+ #
# | 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

# 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

# Should we tell people they are not allowed to build
warn-on-build-disallow: true

# 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: 130
on-use: 130
on-break:

blacklist:

# Which blocks should people be prevented from placing
placement: 130

# Which items should people be prevented from using
usage: 130

# Which blocks should people be prevented from breaking
break:

# Which blocks should not be pushed by pistons
piston:
Posted by
GomezMinecraft
Level 1 : New Explorer
0

  Have something to say?

JoinSign in

1

xXredeemerXx
06/26/2013 12:25 am
Level 17 : Journeyman Pokémon
make sure you have essentialsantibuild.jar in your plugins folder.
It worked for me with this setting:
############################################################
# +------------------------------------------------------+ #
# | 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

# 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

# Should we tell people they are not allowed to build
warn-on-build-disallow: true

# 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
on-use: 327
on-break:

blacklist:

# Which blocks should people be prevented from placing
placement: 10,11,46,327,130

# Which items should people be prevented from using
usage: 327,130

# Which blocks should people be prevented from breaking
break:

# Which blocks should not be pushed by pistons
piston:
1

Welcome