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

    Solved Check for specific minecraft world time?

    Hello, thank you so much for this! I have read the code and I just realize to myself that I kept on using the console command and not on skript events or such. Thank you! I have learned new codes or knowledge from skript. Will be checking more about skript in the Docs. Btw, this is the event or...
  2. K

    Solved Check for specific minecraft world time?

    Hello I am planning to reset the resource world on my server using skript and I want the resource world to have the same time as all my other worlds or let's say specific world, but I don't know what is the correct code for check_time? Here is my code so far every 72000 ticks: make console...
  3. K

    Solved Console Executes Random Commands from List of Commands

    Okay thank you so much! will try this out and will provide a feedback here after trying but I think this is what I really need. Thank you appreciate the help alot! every 60 ticks: set {_x} to random integer between 1 and 3 if {_x} = 1: make console execute "broadcast test 1"...
  4. K

    Solved Console Executes Random Commands from List of Commands

    Hello everone, I am really new to skript, I am planning to let console do a single random command among a list of commands after every certain amount of ticks. Here is what I got so far. make console execute command "/cmd1" make console execute command "/cmd2" make console execute command...