console execute

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

    Tellraw from console is not working

    - execute console command "tellraw @p {""selector"":""@s"",""bold"":true},""'s coordinates...
  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

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