Recent content by JarBinks

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

    Solved Mining skript not working

    I figured it out, the problem was else if event-player is holding a stone pickaxe: if the name of the player's tool is "stone pick": if event-block is stone: clear drops give 1 of cobblestone to player if event-block is coal...
  2. JarBinks

    Solved Mining skript not working

    Can someone please help, this is for a server im helping.
  3. JarBinks

    Solved Mining skript not working

    Hi, I have a skript that when certain pickaxes mine blocks, it puts the blocks in the players inventories. It works for all the pickaxes execpt for the coal pick, iron pick, and the diamond pick. Also, how do I make it so no other blocks will drop, only if it gets mined by the correct picaxe. #...
  4. JarBinks

    Enchantment GUI

    its coming up with this now:
  5. JarBinks

    Enchantment GUI

    Hi, I'm having a problem with my Skript. this is my full code, but im having troubles with the /givebook command. everytime I get a book, it comes up with the title "{_randomEnchantment}" not the custom enchantment name. options: script: global name: CustomEnchantments command...
  6. JarBinks

    Shop GUI

    Is the skript almost done?
  7. JarBinks

    Custom Item problems

    Hi, I am having some problems with my skript. The problem im having is that when i loop all the players and push them back / ignite them it is pushing/igniting the player who used the ability as well which I don't want to happen. Here is my skript: #summon lightning at an area nearby. on...
  8. JarBinks

    Shop GUI

    It’s ok. I can wait.:emoji_thumbsup:
  9. JarBinks

    Shop GUI

    It will be fine, I’ll deal without it.
  10. JarBinks

    Shop GUI

    Yes, I do use skbee.
  11. JarBinks

    Shop GUI

    Yea that would be a great idea. Would it be too hard to make different types of money for each compressed item? You don’t have to.
  12. JarBinks

    Shop GUI

    CATEGORY: Gens SUGGESTED NAME: ShopGUI WHAT I WANT: I would like a shop GUI for buying new equipment and upgrading old gear. I want the shop GUI to be able to instead of using a economy balance, use blocks from your inventory to buy items like compressed items and upgrade gear with better...
  13. JarBinks

    Help with making custom mobs spawn naturally.

    Also does anyone know how to make mobs respawn a minute or two after they Get killed by a player.
  14. JarBinks

    Help with making custom mobs spawn naturally.

    What i want is when a player is in the region, to randomly spawn mobs throughout the region the player is in. What you gave me is on spawn and the region.
  15. JarBinks

    Help with making custom mobs spawn naturally.

    hi I need help making a skript for my server where in a certain world guard region it randomly spawn custom mobs.