Recent content by Kondii

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

    Mining - Fortune + exploding

    Can you show me? Cause if i type do: Drop blocks It drops a lot of random blocks?
  2. K

    Mining - Fortune + exploding

    It works almost and breaks the blocks around. But it doesn't drop anything. Only the block that you break? Do i need to add the ores to players inventory or on the ground?
  3. K

    Mining - Fortune + exploding

    Skript version: 2.1.2 Skript addons: SkQuery (3.22.1) , WildSkript (1.8), SkRayFall (1.9.7), PirateSk (0.4.1) Hi so i want to make a exploding skript. Is there a way that the fortune works on ores when you are mining with exploding. Is there a way that the block gets breaked and the ore gets...
  4. K

    Greather than %arg-2% balance

    https://gyazo.com/d07ac85bf4708cffdc9371788613d600
  5. K

    Greather than %arg-2% balance

    Now it says "greather than is not a type"
  6. K

    Greather than %arg-2% balance

    Skript Version: Skript 2.1.2 Skript Author: Njol Minecraft Version: 1.8 Code: Command /pay [<offline player>] [<number]: trigger: if arg-1 is set: if arg-2 is set: if arg-2 is between 1 and 9999999999: if player's balance is greather than %arg-2%: send "&8&l:: &a&lSkolepay...
  7. K

    If variabel is greather or over

    Skript Version: Skript 2.2 (dev20c) Skript Author: Bensku Minecraft Version: 1.8 Skript if arg-1 is "mission": if arg-2 is "Diamond": if player have permission "mission.diamant.1": if %{mine.diamond.add}% is greater than 99...
  8. K

    Functions not popping up in gui!

    Skript Version: Skript 2.1.2 Skript Author: Bensku Minecraft Version: 1.8 function bandemoremedlem1(p: player): set {_bankkonto} to "%{bander::%{bande::%{uuid::%{_p}%}%}%::bankkonto}%" parsed as a number if {_bankkonto} is more than 2499: add 1 to...
  9. K

    Solved Not popping up in the gui!

    Problem: So this is suposed to pop up in a gui with item. But the item dont show and the gui is empty. I can't see the mistake and when i reload, there is no errors! The skript: https://hastebin.com/nozesuyiqa.rb Skript Version: 2.2 - dev23 Skript Author: Bensku Minecraft Version: 1.8...
  10. K

    Solved On rightclick on a sign!

    Skript Version: Its the one to 1.8 (The newest) Skript Author: BenSku Minecraft Version: 1.8 on rightclick on sign: 1st line of clicked block is "&3VagtShop" 2nd line of clicked block is "&6I C" if player has permission "{@permission}": if player is holding air...
  11. K

    Solved Help with a script!

    So my problem is that is says "bandemoremedlem2(p: player) is not a text" Heres is the part of the script: function bandemoremedlem2(p: player): set {_bankkonto} to "%{bander::%{bande::%{uuid::%{_p}%}%}%::bankkonto}%" parsed as a number if {_bankkonto} is more than 9999: add 1...