Stránka 1 z 3

WorldGuard block

Napsal: 11 říj 2014, 20:34
od Ex_ur0n
93.91.250.103:27347


Prostě mi to nejde nevím proč ... Snažím se zakazat pokladaní lavabucketu a pití nebo jestli by šlo vytvaření streng 2 potionu
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.
#

# pokladani
[lavabucket] #nazev, nebo id itemu, který nechceš aby pokladali
ignore-perms=worldguard.placeitems  #pexa, kterou das nějake skupině a pak bude moct použivat itemy
ignore-groups=op,admin #zde dej pexu určité skupiny, která bude mit povoleni pokladat ten blok
on-place=deny,tell

# pouzivani
[373:8233] #nazev, nebo id itemu, který nechceš aby pouzivali
ignore-perms=worldguard.useitems #pexa, kterou das nějake skupině a pak bude moct použivat itemy
ignore-groups=op,admin #zde dej pexu určité skupiny, která bude mit povoleni pokladat ten blok
on-use=deny,tell

Re: WorldGuard block

Napsal: 11 říj 2014, 20:35
od vojtamaniak
Ještě by chtělo napsat o co si se snažil :)

Re: WorldGuard block

Napsal: 11 říj 2014, 20:43
od Ex_ur0n
:arrow: Refresh , upraveno

Re: WorldGuard block

Napsal: 11 říj 2014, 20:46
od vojtamaniak
U lavabucketu zkus dát místo on-place on-use
U toho strenght zkus dát on-acquire.

Re: WorldGuard block

Napsal: 11 říj 2014, 20:53
od Ex_ur0n
Streng II pořád jdou

Re: WorldGuard block

Napsal: 11 říj 2014, 22:28
od Smexhy
Skús prestriedať všetky tieto eventy:

Kód: Vybrat vše

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

Re: WorldGuard block

Napsal: 11 říj 2014, 22:45
od Ex_ur0n
Nejde nic.

Re: WorldGuard block

Napsal: 11 říj 2014, 22:52
od Smexhy
Zoznam pluginov?

Re: WorldGuard block

Napsal: 11 říj 2014, 23:05
od Ex_ur0n
Spoiler: zobrazit

Kód: Vybrat vše

MultiWorld, FakaHedaMinequery, NoCheatPlus, WorldEdit, EnderPearlCoolDown, MassiveCore, PermissionsEx, CombatTag, WorldGuard, Essentials, EssentialsSpawn, EssentialsChat, AuthMe, Factions, ScoreboardStats

Re: WorldGuard block

Napsal: 12 říj 2014, 05:06
od Smexhy
Skúšaš to ako hráč, bez op? Si v nejakej reske/regione?