Worldguard blacklist - ignore groups

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
msSmrtak
Příspěvky: 13
Registrován: 16 srp 2012, 11:06
Reputation: 0

Worldguard blacklist - ignore groups

#1 Příspěvekod msSmrtak » 18 srp 2012, 19:19

Server: 93.91.250.120:37655

Dobrý den

info: používám group manager

Rád bych se zeptal proc když dám něco do blacklistu a nastavím ignore group, nefunguje to ani admin prostě nikdo to nemůže položit a nenapíše to ani, že je to pro VIP!

Blacklist.txt:

Spoiler: zobrazit
#
# 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

[207]
ignore-groups=admins,majitels,vips,moderators
on-break=deny
on-place=deny
on-use=deny
message=Tohle je jen pro VIP!

[208.2]
ignore-groups=admins,majitels,vips,moderators
on-break=deny
on-place=deny
on-use=deny
message=Tohle je jen pro VIP!
Naposledy upravil(a) msSmrtak dne 18 srp 2012, 19:21, celkem upraveno 1 x.

msSmrtak
Příspěvky: 13
Registrován: 16 srp 2012, 11:06
Reputation: 0

Re: Worldguard blacklist - ignore groups

#2 Příspěvekod msSmrtak » 18 srp 2012, 19:20

Zkusil jsem velké písmena i malé i bez s.... nevím proč mi to nejede...

Uživatelský avatar
Vojko
Příspěvky: 3247
Věk: 28
Registrován: 24 dub 2011, 11:47
Reputation: 1
Bydliště: Slovensko, Bratislava

Re: Worldguard blacklist - ignore groups

#3 Příspěvekod Vojko » 18 srp 2012, 20:26

Skúšal si ten item s ID 207 ?
Pokiaľ áno, použil si formátovanie (veľké, malé písmená) v blacklist.txt ako ich máš v Group Manageri ?

Pokiaľ áno, tak vidím problém v GM.
Aj keď tu na fóre nie som aktívny, môžete mi písať na Skype, E-Mail, ...

msSmrtak
Příspěvky: 13
Registrován: 16 srp 2012, 11:06
Reputation: 0

Re: Worldguard blacklist - ignore groups

#4 Příspěvekod msSmrtak » 18 srp 2012, 20:34

Vše jsem zkoušel....

msSmrtak
Příspěvky: 13
Registrován: 16 srp 2012, 11:06
Reputation: 0

Re: Worldguard blacklist - ignore groups

#5 Příspěvekod msSmrtak » 18 srp 2012, 20:52

BlackList.txt:

Ted uz to pise ale komukoliv, že tohle je to jen pro VIP :D

Spoiler: zobrazit
#
# 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

[207]
ignore-groups=Admin,Majitel,VIP,Moderator,WebMaster
on-break=deny,tell
on-place=deny,tell
on-use=deny,tell
message=Tohle je jen pro VIP!

[208.2]
ignore-groups=Admin,Majitel,VIP,Moderator,WebMaster
on-break=deny,tell
on-place=deny,tell
on-use=deny,tell
message=Tohle je jen pro VIP!


Groups: (myworld/....)

Spoiler: zobrazit
# Group inheritance
# any inherited groups prefixed with a g: are global groups
# These groups are defined in the globalgroups.yml
# and can be inherited in any worlds groups/users.yml.
#
# Groups without the g: prefix are groups local to this world
# and defined in the this groups.yml file.

groups:
VIP:
default: false
permissions: []
inheritance:
- hrac
- g:essentials_vip
- g:towny_vip
info:
prefix: '&e[VIP]&9'
build: true
suffix: ''
Hrac:
default: true
permissions:
- -bukkit.command.kill
- noitem.nocraft.126.10
- noitem.nocraft.126.11
- noitem.nocraft.128
- noitem.nocraft.128.1
- noitem.nocraft.128:1
- noitem.nocraft.239
- noitem.nocraft.26522
- noitem.nocraft.30214
- noitem.nocraft.30215
- noitem.nocraft.46
- noitem.nocraft.7270
- noitem.nocraft.964
- noitem.nodrop.128.1
- noitem.noplace.128.1
- noitem.pickup.128.1
inheritance:
- g:essentials_hrac
- g:bukkit_hrac
info:
prefix: '&6[Hrac]&f'
build: true
suffix: ''
Majitel:
default: false
permissions:
- '*'
inheritance:
- admin
info:
prefix: '&4[Majitel]&e'
build: true
suffix: ''
Moderator:
default: false
permissions: []
inheritance:
- vip
- g:essentials_moderator
- g:bukkit_moderator
- g:towny_moderator
info:
prefix: '&5[Moderator]&f'
build: true
suffix: ''
WebMaster:
default: false
permissions: []
inheritance:
- hrac
- g:essentials_vip
- g:towny_vip
info:
prefix: '&a[WebMaster]&e'
build: true
suffix: ''
Admin:
default: false
permissions:
- residence.admin
inheritance:
- moderator
- g:essentials_admin
- g:bukkit_admin
- g:towny_admin
info:
prefix: '&c[Admin]&e'
build: true
suffix: ''
Helper:
default: false
permissions:
- -bukkit.command.kill
inheritance:
- g:essentials_hrac
- g:bukkit_hrac
info:
prefix: '&b[HELPER]&e'
build: true
suffix: ''

msSmrtak
Příspěvky: 13
Registrován: 16 srp 2012, 11:06
Reputation: 0

Re: Worldguard blacklist - ignore groups

#6 Příspěvekod msSmrtak » 18 srp 2012, 21:22

Může to způsobovat NoItem plugin??? Jen mě tak napadlo ..


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 56 hostů