Stránka 1 z 1

Carovny mc a ochrana + mv inventories

Napsal: 08 bře 2014, 23:54
od ABYSI!DORANA!
93.91.250.108:27766

Caute mam taky mensi testserver kde mam čarovnak.
Mam jeden problem. Hrači možu pomocou "hulky" - paličky WAND OF EXCAVATION ničit bloky v reskach a regionoch... viete mi poradit neaky protect na to?

Pripadne som rozmyslal ze vytvorim cisty svet cez cleanroom generator a dam tam multiverse inventories a zakazem prenasat veci medzi normal worldom a SPAWN worldom.

Ale neako sa mi to nedarí opravit. Nastavenie mam spravne a nefunguje

Re: Carovny mc a ochrana + mv inventories

Napsal: 09 bře 2014, 09:19
od Smexhy
Nie som si istý, keďže s modovaným serverom až tak nerobím, ale nepomôže ti WorldGuard?

Re: Carovny mc a ochrana + mv inventories

Napsal: 09 bře 2014, 10:01
od panChemicky
Server na čarovný mc jsem měl a na zakázání itemů funguje BLACKLIST ve worldguardu,

Re: Carovny mc a ochrana + mv inventories

Napsal: 09 bře 2014, 19:22
od ABYSI!DORANA!
no mam blacklist daneho svetu
Poradite mi prosim kde presne mam zapisat ID WAND OF EXCAVATION ?
Pripadne čo tam nastavit?

Vdaka



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