WG - wither

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
Welton123
Příspěvky: 2388
Registrován: 08 úno 2012, 17:54
Reputation: 0
Kontaktovat uživatele:

WG - wither

#1 Příspěvekod Welton123 » 04 lis 2012, 18:44

PODPIS


Ahoj, chtěl bych se zeptat. WG už je aktualizován na verzi 1.4.2. Poradil by mi někdo jak zakázat ve světe world pokládáni wither hlavy
(wither skeleton skull) ?

Předem děkuji
CZ/SK TOP Databáze MineCraft Serverů ►KLIK◄
Chceš i Ty mít měnící se podpis? ►KLIK◄

Uživatelský avatar
Nyqi
Příspěvky: 551
Registrován: 23 bře 2012, 09:34
Reputation: 0

Re: WG - wither

#2 Příspěvekod Nyqi » 04 lis 2012, 18:48

plugins/WorldGuard/worlds/JménoTvéhoSvěta/blacklist.txt
A dej tam toto:

Spoiler: zobrazit

Kód: Vybrat vše

[144:1]
on-place=deny


Doufám, že to půjde :)

EDIT: Pokud chceš aby to mohli pokládat admini přidej tam:

ignore-groups=admin //Jméno tvé skupiny pro adminy

EDIT2: Tu jsou příklady a návody: http://wiki.sk89q.com/wiki/WorldGuard/Blacklist
Obrázek

Uživatelský avatar
Welton123
Příspěvky: 2388
Registrován: 08 úno 2012, 17:54
Reputation: 0
Kontaktovat uživatele:

Re: WG - wither

#3 Příspěvekod Welton123 » 04 lis 2012, 18:54

Tady je blacklist, prosím o vložení, nějak se v tom nemohu vyznat :-//


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
CZ/SK TOP Databáze MineCraft Serverů ►KLIK◄
Chceš i Ty mít měnící se podpis? ►KLIK◄

Uživatelský avatar
Nyqi
Příspěvky: 551
Registrován: 23 bře 2012, 09:34
Reputation: 0

Re: WG - wither

#4 Příspěvekod Nyqi » 04 lis 2012, 18:55

Nebo to jde jednoduše přes /region flag __global__ deny-spawn wither
:D
Obrázek

Uživatelský avatar
Nyqi
Příspěvky: 551
Registrován: 23 bře 2012, 09:34
Reputation: 0

Re: WG - wither

#5 Příspěvekod Nyqi » 04 lis 2012, 18:56

Celý to smaž a dej tam toto:

Spoiler: zobrazit

Kód: Vybrat vše

[144:1]
on-place=deny
Obrázek

Uživatelský avatar
Welton123
Příspěvky: 2388
Registrován: 08 úno 2012, 17:54
Reputation: 0
Kontaktovat uživatele:

Re: WG - wither

#6 Příspěvekod Welton123 » 04 lis 2012, 18:57

Jak celé smazat ? :-O :D

přes ten příkaz

Kód: Vybrat vše

/region flag __global__ deny-spawn wither

zakážu co ? aby když se postaví tak se nespawne a ty blocky zmizejí nebo jak ?
CZ/SK TOP Databáze MineCraft Serverů ►KLIK◄
Chceš i Ty mít měnící se podpis? ►KLIK◄

Uživatelský avatar
Nyqi
Příspěvky: 551
Registrován: 23 bře 2012, 09:34
Reputation: 0

Re: WG - wither

#7 Příspěvekod Nyqi » 04 lis 2012, 18:59

zakážu co ? aby když se postaví tak se nespawne a ty blocky zmizejí nebo jak ?

Jo přesně to. Prostě to, co je v tom blacklist.txt smaž a vlož tam to, co jsem ti nahoře poslal.
Obrázek

Uživatelský avatar
Welton123
Příspěvky: 2388
Registrován: 08 úno 2012, 17:54
Reputation: 0
Kontaktovat uživatele:

Re: WG - wither

#8 Příspěvekod Welton123 » 04 lis 2012, 19:01

nahoře jsi mi poslal ty dva řádky s deny a IDckem
CZ/SK TOP Databáze MineCraft Serverů ►KLIK◄
Chceš i Ty mít měnící se podpis? ►KLIK◄

Uživatelský avatar
Nyqi
Příspěvky: 551
Registrován: 23 bře 2012, 09:34
Reputation: 0

Re: WG - wither

#9 Příspěvekod Nyqi » 04 lis 2012, 19:01

Jo, jen ty :D
Obrázek

Uživatelský avatar
Welton123
Příspěvky: 2388
Registrován: 08 úno 2012, 17:54
Reputation: 0
Kontaktovat uživatele:

Re: WG - wither

#10 Příspěvekod Welton123 » 04 lis 2012, 19:03

Takže vše co je v blacklistu smazat a dát tam jen tamto ? :-o :D
CZ/SK TOP Databáze MineCraft Serverů ►KLIK◄
Chceš i Ty mít měnící se podpis? ►KLIK◄


Zpět na „Minecraft, Tekkit“

Kdo je online

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