Recent content by Cupex

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

    Cookieclicker where cookies come out.

    Suggested name: cookieclicker Spigot/Skript Version: 1.19.4/2.7.0-beta2 What I want: Good day, I wanted to make a cookie clicker where if you click on the cookie block, cookies come out as an item that cannot be collected and disappear individually after a second. The cookie system itself is...
  2. Cupex

    Solved Something is wrong, but I don't know what..

    That worked yesterday. After I downloaded the latest 1.18.2 paper version to the server today, not anymore. But why? command /repair: permission: flowmc.repair permission message: {@F} trigger: if player's tool is any pickaxe, axe, shovel, hoe, armor, bow, crossbow, shield...
  3. Cupex

    Solved Repair System

    bro, thanks!! You are a legend!
  4. Cupex

    Solved Random letter from a player name

    Thanks very much! It works exactly how I wanted it! But I have one more small question, can you add fireworks sound to all players when the name is complete? Forget it, I just found out myself.
  5. Cupex

    Solved Repair System

    Category: Tool Repair Suggested name: Repair Spigot/Skript Version: PaperMC-1.18.2/the newest What I want: So that's really easy to explain. Use any tool (sword, axe, pickaxe, hoe, shovel, etc) to /repair. Depending on the damage and the type of tool (wood, stone, gold, iron, diamond...
  6. Cupex

    Solved Random letter from a player name

    I need help with a script. In the script, a random player should be selected from all players who are on the server. The player's name is then spelled out in a random order in a title until it is fully displayed. Can someone do something like this for me? I have a video of what it might look like:
  7. Cupex

    Casino Crash

    Category: Casino Suggested name: crash.sk Spigot/Skript Version: Spigot: paper 1.18.1 / Skript: 2.6.1 What I want: I need a crash system (not to crash players) but a casino crash system that should work as follows. With the command /crash bet (how much money you want to bet) you join the...
  8. Cupex

    Premium command

    What I want is actually quite simple to understand. I would like to give a player the premium rank for 7 days via command. After the 7 days, the player who was awarded the premium rank will be placed back on player. You can only give the player premium if he does not yet have a premium rank...
  9. Cupex

    Broadcast with Skript

    That should work on load: set {autobroadcast::message1} to "message1" set {autobroadcast::message2} to "message2" set {autobroadcast::message3} to "message3" set {autobroadcast::message4} to "message4" set {currentMessage} to 0 set {totalMessages} to 0 add 4 to...
  10. Cupex

    Daily Quests

    Hello dear SkUnity Community! I need a little script. It should work something like this: Every day (at a certain time, for example: 3 p.m.) the player receives 3 quests that are randomly selected from a list of all quests that are available. These quests are then displayed in a GUI with the...
  11. Cupex

    TPA System

    Category: TPA System Suggested name: TPA.sk Spigot/Skript Version: 1.8 / 2.2-dev25 What I want: I would like to have a TPA system that works like this: The command /tpa (player) sends the other player a tpa request. This player then has 30 seconds to accept them. If this is not the case, the...
  12. Cupex

    On leftclick on player head

    Hi, is it possible to check if a player is left clicking a player head? on leftclick on gold_block works, but on leftclick on skull not...
  13. Cupex

    AMS System

    Category: Ams Suggested name: ams.sk Spigot/Skript Version: 1.8 / 2.2-dev25 What I want: I am German so I explain it in german and english. -- German -- | Allgemeines | Coin Variable: balance of player | GUI | Slots: " AMS einzahlen " (alles Kohle was man in der Hand hällt) [wird dann zB...
  14. Cupex

    Solved Daily Login Streak

    Can you explain what you did there? So I can understand it better.
  15. Cupex

    Solved Daily Login Streak

    Category: Login Streak Suggested name: dailystreak.sk Spigot/Skript Version: 1.8/2.2-dev25 What I want: I need a Daily Login Streak Skript where you have to log on to the server 3 times in a row. Then if you reached the 3 days you get for example 100 Coins. The Streak is reseting every 24...