Stránka 1 z 1

Blacklist

Napsal: 16 čer 2012, 21:51
od mjfapple
v popisku

Zdravím mám dotaz jak ve worldguard prřdam na blacklist aby hrači nemohli pouzivat bedrock , vajička (slepice ) jakoukoliv lavu .
děkuji plus ab yjim to psalo toto nesmíš použivat Děkuji karma +
Spoiler: zobrazit

Kód: Vybrat vše

#
# WorldGuard blacklist
#
# The blacklist lets you block actions, blocks, and items from being used.
# You choose a set of "items to affect" and a list of "actions to perform."
#
###############################################################################
#
# Example to block some ore mining and placement:
# [coalore,goldore,ironore]
# on-break=deny,log,kick
# on-place=deny,tell
#
# Events that you can detect:
# - on-break (when a block of this type is about to be broken)
# - on-destroy-with (the item/block held by the user while destroying)
# - on-place (a block is being placed)
# - on-use (an item like flint and steel or a bucket is being used)
# - on-interact (when a block in used (doors, chests, etc.))
# - on-drop (an item is being dropped from the player's inventory)
# - on-acquire (an item enters a player's inventory via some method)
#
# Actions (for events):
# - deny (deny completely, used blacklist mode)
# - allow (used in whitelist mode)
# - notify (notify admins with the 'worldguard.notify' permission)
# - log (log to console/file/database)
# - tell (tell a player that that's not allowed)
# - kick (kick player)
# - ban (ban player)
#
# Options:
# - ignore-groups (comma-separated list of groups to not affect)
# - ignore-perms (comma-separated list of permissions to not affect - make up
#   your very own permissions!)
# - comment (message for yourself that is printed with 'log' and 'notify')
# - message (optional message to show the user instead; %s is the item name)
#
###############################################################################
#
# For more information, see:
# http://wiki.sk89q.com/wiki/WorldGuard/Blacklist
#
###############################################################################
#
# Some examples follow.
# REMEMBER: If a line has # in front, it will be ignored.
#

# Deny lava buckets
#[lavabucket]
#ignore-perms=my.own.madeup.permission
#ignore-groups=admins,mods
#on-use=deny,tell

# Deny some ore
#[coalore,goldore,ironore]
#ignore-groups=admins,mods
#on-break=notify,deny,log

Re: Blacklist

Napsal: 16 čer 2012, 23:04
od Machete
s world guardom to tiez neviem no ked mas rezidenciu v confingu uplne dole sa to da v pohode nastavit mne to ide aby nemohly bedrock no ty si tam dodaj podla nazvu svoje :

Spoiler: zobrazit

Kód: Vybrat vše

        Items:
           - 'BEDROCK'
           - 'LAVA'
           - 'STATIONARY_LAVA'
           - 'Spawn Egg (Chicken)'

Re: Blacklist

Napsal: 16 čer 2012, 23:29
od mjfapple
ahoj díky ale potřebuju to nastavit ve worldguard tak snad někdo napíše ale i tak díky .

Re: Blacklist

Napsal: 17 čer 2012, 17:51
od mjfapple
refresh

Re: Blacklist

Napsal: 17 čer 2012, 21:48
od nejento
Máš to tu tak, že nemůže házet klasická vajíčka, pokládat lávu z kyblíku a pokládat bedrock.
Spoiler: zobrazit

Kód: Vybrat vše

#
# WorldGuard blacklist
#
# The blacklist lets you block actions, blocks, and items from being used.
# You choose a set of "items to affect" and a list of "actions to perform."
#
###############################################################################
#
# Example to block some ore mining and placement:
# [coalore,goldore,ironore]
# on-break=deny,log,kick
# on-place=deny,tell
#
# Events that you can detect:
# - on-break (when a block of this type is about to be broken)
# - on-destroy-with (the item/block held by the user while destroying)
# - on-place (a block is being placed)
# - on-use (an item like flint and steel or a bucket is being used)
# - on-interact (when a block in used (doors, chests, etc.))
# - on-drop (an item is being dropped from the player's inventory)
# - on-acquire (an item enters a player's inventory via some method)
#
# Actions (for events):
# - deny (deny completely, used blacklist mode)
# - allow (used in whitelist mode)
# - notify (notify admins with the 'worldguard.notify' permission)
# - log (log to console/file/database)
# - tell (tell a player that that's not allowed)
# - kick (kick player)
# - ban (ban player)
#
# Options:
# - ignore-groups (comma-separated list of groups to not affect)
# - ignore-perms (comma-separated list of permissions to not affect - make up
#   your very own permissions!)
# - comment (message for yourself that is printed with 'log' and 'notify')
# - message (optional message to show the user instead; %s is the item name)
#
###############################################################################
#
# For more information, see:
# http://wiki.sk89q.com/wiki/WorldGuard/Blacklist
#
###############################################################################
#
# Some examples follow.
# REMEMBER: If a line has # in front, it will be ignored.
#

# Deny lava buckets
#[lavabucket]
#ignore-perms=my.own.madeup.permission
#ignore-groups=admins,mods
#on-use=deny,tell

# Deny some ore
#[coalore,goldore,ironore]
#ignore-groups=admins,mods
#on-break=notify,deny,log

[7]
ignore-groups=admins,mods
on-place=deny
message=%s nemuzes polozit

[344]
ignore-groups=admins,mods
on-use=deny
message=Nemuzes hazet vejce

[327]
ignore-groups=admins,mods
on-use=deny
message=Nemuzes pokladat lavu
[/code]

Re: Blacklist

Napsal: 18 čer 2012, 11:02
od mjfapple
Děkuji mužete lock a karma +

//LOCK

Re: Blacklist

Napsal: 18 čer 2012, 18:11
od Sejsel

Kód: Vybrat vše

[7]
ignore-groups=admins,mods
on-place=deny,tell
message=%s nemuzes polozit

[344]
ignore-groups=admins,mods
on-use=deny,tell
message=Nemuzes hazet vejce

[327]
ignore-groups=admins,mods
on-use=deny,tell
message=Nemuzes pokladat lavu