WorldGuard/worldguard-blacklist.txt

47 lines
1.3 KiB
Plaintext
Raw Normal View History

2010-11-14 09:55:01 +01:00
#
2010-11-17 21:05:07 +01:00
# This is the blacklist for WorldGuard. Comments start with # and they
2010-11-14 09:55:01 +01:00
# are ignored so you can put your own notes.
#
# Format:
# [item1,item2]
2010-11-14 09:55:01 +01:00
# option1=options
# event1=whatToDo1,whatToDo2,whatToDo3
# event2=whatToDo1,whatToDo2
2010-11-14 09:55:01 +01:00
#
# Example to block ore and catch some events:
# [coalore,goldore,ironore]
# on-destroy-with=deny,log,kick
# on-create=deny,tell
#
# Options:
2010-11-14 09:55:01 +01:00
# - ignore-groups (comma-delimited list of groups to not affect)
#
# Events:
# - on-destroy (when a block of this type is being destroyed)
# - on-destroy-with (the item/block held by the user while destroying)
# - on-create (the item/block in the user's inventory is being created)
# - on-use (the block is right clicked)
# - on-drop (the item is being dropped from the player's inventory)
#
# Actions (for events):
2010-11-14 09:55:01 +01:00
# - deny (deny completely)
# - notify (notify admins)
# - log (log to console/file/database)
2010-11-14 09:55:01 +01:00
# - tell (tell a player that that's not allowed)
# - kick (kick player)
# - ban (ban player)
2010-11-14 09:55:01 +01:00
#
# Users with the /worldguardnotify permission will be receive notifications.
2010-11-14 09:55:01 +01:00
#
# Some examples follow. Remember to remove # in front if you want them
# to work for you!
2010-11-14 09:55:01 +01:00
#[lavabucket]
#on-destroy-with=deny,log,kick
#on-create=deny,tell
2010-11-14 09:55:01 +01:00
#[coalore,goldore,ironore]
#on-destroy=notify,deny,log
2010-11-14 09:55:01 +01:00
#[cobblestone]
#on-create=deny,tell,log