Stránka 1 z 1

query

Napsal: 01 pro 2016, 16:14
od zpevakjos
Server: 82.208.17.19:27659

Zdravím neví tady někdo jak bych mohl ve všech světech zakázat query a povolit ho jen v určitém světě?

Re: query

Napsal: 01 pro 2016, 22:43
od variodriver
Není query náhodou získávání dat ze serveru? Jak přesně to myslíš?

Re: query

Napsal: 01 pro 2016, 22:53
od vojtamaniak
Myslíš quarry z modu buildcraft?

Re: query

Napsal: 02 pro 2016, 07:28
od zpevakjos
ano myslím Query z buildcraftu a chtěl bych aby nešlo položit ve všech světech až na těžební svět

Re: query

Napsal: 02 pro 2016, 08:47
od Hanakocz
Záleží, zda k tomu máš nějaké nástroje. Pokud pluginy máš, tak WorldGuard Blacklist. Pokud máš ForgeEssentials, ty to umí taky, pomocí permissionů.

Re: query

Napsal: 02 pro 2016, 16:27
od zpevakjos
to je přes tenhle permissions, že ano ?

-essentials.build.place.<id>:<data> a jak tam mám napsat ten svět v kterém to chci zakázat?

Re: query

Napsal: 02 pro 2016, 19:13
od Hanakocz
cože? Pokud máš ForgeEssentials, tak to je pomocí jejich permissí. Pokud máš normal essentials, tak asi nemáš ForgeEssentials, pak musíš mít worldguard.

Re: query

Napsal: 13 pro 2016, 16:37
od zpevakjos
Dostal jsem se k tomu až teď a nastavil jsem to podle jejich webu a mám tam tohle a nefunguje to.

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

# zakaz quarry
[quarry]
ignore-groups=majitel,sp.majitel
on-place=deny
on-break=deny

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

Re: query

Napsal: 13 pro 2016, 19:35
od Hanakocz
Protože blok "quarry" neexistuje. U nevanilla věcí musíš zadávat číslo (bez toho za dvojtečkou, pokud to něco má). Jen základní bloky to zná "přeložený" název.