1.20.4

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

    Minecraft Team System

    Hey there! I am making an event and I need help setting up a simple command called /teamassign where you can assign players to a team, the command should look something like this: "/team assign <team> <player>" and then it broadcasts something like "(Player) has joined team (team name)". The...
  2. C

    Detecting if a block is in a world guard region

    Hey, So im trying to make fortune work on blocks that it doesnt using skript, but only if its in a certain world guard region. My skript is: on break of stone: if player's region is stonemine: set {_f} to level of fortune on player's tool if event-block is stone: if {_f} is...