energy kondeser

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
XmichoX471
Příspěvky: 229
Registrován: 29 bře 2012, 15:26
Reputation: 0
Bydliště: Slovensko
Kontaktovat uživatele:

Re: energy kondeser

#11 Příspěvekod XmichoX471 » 27 črc 2012, 13:41

stále mi to ide stavať blecklist.txt-
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
[128:1]
on-place=deny,tell
message=Toto neni povoleno stavet
restart som dal.
Obrázek

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

Re: energy kondeser

#12 Příspěvekod nejento » 27 črc 2012, 17:10

Musíš to oddělit od předchozího.

Kód: Vybrat vše

# 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

[128:1]
on-place=deny,tell
message=Toto neni povoleno stavet
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
XmichoX471
Příspěvky: 229
Registrován: 29 bře 2012, 15:26
Reputation: 0
Bydliště: Slovensko
Kontaktovat uživatele:

Re: energy kondeser

#13 Příspěvekod XmichoX471 » 27 črc 2012, 17:37

stále mi to ide stavať
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

[128:1]
on-place=deny,tell
message=Toto neni povoleno stavet

[30214]
on-place=deny,tell
message=Toto neni povoleno

[30215]
on-place=deny,tell
message=Toto neni povoleno
Obrázek

Uživatelský avatar
XmichoX471
Příspěvky: 229
Registrován: 29 bře 2012, 15:26
Reputation: 0
Bydliště: Slovensko
Kontaktovat uživatele:

Re: energy kondeser

#14 Příspěvekod XmichoX471 » 30 črc 2012, 20:18

:?:
Obrázek

Uživatelský avatar
Sejsel
Příspěvky: 4131
Registrován: 19 čer 2011, 09:43
Reputation: 0
Bydliště: /home/sejsel/
Kontaktovat uživatele:

Re: energy kondeser

#15 Příspěvekod Sejsel » 31 črc 2012, 20:07

U těch předmětů zkus nastavit on-use místo on-place. O co přesně jde?
01101110011101010110001001110111

Uživatelský avatar
XmichoX471
Příspěvky: 229
Registrován: 29 bře 2012, 15:26
Reputation: 0
Bydliště: Slovensko
Kontaktovat uživatele:

Re: energy kondeser

#16 Příspěvekod XmichoX471 » 01 srp 2012, 11:50

Stále sa mi to dá craftit aj položiť
Obrázek

Uživatelský avatar
XmichoX471
Příspěvky: 229
Registrován: 29 bře 2012, 15:26
Reputation: 0
Bydliště: Slovensko
Kontaktovat uživatele:

Re: energy kondeser

#17 Příspěvekod XmichoX471 » 02 srp 2012, 13:20

A nemôže biť niaky špecíalny plugin na blacklist ?
Obrázek

Uživatelský avatar
Shaggy84675
Příspěvky: 1239
Věk: 28
Registrován: 23 srp 2011, 12:53
Reputation: 0
Kontaktovat uživatele:

Re: energy kondeser

#18 Příspěvekod Shaggy84675 » 03 srp 2012, 12:16

a má to správný ID?
Omluvte prosím moji nefunkčnost podpisu. Momentálně přesouvám podpis na svůj webserver.

Uživatelský avatar
XmichoX471
Příspěvky: 229
Registrován: 29 bře 2012, 15:26
Reputation: 0
Bydliště: Slovensko
Kontaktovat uživatele:

Re: energy kondeser

#19 Příspěvekod XmichoX471 » 05 srp 2012, 11:51

Áno
Obrázek

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

Re: energy kondeser

#20 Příspěvekod nejento » 05 srp 2012, 12:01

To craftování lze zakázat přes ten config Equivalent Exchange, který jsi nenašel.

Je to divné, protože v kořenové složce (tam kde je tekkit_server.jar) by mělo být mod_EE.props
Takto nějak to vypadá:
Spoiler: zobrazit

Kód: Vybrat vše

