Recent content by ItzarReal

  • 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

    i used skquery for this, i did make player damage loop-player by 1 with a loop.
  4. I

    Solved custom message skript not working

    i already solved this, and yes i have tuske
  5. 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...
  6. I

    Solved custom message skript not working

    its exactly the same. this is self solved.
  7. 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...
  8. I

    add arg-3 to {coins::bal::%arg-2%} is not working for me ;( help

    for the third argument, it can't be a text. It has to be an integer. So: command /coin [<text>] [<offline player>] [<integer>]
  9. 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...
  10. I

    Need help with making a seismic wave

    hmmmm. try: every tick: loop all players: on step on grass block: #here you do a /summon falling block command, cuz idk :/ im not the best with skript either, im learning java
  11. 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!
  12. I

    World sending help

    specif specific coords
  13. I

    World sending help

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

    Scoreboard

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

    Solved Loop help

    im making it give money every ten seconds so they have to work harder to get the money so like this? Every 10 seconds: loop all players: if block under loop-player is gold block: add 10 to %loop-player% balance