Stránka 1 z 1

WG - BlackList

Napsal: 23 pro 2012, 18:57
od SpreyYManNNikKK
27322

Zdarec , chci zakázat používání neviditelných elixíru , nevíte si někdo rady ? WG mám nejnověší verzi fungující na 1.4.6
blacklist zde :

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

# Elixiry
[373:16462,373:8270,373:16398,373:8206]
ignore-groups=admins
on-break=kick,notify,deny,log
on-place=kick,notify,deny,log
on-use=kick,notify,deny,log


ale nějak to jde prostě , nejdou házecí elíky teda jdou ale když hodí nic se nestane , ale potřebuju ještě ty který se pijou aby nešli

Re: WG - BlackList

Napsal: 23 pro 2012, 20:11
od nejento
Použij buď on-use nebo on-interact

Re: WG - BlackList

Napsal: 23 pro 2012, 22:59
od SpreyYManNNikKK
nefunguje

Re: WG - BlackList

Napsal: 23 pro 2012, 23:21
od nejento
Vadilo by ti je zakázat je úplně? Aby se nesměly dostat ani do inventáře? (on-acquire)

Re: WG - BlackList

Napsal: 24 pro 2012, 01:09
od SpreyYManNNikKK
problém je u ExtraVIP právě , dají si creative , hodí normal do invu furt s creativem , vycucaj ho , a vezmou si jedovatý elíky a dou neviditelný s crea a elíkama do PVP arény a killujou hráče s luxus věcma který dělali dost dlouho .. Jinak sami od sebe s meči a nástroji nemůžou jít , od toho tam je AntiShare

Re: WG - BlackList

Napsal: 25 pro 2012, 18:19
od SpreyYManNNikKK
ref

Re: WG - BlackList

Napsal: 25 pro 2012, 19:13
od nejento
Myslí, že tohle by ti pomohlo? http://dev.bukkit.org/server-mods/antiinvisibility/
(dole v komentech je aktualizovaný odkaz)