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

    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...
  4. 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:
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. Cupex

    bind java code to skript

    Hey there. Is it possible to bind java code into a skript? Like I have a CoinAPI and I want to test if a player has enough coins. The API is CoinsAPI.hasEnoughCoins(Username, Coins); CoinsAPI.removeCoins(Username, Coins); I wanted to make a skript where you can buy things with these coins If...
  13. Cupex

    Solved Money Voucher

    Hello again, I know that this is possible but I don't know how exactly it works so, here is what I want to work If you have (f.e) 1 gold ingot with name $100, if you rightclick you will get $100 to your account BUT if you have 2 ingots named $100, you'll get $200 to your account. So the amount...
  14. Cupex

    im an idiot

    i had to delete the variable
  15. Cupex

    Solved auction like skyslayer

    Hello, I wanted to ask if someone can make a auctions script. Commands: /auction (amount) > This is to start a auction the price is the start amount. You need a Item in the hand to start. /offer (amount) > This Command is to bet more than the start amount. So if the start amount is 1000 the...
  16. Cupex

    Warn Spam in Console

    Every 10 Seconds this Warn / Error spams in my Server Console [Skript] Cannot write variables to the database 'default' at sufficient speed; server performance may suffer and many variables will be lost if the server crashes. (this warning will be repeated at most once every 10 seconds) I don't...
  17. Cupex

    Solved Goldswitch

    I tried to make a skript, that you can transfer 9 gold nuggets into 1 gold ingot. So if you have 1-8 gold nuggets in you're inventory it will not work. If you have exact 9 gold nuggets you get 1 gold ingot. And when you have for example 27 gold nuggets you will get 3 gold ingots. But I don't...
  18. Cupex

    BuildFFA kill stuff

    I wanted to make a BuildFFA Skript with 1. Kill Message (when a player kills a player) 2. The Attacker resets after a kill so that it isnt a kill every time the victim dies without getting hit by the attacker. 3. Killstreak (that resets after death) 4. Mapchange (changeable time in "options") 5...
  19. Cupex

    Anti-Caps System

    I wondered if it would be possible to block player's from writing in Caps but if the player writes a player name with Caps in it, the message doesnt get blocked. I tried to make this: on chat: if player doesn't have permission "FlowMC.caps.bypass": loop all players: if...
  20. Cupex

    Solved I need a variable converter with half of the other variable

    I wanted to make a Skript, where you can convert for example {points.%player%} to {money.%player%} but not exactly the same amount but half of the variable. So if you have 5000 in {points.%player%} you get 2500 for the {money.%player%} variable