Tekkit - blokace
- Shaggy84675
- Příspěvky: 1239
- Věk: 28
- Registrován: 23 srp 2011, 12:53
- Reputation: 0
- Kontaktovat uživatele:
Re: Tekkit - blokace
Ukaž co máš v tom blacklistu
Omluvte prosím moji nefunkčnost podpisu. Momentálně přesouvám podpis na svůj webserver.
-
- Příspěvky: 26
- Registrován: 12 říj 2012, 13:13
- Reputation: 0
Re: Tekkit - blokace
Zkoušel jsem jak název tak ID a nefunguje
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
#[7] (ID)
#ignore-groups=help,admin (tu dáš skupinu ktoré sa tieto zákazi nebudú týkať)
#on-break=notify,deny (na rozbitie=zakaz)
#on-place=notify,deny (na položenie=zakaz)
#on-use=notify,deny (na pouzitie=zakaz)
#on-acquire=notify,deny (na vyhodenie=zakaz)
#on-drop=notify,deny (na zobratie=zakaz)
#message=(sprava keď sa bude niekto pokúšať položiť ten predmet(občas to spamuje log neodporúčam))
[Canon]
ignore-groups=
on-break=notify,deny
on-place=notify,deny
on-use=notify,deny
on-acquire=notify,deny
on-drop=notify,deny
message=nemuzes pouzit!
[NovaCatalyst]
ignore-groups=
on-break=notify,deny
on-place=notify,deny
on-use=notify,deny
on-acquire=notify,deny
on-drop=notify,deny
message=nemuzes pouzit!
[126:10]
ignore-groups=
on-break=notify,deny
on-place=notify,deny
on-use=notify,deny
on-acquire=notify,deny
on-drop=notify,deny
message=nemuzes pouzit!
93.91.250.118:27997
- nejento
- Příspěvky: 9815
- Registrován: 28 lis 2011, 14:09
- Reputation: 55
- Kontaktovat uživatele:
Re: Tekkit - blokace
Musíš mezi tím mít mezery (tadyyto máš již udělané) A nemůžeš použít [Canon], protože to není v seznamu věcí pro Bukkit. Musíš použít přímo ID toho bloku, který nesmějí použít, položi nebo zničit. To stejné, kdyby se jednalo o item.
Kód: Vybrat vše
[Canon]
ignore-groups=
on-break=notify,deny
on-place=notify,deny
on-use=notify,deny
on-acquire=notify,deny
on-drop=notify,deny
message=nemuzes pouzit!
[NovaCatalyst]
ignore-groups=
on-break=notify,deny
on-place=notify,deny
on-use=notify,deny
on-acquire=notify,deny
on-drop=notify,deny
message=nemuzes pouzit!
[126:10]
ignore-groups=
on-break=notify,deny
on-place=notify,deny
on-use=notify,deny
on-acquire=notify,deny
on-drop=notify,deny
message=nemuzes pouzit!

-
- Příspěvky: 26
- Registrován: 12 říj 2012, 13:13
- Reputation: 0
Re: Tekkit - blokace
Tak jsem zkoušel zadat ID jako text i číselně, ale stejně to mohu vycraftit, položit a použít. WorldGuard mam stazenou poslední verzi.
Kód: Vybrat vše
[Cannon]
ignore-groups=help
on-break=notify,deny
on-place=notify,deny
on-use=notify,deny
on-acquire=notify,deny
on-drop=notify,deny
on-acquire=notify,deny
message=nemuzes pouzit!
[26524] (ID pro Cannon)
ignore-groups=help
on-break=notify,deny
on-place=notify,deny
on-use=notify,deny
on-acquire=notify,deny
on-drop=notify,deny
on-acquire=notify,deny
message=nemuzes pouzit!
[NovaCatalyst]
ignore-groups=help
on-break=notify,deny
on-place=notify,deny
on-use=notify,deny
on-acquire=notify,deny
on-drop=notify,deny
on-acquire=notify,deny
message=nemuzes pouzit!
[Nova Catalyst]
ignore-groups=help
on-break=notify,deny
on-place=notify,deny
on-use=notify,deny
on-acquire=notify,deny
on-drop=notify,deny
on-acquire=notify,deny
message=nemuzes pouzit!
[126:10] (ID pro Nova Catalyst)
ignore-groups=help
on-break=notify,deny
on-place=notify,deny
on-use=notify,deny
on-acquire=notify,deny
on-drop=notify,deny
on-acquire=notify,deny
message=nemuzes pouzit!
93.91.250.118:27997
- nejento
- Příspěvky: 9815
- Registrován: 28 lis 2011, 14:09
- Reputation: 55
- Kontaktovat uživatele:
Re: Tekkit - blokace
Co se jedná EquivalentExchange věcí, tak craftování můžeš rovnou zakázat v configu, který njadeš v kořenové složce serveru.
modEE.props nebo tak nějak podobně
modEE.props nebo tak nějak podobně


-
- Příspěvky: 26
- Registrován: 12 říj 2012, 13:13
- Reputation: 0
Re: Tekkit - blokace
To vím, ale když tam všechno zakážu, tak přesto některé věci vycraftit jdou. Teď už bych jen rád věděl, jestli to někomu funguje i na jiné ID, než základní v Minecraftu, nebo Tekkitu
93.91.250.118:27997
Kdo je online
Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 25 hostů