help me

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

    Solved GUI (Player Heads)

    I have a working GUI after using /staff or /sg - I have the player head slot set up to bring up the /staffmembers gui, which will then have the heads of my staff members. This works fine. However, when I reload the skript after running the code, these errors are present; "Can't understand...
  2. L

    Permissions higher than OP

    I'm trying to create a skript but the permissions need to not be included in OP For an example command /owner: permission: rank.owner permission message: "&a&lYour not the owner are ya?" trigger: execute console command "/manuadd %player% owner" The permission...
  3. L

    Blacklisted Blocks

    I'm trying to create a script, that when /blacklist-on it will cancel the event of breaking certain blocks(for now just stone bricks) and when /blacklist-off this feature will be removed, until /blacklist-on is typed again. so basically a toggle blacklist, that cancels breaking of blacklisted...
  4. TechyGaming

    Solved How to add a permission to a custom command

    Hi, On my server, I have been working on a custom command that broadcasts a message to all players saying that there is an event running. I have setup the command and from what i understand it should work but i want the command to only be usable by a player that either has the permission...
  5. N

    Skript Command

    Hey I am new to Skripting and am looking to make a /rank command for my server. I currently have literally no clue how to run a command (instead of sending a message) that is pre-exsisting. Anyone have any ideas lol? I've got as far as... command /rank <name> <group>: trigger: xd I'm not...
  6. B

    Shop Help [Skript]

    I am currently working on a skript, for a farming server. I have the basics down for this skript, but I can't understand why a part of this skript is not working. (Its like all the other parts) The skript I am trying to work on is a /shop skript. Here is a image of the skript thats not currently...
  7. F

    Teleporting sign

    Hello! I need help, When i create 1 sign it is working, but when i create second it dont work. In console and on reload errors didnt appear. on place: set {_l} to event-location loop 50 times: wait 1 second if line 1 is "sign place": if line 2 is set...
  8. M

    gui click event won't work

    format gui slot 0 of player with black glass named "&c&lEpic test item" to run console command "buyitem black glass %player% black glass" using left mouse button when i open the gui it won't execute any command and i can just take it out i use TuSke for GUIs