machineFactor=16
CondenserGUI=46
CollectorGUI=47
Collector2GUI=48
Collector3GUI=49
AlchChestGUI=50
DMFurnaceGUI=51
RMFurnaceGUI=52
RelayGUI=53
Relay2GUI=54
Relay3GUI=55
AlchBagGUI=56
TransmutationGUI=57
PortableTransmutationGUI=58
PortableCraftingGUI=59
PedestalGUI=60
MercurialGUI=61
ExtraKey=46
ChargeKey=47
ToggleKey=34
ReleaseKey=19
BlockEEStone=126
BlockEEPedestal=127
BlockEEChest=128
BlockEETorch=129
BlockEEDevice=130
ItemPhilStone=27270
ItemCatalystStone=27271
ItemBaseRing=27272
ItemSoulStone=27273
ItemEvertide=27274
ItemVolcanite=27275
ItemAttractionRing=27276
ItemIgnitionRing=27277
ItemGrimarchRing=27278
ItemHyperkineticLens=27279
ItemSwiftWolfRing=27280
ItemHarvestRing=27281
ItemWatchOfTime=27282
ItemAlchemicalCoal=27283
ItemMobiusFuel=27284
ItemDarkMatter=27285
ItemCovalenceDust=27286
ItemDarkPickaxe=27287
ItemDarkSpade=27288
ItemDarkHoe=27289
ItemDarkSword=27290
ItemDarkAxe=27291
ItemDarkShears=27292
ItemDarkHammer=27299
ItemDarkMatterArmor=27293
ItemDarkMatterHelmet=27294
ItemDarkMatterGreaves=27295
ItemDarkMatterBoots=27296
ItemEternalDensity=27297
ItemRepairCharm=27298
ItemHyperCatalyst=27300
ItemKleinStar=27301
ItemKleinStar2=27302
ItemKleinStar3=27303
ItemKleinStar4=27304
ItemKleinStar5=27305
ItemKleinStar6=27335
ItemAlchemyBag=27306
ItemRedMatter=27307
ItemRedPickaxe=27308
ItemRedSpade=27309
ItemRedHoe=27310
ItemRedSword=27311
ItemRedAxe=27312
ItemRedShears=27313
ItemRedHammer=27314
ItemAeternalisFuel=27315
ItemRedKatar=27316
ItemRedMace=27317
ItemZeroRing=27318
ItemRedMatterArmor=27319
ItemRedMatterHelmet=27320
ItemRedMatterGreaves=27321
ItemRedMatterBoots=27322
ItemRedMatterArmorP=27323
ItemRedMatterHelmetP=27324
ItemRedMatterGreavesP=27325
ItemRedMatterBootsP=27326
ItemMercurialEye=27327
ItemArcaneRing=27328
ItemDiviningRod=27329
ItemBodyStone=27332
ItemLifeStone=27333
ItemMindStone=27334
ItemTransTablet=27336
ItemVoidRing=27337
ItemAlchemyTome=27338
AlternateRelayRecipe=0
AllowCollectors=1
AllowCondensers=1
AllowRelays=1
AllowChests=1
AllowPedestals=1
AllowFurnaces=1
AllowInterdiction=1
AllowIgnition=0
AllowZeroRing=0
AllowSwiftWolf=1
AllowHarvestBand=1
AllowArcana=0
AllowArchangel=1
AllowVoidRing=1
AllowBlackHoleBand=1
AllowEternalDensity=1
AllowSoulstone=1
AllowBodystone=1
AllowLifestone=1
AllowMindstone=1
AllowRepair=1
AllowWatchOfTime=1
AllowMercurial=0
AllowDCatalyst=0
AllowHKLens=0
AllowHCLens=0
AllowDMTools=0
AllowRMTools=0
AllowAlchemyBags=1
AllowDMArmor=1
AllowRMArmor=1
AllowRMArmorPlus=0
AllowKleinStar=1
AllowEvertide=0
AllowVolcanite=0
AllowDiviningRod=1
AllowNovaC1=0
AllowNovaC2=0
AllowTransmutationTable=1
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/


Zpět na „Minecraft, Tekkit“

Kdo je online

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