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. I

    Teleport GUI

    So I tried this code: on click with a clock: name of tool is "&bTeleport": open chest with 3 rows named "&cTeleport" to the player wait a tick set {_s} to 0 loop all players in player's world: if loop-player is not player: format...
  2. I

    Solved Auto Resetting Arena

    I want to make a system kinda like Badlion Arena, whenever a game ends it would remove all the blocks. How in hell do I do this?! Help is welcomed :emoji_slight_smile::emoji_stuck_out_tongue_closed_eyes:
  3. I

    Creating a work with seed using Multiverse-Core

    Please help! Im trying to solve this for ages!!!! on skript start: set {uhc::game::started} to false wait a minute execute console command "/mv delete uhc_world" wait 10 ticks execute console command "/mvconfirm" set {uhc::game::world} to a random integer between 1 and 6...