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 community!

    Now, what are you waiting for? Join the community now!

  1. Cupex

    im an idiot

    This is supposed to be a lottery script. You can choose 3 slots and an end sum is then added from the 3 slots. That means you click on a slot and that is, for example, 8 $, then you click on the 2 slot and that is then 3 $ and then you can only click on a slot with e.g. $ 6. Then a new GUI opens...
  2. Cupex

    im an idiot

    i had to delete the variable
  3. 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...
  4. 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...
  5. Cupex

    Solved Goldswitch

    How do I mark it as solved?
  6. Cupex

    Solved Goldswitch

    Many Thanks! It works exactly how I wanted it to!
  7. Cupex

    Solved Auto text in chat.I

    I guess not
  8. Cupex

    Solved Auto text in chat.I

    And how does Plugins do this?
  9. Cupex

    Solved Auto text in chat.I

    He means, that when you click an Item in an GUI the chatbox in your minecraft will open automatically and there is something pre-typed. For Example: When you click an grass block in a gui the text box will open with "This is Grass" pre-Typed
  10. 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...
  11. 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...
  12. 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...
  13. Cupex

    inventory crafting grid slot set item?

    What addons do you use?
  14. Cupex

    inventory crafting grid slot set item?

    I think you need to do: set slot (slot) of player to (item) named "text" Example: set slot 22 of player to skull of player named "Cool Skull"
  15. Cupex

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

    OMG, Thank you very much, its exactly that what I am looking for.
  16. 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
  17. Cupex

    TPA system

    What Plugin's do I need for this? Of course Skript it self but which addons? Everything is okay, i got it Thanks :)
  18. Cupex

    Crates with chances

    I think the Items you set ingame with /crate additem
  19. Cupex

    TPA system

    Hey, I have a question to json. I want to make a tpa system, so when a player becomes a request the player can choose between Accept and Deny. example: The player (command sender) wants to teleport to you! &8[&aAccept&8] &8[&cDeny&8] <- Clickable Do you know how this works?
  20. Cupex

    Skript Balance Formatting

    How can I show if a player has 1000 tokens that it says 1,000 and not 1000? and e.g. 10000 = 10,000 and 1000000 = 1,000,000 with my own script money system