furnace

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  1. Hysean

    Solved Need help for /furnace

    Hi, I have this skript for /furnace that works well but not for some items, why ? Thank you options: message_cuit: &6&lDinggg, c'est cuit! erreur: &cIl n'y a pas d'objet à faire cuire command /furnace: permission: nexmagic.furnace permission message: &cTu dois etre &6&lVIP ou...
  2. MEGATREX4

    Furnace damage while smelting

    I want that while the furnace is melting it will deal damage to the player i tried using different triggers on smelt: - does not work on fuel burn: - does not work on join: - works all the time, even when it is not melting on smelt: wait 1 tick while player is alive: loop all...
  3. T

    [HELP] Edit furnace recipe/...

    I need to edit old furnace recipe with result glowstone dust named "&Sulfur" using gold ore. But method create new furnace recipe with result glowstone dust named "&fSulfur" using gold ore dont work. Results of gold ore is old - gold ingot(((
  4. S

    My code works, but, it can cause some bug ? little help here please

    Hello guys and ladies. I did that code, and it works perfectly so far, but, I don't know how exactly it work :emoji_upside_down: It can cause some bug in the future ? My objective is prevent chunkbans using furnaces. establishing a limit to place furnace, that is 8, and the player have to break...
  5. PotteryTNT

    Furnace Fast Smelting

    Category: UHC Spigot/Skript Version: PaperSpigot 1.8.8-R0.1-Snapshot, Skript: 2.2-dev36 What I want: Okay so the skript is meant to just speed up smelting to the point it is basically instant. The whole skript seems good but when reloaded a error comes up saying "Can't compare a text with an...
  6. O

    add {CookedTime:150s} to ntb of event-block error

    Skript Version: Skript 2.2 (dev36) Skript Author: Bensku Minecraft Version: 1.12 Code: on smelt: if event-item is iron ore: add "{CookTime:150s}" to nbt of event-block Errors: [Server] ERROR event-block is not a world My Addons: SkStuff, SkRayfall, TuSKe, SKQuery I can't find a...
  7. P

    Solved Why this code don't works with the furnace and the chest?

    Skript Version: 2.2 V8B Minecraft Version:1.8.8 --- Full Code: On place: if player is holding block: if player do not have the permission "Mars.build": if block above is air: cancel event else if block above is slab:7: if...