Recent content by Samwej

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

    I need some help getting this to work

    if event-inventory = (metadata tag "zombie" of player): if index of event-slot is 1: add "gold_boots" to {boss.boots} open (metadata tag "enchantments" of player) to player if index of event-slot is 2: add "iron_boots" to {boss.boots}...
  2. S

    Solved How can i make this work?

    it still doesnt give the block
  3. S

    Solved How can i make this work?

    its not working it doesnt give the emerald block
  4. S

    Solved How can i make this work?

    On join: loop all items in the inventory of player: if loop-value is a emerald block named "Info&Warps": execute console command "/absolutely nothing" else: give player emerald block named "Info&Warps"
  5. S

    Solved how to track how long someone has been idle for?

    im getting errors when i try to run this code
  6. S

    Solved how to track how long someone has been idle for?

    can someone tell me how to track how long someone has been idle for
  7. S

    Solved can someone check if this would work

    the skript is the attached file