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

    How to set block to end portal frame with eye

    Hey so I trying to make skript that on click on end portal frame its set to end portal frame with eye and the only option that woked is with set block but this is working just when I make the player execute... when I make the console execute its not working code: make console execute "make...
  2. Z

    Solved /get command for a plugin

    ok, so basically what i need help with is: When a player sends /get ak this command runs: /QA give AK47 and then this also gets executed: /QA give akammo That is all i need help with, as soon as i know how to do this, i can easily create the other guns. :) Thank you. :)
  3. F

    Execute console command in specific world

    Hello there! I'm having some trouble with this: execute console command "/entitydata (UUID of entity) {Attributes:[{Name:generic.followRange,Base:100}]}" But it won't let me. I tried debugging it and manually, in-game, putting in an UUID and it worked! So i figured that since there wasn't a...
  4. Z

    Solved Execute command when one player is left

    I'm having a trouble with my skript. I want to execute command when there is one player left in survival gamemode. Example: 2 players in survival mode remaining, and the other player kills the other one -> execute command. I have no clue how to get this to work. command /resetointi...
  5. 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...
  6. C

    Run Linux command with Skript

    Hello, is there a way that i can execute Linux commands with Skript? I tested it already with skutilities and used: run script at "../proxys/proxy-01/start.sh" as code (To startup, it is not the only line) but its not working, every time it comes an Error up: [skUtilities] v0.9.2: Path...
  7. TenToTu Sho

    Execute a command as entity/at location

    Hello everyone, so I would like to code something in that can execute a worldedit command at a specific location. I tried summonning a sheep and running it as the last spawned entity, but that didn't work. Is there any way to do this? Thanks. This is the code i used: command /sheepedit <text>...
  8. A

    Solved Is simple for you, probably.

    Hello! Someone know a skript who can execute a specific command every 2 minutes (COMMAND NEED TO BE EXECUTED BY CONSOLE) in a specific world? I want help, i'm new at coding. :) Please help me someone :(
  9. O

    Bungee command

    Hey How can i execute bungee command?
  10. M

    Solved Tellraw in Skript

    Hello, I want to execute a /tellraw command as the console in Skript. My /tellraw command has quotation marks, but the code for executing a console command also needs quotation marks. How could I do this? (I hope my explanation on what I'm trying to do is clear) MatsGaming
  11. F

    I Can't Get A Player To Be Forced To Execute A Command.

    Can you please hep me ? So I am having trouble with getting a player to be forced to execute a command that is triggered by an event or a loop so for example I have an NPC and I coded a script to where an event is triggered when this specific NPC is clicked here is my block of code : on right...