WorldGuard

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Tuegutex
Příspěvky: 87
Registrován: 23 bře 2014, 18:35
Reputation: 0
Kontaktovat uživatele:

WorldGuard

#1 Příspěvekod Tuegutex » 22 čer 2014, 13:09

IP: 93.91.250.103:27884
Chcy se zeptat jak stím WordGuard BlackListem!
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

#[7769]
#ignore-groups=admin
#on-use=deny,tell

#[1505]
#ignore-groups=admin
#on-use=deny,tell

#[1503]
#ignore-groups=admin
#on-use=deny,tell

#[1228]
#ignore-groups=admin
#on-use=deny,tell

#[1227:3]
#ignore-groups=admin
#on-use=deny,tell

#[1227:1]
#ignore-groups=admin
#on-use=deny,tell

#[1230]
#ignore-groups=admin
#on-use=deny,tell

#[1500]
#ignore-groups=admin
#on-use=deny,tell

#[3120:7]
#ignore-groups=admin
#on-use=deny,tell

Tu to mám diki K+!

Obrázek
Obrázek
Obrázek
Obrázek
Obrázek

Uživatelský avatar
nejento
Příspěvky: 9815
Registrován: 28 lis 2011, 14:09
Reputation: 55
Kontaktovat uživatele:

Re: WorldGuard

#2 Příspěvekod nejento » 22 čer 2014, 13:25

U těch, který chceš, aby fungovali, tak musíš odebrat ty #. Jinak to značí zakomentovaný text, který potom ten plugin nevidí a nepoužije je.
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/

Tuegutex
Příspěvky: 87
Registrován: 23 bře 2014, 18:35
Reputation: 0
Kontaktovat uživatele:

Re: WorldGuard

#3 Příspěvekod Tuegutex » 22 čer 2014, 13:29

[3120:7]
ignore-groups=admin
on-use=deny,tell
Obrázek
Obrázek
Obrázek
Obrázek

Uživatelský avatar
nejento
Příspěvky: 9815
Registrován: 28 lis 2011, 14:09
Reputation: 55
Kontaktovat uživatele:

Re: WorldGuard

#4 Příspěvekod nejento » 22 čer 2014, 13:35

Teď jsem nepochopil, o co se teď jedná? :D Takhle to bude vypadat:
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

[7769]
ignore-groups=admin
on-use=deny,tell

[1505]
ignore-groups=admin
on-use=deny,tell

[1503]
ignore-groups=admin
on-use=deny,tell

[1228]
ignore-groups=admin
on-use=deny,tell

#[1227:3]
#ignore-groups=admin
#on-use=deny,tell

[1227:1]
ignore-groups=admin
on-use=deny,tell

[1230]
ignore-groups=admin
on-use=deny,tell

[1500]
ignore-groups=admin
on-use=deny,tell

[3120:7]
ignore-groups=admin
on-use=deny,tell
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/

Uživatelský avatar
Chytrolin
Příspěvky: 273
Věk: 26
Registrován: 02 říj 2012, 20:10
Reputation: 0
Kontaktovat uživatele:

Re: WorldGuard

#5 Příspěvekod Chytrolin » 22 čer 2014, 14:06

Když už budeš zakazovat v Hexxitu věci, nezapomeň na Ender Bow (někdo ho použije a server padá), Chest Transporter (tenhle mód můžeš odstranit celý - lze v pohodě komukoli kdekoli vzít truhlu), baťoh ID 7608 (množení věcí) ... Když budeš hledat, tak najdeš další věci, které shazují server nebo s nimi lze podvádět, ničit krajinu nebo zabíjet v PvP false - například tady: http://www.jwlservers.com/forum/m/13014 ... /post/last nebo http://www.hexxit.org/forum/m/14898526/ ... items-list

Uživatelský avatar
AyACZE
Příspěvky: 464
Registrován: 20 srp 2012, 10:09
Reputation: 0

Re: WorldGuard

#6 Příspěvekod AyACZE » 22 čer 2014, 17:09

Jen poznámka. Pokud máš v tom blacklistu "tell" a chceš aby to tedy hráči, který chce zakázaný předmět použít napsalo hlášku, tak doplň řádek

Kód: Vybrat vše

message=Tvuj text !


takže například

Kód: Vybrat vše

[7769]
ignore-groups=admin
on-use=deny,tell
message=V tomto svete neni pouziti %s povoleno !
Classic Survival (IP:mc.coolcraft.eu)
No cheat, střelné zbraně, Hide n Seek, 1.7.2-1.7.10 !
Real Skyblock (IP:sky.coolcraft.eu)
No fly, no cheat, propracované úkoly - skyblock kompletně česky !!
...::: http://www.CoolCraft.eu :::...


Zpět na „Minecraft, Tekkit“

Kdo je online

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