Хостинг серверов Minecraft playvds.com
  1. Вы находитесь в русском сообществе Bukkit. Мы - администраторы серверов Minecraft, разрабатываем собственные плагины и переводим на русский язык плагины наших собратьев из других стран.
    Скрыть объявление

Помогите Блокировка дропа (Выкидования) определённого предмета

Тема в разделе "[Архив] Помощь", создана пользователем Testing_up, 19 мар 2014.

  1. Автор темы
    Testing_up

    Testing_up Участник Пользователь Заблокирован

    Баллы:
    33
    Имя в Minecraft:
    Testing_up
    Помогите, пробовал через:
    Blockblocker
    LokiBlocker
    Код:
    enable: true
    old-event-system: false
    force:
      enable: true
      id-data:
      - '345'
    place: true
    break: true
    craft: true
    inventory:
      content: true
      delete: true
    pickup: false
    drop: false
    interact:
      left-item: true
      right-item: true
      left-block: true
      right-block: true
    block-burn: false
    block-explode: false
    piston:
      push: false
      drag: false
    chat:
      enable: true
      words:
      - ****ь
      - сука
    entitys: true
    configurated: true
    Essentials
    Код:
    # What to prevent from /i /give.
    # e.g item-spawn-blacklist: 46,11,10
    item-spawn-blacklist: 345
    
    # Set this to true if you want permission based item spawn rules.
    # Note: The blacklist above will be ignored then.
    # Example permissions (these go in your permissions manager):
    #  - essentials.itemspawn.item-all
    #  - essentials.itemspawn.item-[itemname]
    #  - essentials.itemspawn.item-[itemid]
    #  - essentials.give.item-all
    #  - essentials.give.item-[itemname]
    #  - essentials.give.item-[itemid]
    #  - essentials.unlimited.item-all
    #  - essentials.unlimited.item-[itemname]
      - essentials.unlimited.item-345
    #  - essentials.unlimited.item-bucket # Unlimited liquid placing
    #
    # For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
    permission-based-item-spawn: true
    
    WorldGuard
    Код:
    #
    # 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.
    #
    
    [345]
    ignore-perms=my.own.madeup.permission
    ignore-groups=gladmin
    on-use=deny,tell
    
    
    Не работает, HELP!
     
    Последнее редактирование: 19 мар 2014
  2. Хостинг MineCraft
    <
  3. Автор темы
    Testing_up

    Testing_up Участник Пользователь Заблокирован

    Баллы:
    33
    Имя в Minecraft:
    Testing_up
  4. dirt34

    dirt34 Старожил Пользователь

    Баллы:
    143
    Skype:
    alucid2
    Имя в Minecraft:
    dirt34
    ты в LokiBlocker делаешь не правильно. Делать нужно в файле list
     
  5. Автор темы
    Testing_up

    Testing_up Участник Пользователь Заблокирован

    Баллы:
    33
    Имя в Minecraft:
    Testing_up
    Код:
    test:
      type:
        place: true
        break: true
        craft: true
        pickup: true
        drop: true
        block-burn: true
        block-explode: true
      inventory:
        content: true
        delete: false
      interact:
        left-item: true
        right-item: true
        left-block: false
        right-block: true
      piston:
        push: false
        drag: true
      list:
        '1':
          id: 35
          data: 7
          damage: -1
        test:
          id: 35
          data: 8
          damage: -1
    
    Шерсть не блочит
     
  6. dirt34

    dirt34 Старожил Пользователь

    Баллы:
    143
    Skype:
    alucid2
    Имя в Minecraft:
    dirt34
    true это заблокировать, false не блокировать[DOUBLEPOST=1395248970,1395248937][/DOUBLEPOST]и да он блочит именно шерсть с датой 7. а не все
     
  7. Автор темы
    Testing_up

    Testing_up Участник Пользователь Заблокирован

    Баллы:
    33
    Имя в Minecraft:
    Testing_up
    Код:
    #
    #  Soulbound configuration
    #  Last updated on 1.1.7-b16
    #
    #####
    
    #
    #  Settings for Soulbound in general
    ###
    General:
        # Allow Soulbound to report on basic anonymous usage
        Stats_Tracking: true
    
        # Allow Soulbound to check if a new version is available
        Update_Check: true
        Prefer_Beta: false
    
        # Should Soulbound print out debug messages?
        Verbose_Logging: false
    
        # Should Soulbound over-write configs to update, or make new ones ending in .new?
        Config_Update_Overwrite: true
    
    Soulbound:
      Feedback_Messages_Enabled: true
      Prevent_Item_Drop: false
      Delete_On_Drop: false
      Allow_Item_Storing: true
      Infinite_Durability: false
      Blocked_Commands:
          /blockedcommand
      Commands_Bind_When_Used:
          /enchant
    
    Misc:
      Soulbound_On_Action:
        open_chest:
    #      - Diamond_Sword
        drop_item:
          - compass
    
    Dependency_Plugins:
      DiabloDrops:
        BindOnPickup: Legendary, Rare, Unidentified
        BindOnUse: Magical
        BindOnEquip: Set
      EpicBossRecoded:
        BindOnPickup: true
        BindOnUse: false
        BindOnEquip: false
      LoreLocks:
        Bind_Keys: true
      MythicDrops:
        BindOnPickup: common, uncommon, rare
        BindOnUse: terric, netheric
        BindOnEquip: endric
    
    Не блочит компас.[DOUBLEPOST=1395249387,1395249306][/DOUBLEPOST]
    Фак, только удалил.[DOUBLEPOST=1395250144][/DOUBLEPOST]Пока жду других вариантов ;)
     
  8. Автор темы
    Testing_up

    Testing_up Участник Пользователь Заблокирован

    Баллы:
    33
    Имя в Minecraft:
    Testing_up
    Ну спасибо, сегодня буду сного пробовать.
     

Поделиться этой страницей