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

    how to make? ex: one dirt put in furnace wait Smelting give one diamond
  3. 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