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

    see amount of loop-item

    on right click with paper: loop all items of player's inventory: if name of loop-item is "&6$0.50": remove loop-item from player add 0.50 to player's balance This code works but only gives 0.50 when it takes all the items. I have tried using "set {_amount::*}...
  2. Jimsk

    Sorting players into teams

    I am trying to sort all players in a list into 2 teams, hiders and seekers. It isnt showing any errors, and seems to be "working" but doesnt sort the players into the teams, only makes them seek. Help would be appriciated, thanks, Jimsk. command /start: trigger: loop all players...
  3. Jimsk

    Higher Lower

    Category: Skript 1.15.2 Suggested name: Higher Lower Spigot/Skript Version: 2.4.1 What I want: The game in casinos "Higher Lower" Ideas for commands: /higherlower /hl Ideas for permissions: anyone can do it When I'd like it by: A reasonable time What i have at the moment: command...
  4. Jimsk

    Bingo in skript

    Category: Skript Suggested name: Bingo in skript Spigot/Skript Version: 2.4.1 What I want: I would like to make a bingo in skript where it gives everyone a piece of paper of which when right clicked it opens a gui with size 5 filled with random numbers. Then it will display titles of a number...
  5. Jimsk

    Nothing

    This is nothing
  6. Jimsk

    Bulk Sell

    I have a skript where when i right click on an item, it gives me $1, but when there are multiple stacks of said item, it takes a while and gets very tedious when you have to sell them 1 at a time. Is there a way to make it so that if there is more than 1 item in the stack, it sells them all at...
  7. Jimsk

    On rightclick with item

    I've been trying to make it so that when you right click on a cocoa bean it adds $1 to your balance, but it doesnt seem to work, could someone help? on rightclick with cocoa beans: if name of tool of player is "&cPoop": add 1 to player's balance send "&2Added 1 to your balance!"
  8. Jimsk

    A sell chest

    Is it possible i could make a chest that when an item goes into it, it sells it. ty - Jimsk
  9. Jimsk

    How to add something to a list

    I am trying to make a /request, where players can request music or ideas to add to the server! I have tried to do this but im quite a beginner to skript ;p, can someone help me out? (p.s, i also want to make it so if the idea is already there, it says a message) command /request [<text>]...
  10. Jimsk

    How to loop sounds

    Is it possible i can loop a /playsound using skript?