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

    Discord + GD + MC...

    So, I've had the ultimate project: Making a discord bot that connects to Minecraft, Geometry Dash, and discord. I am using Skellet and Vixio for this. (Skellet for MySQL stuff) I need help. For some reason, I can't get skellet to connect to MySQL. Here's my code: discord command gd;test...
  2. I

    Hiring Java developer...

    So, I need someone to make a skript addon... If anyone is willing to work for free, please message me via skunity. This is completely for personal use. Heres what I want: Effects: set [the] [app] icon of %player% to %item% set [the] name of [the] app of %player% to %text% [with color...
  3. I

    Solved Skript force click

    Is there a way to force a player to click? heres my code: on chat: if message is "!autoclicker": make player click 50 times #this is whats wrong if there are any addons i need, please tell me. edit: i can use on chat: if message is "!autoclicker": loop players in...
  4. I

    Solved custom message skript not working

    so i invented these things on my server called MinePhones. I want to make it so theres a text message app. Heres my code: command /minemsg <player> <text>: trigger: {latestmessage} = args 2 {recipient} = args 1 open virtual chest inventory with size 1 named...
  5. I

    Solved Right click help

    So, basically, I have 2 servers. One on my localhost and one on minehut. I use this skript on my localhost: on right click while holding stick named "&6Magic wand": make player execute command "/spell fire" and it works. I try the same skript on minehut, and it doesn't. Can someone tell me...
  6. I

    Solved wearing dyed armour

    How do I check if the player is wearing dyed leather armour? Heres my code: every 2 seconds: loop all players: if loop-player is wearing leather helmet dyed lime: apply jump boost to loop-player for 2 seconds I'm trying to make custom armour. Thanks!
  7. I

    World sending help

    how do i send a player to a world with skript
  8. I

    Scoreboard

    How do I make a scoreboard that shows your money, kills, and rank with vanilla skript? Is it even possible? Thanks!
  9. I

    Solved Loop help

    So I'm making a koth (king of the hill) plugin and I cant figure out how to loop if the player is on a gold block. Here's my code: on step on gold block: every 10 seconds: add 10 to balance of player
  10. I

    Anti-fly help??

    Okay, so i want to make an anticheat that informs me when someone is flying. Please help!! I dont even know where to start with my code Okay so heres my code: player is flying: trigger: send "%player% is hacking!" to "ItzarReal" parsed as player