Grifováni-zákaz-plugin

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
Spicel
Příspěvky: 21
Registrován: 09 dub 2013, 14:17
Reputation: 0

Re: Grifováni-zákaz-plugin

#21 Příspěvekod Spicel » 11 dub 2013, 16:55

skoda ze to nejde :(
Obrázek
POMOHOL SOM KARMA +

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: Grifováni-zákaz-plugin

#22 Příspěvekod Smexhy » 11 dub 2013, 16:55

Čo nejde?

Uživatelský avatar
Spicel
Příspěvky: 21
Registrován: 09 dub 2013, 14:17
Reputation: 0

Re: Grifováni-zákaz-plugin

#23 Příspěvekod Spicel » 11 dub 2013, 17:00

Ja mohu tam ukladat tie bloky i ked nejsem na adminovi
Obrázek
POMOHOL SOM KARMA +

Uživatelský avatar
Spicel
Příspěvky: 21
Registrován: 09 dub 2013, 14:17
Reputation: 0

Re: Grifováni-zákaz-plugin

#24 Příspěvekod Spicel » 11 dub 2013, 17:03

i tak tam lidé pokaladají bloki
Obrázek
POMOHOL SOM KARMA +

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: Grifováni-zákaz-plugin

#25 Příspěvekod Smexhy » 11 dub 2013, 17:09

Nájdi si túto časť:

Kód: Vybrat vše

use-as-whitelist: false
a zmeň to na

Kód: Vybrat vše

use-as-whitelist: true

...potom napíš /worldguard reload ....potom choď do plugins/WorldGuard/worlds/Názov tvojho sveta/blacklist.txt ---> To sem hoď do code...
//EDIT: Pokiaľ tam nič nieje, hoď tam toto:

Kód: Vybrat vše

[soulsand,bedrock,tnt,mobegg]
ignore-groups=admins
on-place=deny,notify,tell
Naposledy upravil(a) Smexhy dne 11 dub 2013, 17:16, celkem upraveno 1 x.

Uživatelský avatar
Spicel
Příspěvky: 21
Registrován: 09 dub 2013, 14:17
Reputation: 0

Re: Grifováni-zákaz-plugin

#26 Příspěvekod Spicel » 11 dub 2013, 17:13

list som nenasiel ale toto je tu :

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
Obrázek
POMOHOL SOM KARMA +

Uživatelský avatar
Spicel
Příspěvky: 21
Registrován: 09 dub 2013, 14:17
Reputation: 0

Re: Grifováni-zákaz-plugin

#27 Příspěvekod Spicel » 11 dub 2013, 17:15

nasiel som a je tam true
Obrázek
POMOHOL SOM KARMA +

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: Grifováni-zákaz-plugin

#28 Příspěvekod Smexhy » 11 dub 2013, 17:19

Zmeň to takto:
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.
#

[soulsand,tnt,bedrock]
ignore-groups=admins,mods
on-break=notify,deny,tell

Uživatelský avatar
Spicel
Příspěvky: 21
Registrován: 09 dub 2013, 14:17
Reputation: 0

Re: Grifováni-zákaz-plugin

#29 Příspěvekod Spicel » 11 dub 2013, 17:21

Dík +karma :)
Obrázek
POMOHOL SOM KARMA +


Zpět na „Minecraft, Tekkit“

Kdo je online

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