Stránka 1 z 1

Tekkit Minium a Philosopher stone

Napsal: 23 říj 2013, 20:16
od DedusCZE
Server: 93.91.250.132:27920

Ahoj lidi mam takovej problém s Minium a Philosopher stonem nejde mi zakazat jeho pouziti kdyz ho zakazu v no item nebo v item restrict tak i kdyz se klikne pravim porad meni bloky to bych potreboval zakázat a nechat jen použití na crafting nemáte někdo nejakej nápad jak toho docílit ?

Re: Tekkit Minium a Philosopher stone

Napsal: 23 říj 2013, 21:08
od nejento
Zkus to ještě zakázat pomocí WorldGuardu. Je tam problém, že ten mod nemá nějaký event, který by plugin dokázal zastavit. Ve WorldGuardu zkus v blacklistu zakázat use na ID toho stonu a jakmile hráč klikne na blok pravým teoreticky by mu to mělo zabránit.

Re: Tekkit Minium a Philosopher stone

Napsal: 23 říj 2013, 21:24
od DedusCZE
WorldGuard taky nepomoh ale urcite nechci zakazat celej minium stone

Re: Tekkit Minium a Philosopher stone

Napsal: 23 říj 2013, 22:20
od nejento
Zakážeš tím jenom používání o blok. :)
Dej sem kdyžtak config Equivalent Exchange do Code a Spoileru.

Re: Tekkit Minium a Philosopher stone

Napsal: 23 říj 2013, 22:34
od DedusCZE
Spoiler: zobrazit

Kód: Vybrat vše

# Configuration file

####################
# audio
####################

audio {
    S:sounds.enabled=all
}


####################
# block
####################

block {
    I:alchemicalChest=2455
    I:aludel=2454
    I:calcinator=2451
    I:glassBell=2456
    I:redWaterStill=2453
    ####################
    # properties
    #===================
    # Custom block properties
    ####################

    properties {
        ####################
        # red_water
        #===================
        # Configuration settings for various properties of Red Water
        ####################

        red_water {
            I:duration.base=5
            I:duration.modifier=2
            I:range.base=1
            I:range.modifier=3
        }

    }

}


####################
# general
####################

general {
    B:version_check.display_results=true
    S:version_check.last_discovered_version=pre1h
    S:version_check.last_discovered_version_type=
}


####################
# graphics
####################

graphics {
    D:block_overlay_opacity=0.75
    I:block_overlay_position=3
    D:block_overlay_scale=2.5
    B:particle_fx.enabled=true
    B:world_transmutation_overlay.enabled=false
}


####################
# item
####################

item {
    I:alchemicalBag=27005
    I:alchemicalDust=27004
    I:shardMinium=27000
    I:stoneInert=27001
    I:stoneMinium=27002
    I:stonePhilosophers=27003
    ####################
    # durability
    ####################

    durability {
        I:stoneMinium=1521
        I:stonePhilosophers=10001
    }

}


####################
# keybindings
#===================
# Keybindings for Equivalent Exchange 3. See http://www.minecraftwiki.net/wiki/Key_codes for mapping of key codes to keyboard keys
####################

keybindings {
    I:key.charge=47
    I:key.extra=46
    I:key.release=19
    I:key.toggle=34
}


####################
# transmutation
####################

transmutation {
    I:block_cost=1
    I:item_cost=1
    I:mob_cost=1
}




nevim teda jestly je v tom něco co by se dalo pozměnit aby to neměnilo bloky

Re: Tekkit Minium a Philosopher stone

Napsal: 24 říj 2013, 16:00
od nejento
Hmm.. tak tady toho moc nic neupravíme. Zkus tesn WorldGuard blacklist. Kdyžtak ho sem dej.

Re: Tekkit Minium a Philosopher stone

Napsal: 24 říj 2013, 16:53
od DedusCZE
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.
#

# Zakaz minium Stone
[27002,27003]
ignore-perms=my.own.madeup.permission
ignore-groups=admins
on-use=deny

Re: Tekkit Minium a Philosopher stone

Napsal: 24 říj 2013, 18:54
od nejento
Přidej tam ještě on interact, on destroy-with

Re: Tekkit Minium a Philosopher stone

Napsal: 24 říj 2013, 19:12
od DedusCZE
Ani po úpravě žádná změna pořád funguje

-- 24 říj 2013, 22:12 --

Nekdo jinej nejakej napad ?