Search results

  • 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. C

    how to edit sign ?

    @EventHandler public void play(PlayerInteractEvent e){ 玩家p = e.getPlayer(); if(e.getAction()== Action.LEFT_CLICK_BLOCK){ if(e.getClickedBlock()。getState()instanceof Sign){ Sign s =(Sign)e.getClickedBlock()。getState()...
  2. C

    how to create rnew furnace recipe

    my bad , create new furnace recipe with result baked potato named "test" using potato named "test11" how to make
  3. C

    how to create rnew furnace recipe

    create new furnace recipe with result diamond sword using dirt error
  4. C

    how to create rnew furnace recipe

    how to make? ex: one dirt put in furnace wait Smelting give one diamond
  5. C

    Solved death cancel drops of items

    you are right , Thank you Please forgive me. My English is weak I am from Taiwan. how to retention level? on death set {_lv} to player's level wait 5 ticks set player's level to {_lv} I can not
  6. C

    Solved death cancel drops of items

    How did you do that?
  7. C

    Solved death cancel drops of items

    on death of player: set {_drops::*} to drops remove drops from the drops wait 5 ticks add {_drops::*} to victim's inventory BUG--> players inventory is full on death respawn Equipment are gone!!!! How to repair