Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Błędny config w OtherDrops


KiLeRDv2

Rekomendowane odpowiedzi

Opublikowano

Dlaczego ten skrypt nie działa

include-files: 
aliases:
defaults:
otherdrops:
    DIAMOND_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: '&bDiamenty &2szmaragdy &ezloto &7zelazo &9&lwypadają ze STONE!'
     GOLD_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: '&bDiamenty &2szmaragdy &ezloto &7zelazo &9&lwypadają ze STONE!'
    IRON_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: '&bDiamenty &2szmaragdy &ezloto &7zelazo &9&lwypadają ze STONE!'
    EMERALD_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
          message: '&bDiamenty &2szmaragdy &ezloto &7zelazo &9&lwypadają ze STONE!'
    STONE:
        - drop: BLOCK_OF_DIAMOND
          tool: [WOODEN_PICKAXE, STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 22
          quantity: 1 
          message: '&aGratulacje! &eZnalazles &b&lBLOK DIAMENTU!'
        - drop: BLOCK_OF_DIAMOND
          tool: [WOODEN_PICKAXE@!LOOT_BONUS_BLOCKS, STONE_PICKAXE@!LOOT_BONUS_BLOCKS, IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          chance: 22
          quantity: 1-3
          message: '&aGratulacje! &eZnalazles kilka &b&lBLOKÓW DIAMENTÓW!'
          - drop: BLOCK_OF_GOLD
          tool: [WOODEN_PICKAXE, STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 20
          quantity: 1
          message: '&aGratulacje! &eZnalazles &6&lBLOK ZŁOTA!'
        - drop:  BLOCK_OF_GOLD
          tool: [WOODEN_PICKAXE@!LOOT_BONUS_BLOCKS, STONE_PICKAXE@!LOOT_BONUS_BLOCKS, IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          chance: 20
          quantity: 1-3
          message: '&aGratulacje! &eZnalazles kilka &6&lBLOKÓW ZŁOTA!'
        - drop: BLOCK_OF_IRON
          tool: [WOODEN_PICKAXE, STONE_PICKAXE, STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 25
          quantity: 1
          message: '&aGratulacje! &eZnalazles &7&lBLOK ŻELAZA!'
        - drop: BLOCK_OF_IRON
          tool: [WOODEN_PICKAXE@!LOOT_BONUS_BLOCKS, STONE_PICKAXE@!LOOT_BONUS_BLOCKS, IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          chance: 25
          quantity: 1-3
          message: '&aGratulacje! &eZnalazles kilka &7&lBLOKÓW ŻELAZA!'
        - drop: BLOCK_OF_EMERALD
          tool: [WOODEN_PICKAXE, STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 15
          quantity: 1
          message: '&aGratulacje! &eZnalazles &2&lBLOK EMERALDU!'
        - drop: BLOCK_OF_EMERALD
          tool: [WOODEN_PICKAXE@!LOOT_BONUS_BLOCKS, STONE_PICKAXE@!LOOT_BONUS_BLOCKS, IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          chance: 15
          quantity: 1-3
          message: '&aGratulacje! &eZnalazles kilka &2&lBLOKÓW EMERALDU!'
          - drop: TNT
          tool: [WOODEN_PICKAXE, STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 5
          quantity: 1
          message: '&aGratulacje! &eZnalazles &c&lTNT!'
        - drop: TNT
          tool: [WOODEN_PICKAXE@!LOOT_BONUS_BLOCKS, STONE_PICKAXE@!LOOT_BONUS_BLOCKS, IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          chance: 5
          quantity: 1-3
          message: '&aGratulacje! &eZnalazles kilka &2&lTNT!'
          - drop: OBSIDIAN
          tool: [WOODEN_PICKAXE, STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 15
          quantity: 1
          message: '&aGratulacje! &eZnalazles &5&lOBSYDIAN!'
        - drop: OBSIDIAN
          tool: [WOODEN_PICKAXE@!LOOT_BONUS_BLOCKS, STONE_PICKAXE@!LOOT_BONUS_BLOCKS, IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          chance: 15
          quantity: 1-3
          message: '&aGratulacje! &eZnalazles kilka &5&lOBSYDIANU!'
          - drop: ENDER_PEARL
          tool: [WOODEN_PICKAXE, STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 8
          quantity: 1
          message: '&aGratulacje! &eZnalazles &d&lPERŁE!'
        - drop: ENDER_PEARL
          tool: [WOODEN_PICKAXE@!LOOT_BONUS_BLOCKS, STONE_PICKAXE@!LOOT_BONUS_BLOCKS, IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          chance: 8
          quantity: 1-3
          message: '&aGratulacje! &eZnalazles kilka &d&lPEREŁ!'
           - drop: APPLE
          tool: [WOODEN_PICKAXE, STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 10
          quantity: 1
          message: '&aGratulacje! &eZnalazles &d&lJABŁKO!'
        - drop: APPLE
          tool: [WOODEN_PICKAXE@!LOOT_BONUS_BLOCKS, STONE_PICKAXE@!LOOT_BONUS_BLOCKS, IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
          chance: 10
          quantity: 1-3
          message: '&aGratulacje! &eZnalazles kilka &d&lJABŁEK!'
        - drop: xp
          tool: [ANY_PICKAXE]
          quantity: 1-3
 SKELETON:
        - drop: 384
          tool: ANY
          chance: 30
          quantity: 1
    ZOMBIE:
        - drop: 384
          tool: ANY
          chance: 30
          quantity: 1
    CREEPER:
        - drop: 384
          tool: ANY
          chance: 30
          quantity: 1
 

  • sk8erace1 zmienił(a) tytuł na Błędny config w OtherDrops

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...