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

    Pickaxe max level check

    I have kind of a big question. Im also not sure of the best way to explain it. Im trying to make a pickaxe lvl system for each pick. When i mine blocks, the pick will have some xp added to it. But i want it where if i mine x amount of blocks, and get x amount of xp, the pick can lvl up. Im...
  2. Mattllama987

    Mining Progress Bar

    Hello everyone! I have a question. How can i get this to level up my pick after i mined 100 blocks? But each time it levels up the pick, the amount of blocks to mine would go up by x5 or something. Im a little confused on how i can do this. If anyone know how to do this, please let me know asap...
  3. Mattllama987

    Display a list stacked

    Hello, i have a question at lists. There isnt a whole lot to say. But how can i get a list to show the items in it stacked? Here is what i mean. Im trying to show my lists like this: dirt stone gold diamond When i display the list now, it looks like this: "dirt stone gold and diamond Im trying...
  4. Mattllama987

    Make player head face player

    Hello, i have a question about making a player head face a player. Im working on a heads storage system, and i spawn a mob head on top of crying obsidian when i place the obsidian down. When i place a chicken head storage, it spawns a chicken head on top of the block. But i want the head to be...
  5. Mattllama987

    Full item stack doesn't add in inventory

    Its a little hard to explain whats happening. Im making a auto collecting hoppers, and there is a little bug with it. When i place down the collector, it will auto loop dropped items and add those items into the inventory of the event-block. But for a example. If i throw a stack of wheat on the...
  6. Mattllama987

    Solved crate animation

    Hello, im working on a crate animation, and its not doing what i want it to do. Im tying to get random items to float around my head. The items will spin around my head, and the items will change. Im having 2 issues with this. The items spin around my head too slow, and the items changing are...
  7. Mattllama987

    Solved Custom Tags wont work

    Hello, im having a little trouble on getting some tags to work. I have a command that i can use to add or remove tags from a player. It works. I can add a tag, and use the /tags command to bring up the menu that shows all the tags. It will be listed in there, with the correct name that i give...
  8. Mattllama987

    Solved +1 added when mine blocks

    Hello everyone! I need a little help with something. It should be a fast easy problem. I want to be able to see how many blocks have been mined with each pickaxe. When i mine a block, it would add +1 to a variable, and then update the name of the players tool to the amount of blocks mined. Does...
  9. Mattllama987

    Machine wont shut off after i log off server

    Hello, im working on a machine that will add +1 to my rings while im online. Rings are my currency. But i have the machine do a few things. When you go afk, it will stop the machine. That works. When you come back from being afk, it turns on. That works. But when i log out of the server, i want...
  10. Mattllama987

    grow birch tree

    Not a whole lot to say. Why doesnt the tree grow? I tried with a oak tree, and it worked. Birch isnt working for me. If anyone knows what the problem might be, please let me know. Thanks! ~Matt options: birch: 1 function birch(block: block, stage: integer): if {_block} is birch...
  11. Mattllama987

    Solved Faster Crops Problem

    Hello, im working on making crops grow faster on my server, and im having a small problem. When i mine my crops while they are growing, they will vanish and then grow back after a few seconds. How can i prevent them from growing back after i mine the wheat? This is what i have at the moment...
  12. Mattllama987

    SkDragon Block particles

    Hello, im trying to get block particles for blocks that i put down, and when i break them, it would remove the particle. Im not good with SkDragon, but i already started on something here. When i place 1 block, it has the particles, but if i place another one, it wont have particles. When i...
  13. Mattllama987

    Iridium SkyBlock Island worth

    Hello, I need help with a little something. I made a skull storage, that you can add your mob skulls from your inventory, and add them into a gui, and it will hold them. Im tying to figure out a way to add the amount of skulls into the island worth of my island. Im not 100% sure how to do this...
  14. Mattllama987

    Solved Wont read variable amount

    Im tying to remove a variable amount of wheat seeds from the player, and i know i have enough. I even have too many wheat seeds in my inv. But its not removing the seeds when i click to buy a spawner. Its like not reading the variable amount i need. I says i dont have enough seeds. Does anyone...
  15. Mattllama987

    ThatPacketAddon breaks mining

    Hello, ive been having this very strange issue happening on my server with mining. When i mine ANY block, it drops on the ground and then vanishes. But the block is still there and can be picked up. Its just invisible. I disabled ALL my plugins on my server, and then re enabled 1 of them at a...
  16. Mattllama987

    Solved End game credits

    Hello, im trying to send the end game credits to a player, and what i have isnt working. Does anyone know how to do this? Here is the message it shows in chat: https://gyazo.com/275ce35555220214f34cfa500eade775 Thanks! ~Matt Im not even sure this is the correct way? command /test...
  17. Mattllama987

    Homes GUI teleport

    Hello, im working on a homes GUI, and im having a little trouble with the teleporting part. Im use to using Tuske, and i updated my server, and it no longer works. So, im remaking it in vanilla skript now. How can i get the name of the slot the player picks, and then teleport them to that home...
  18. Mattllama987

    GUI wont save with Shift+Left

    Hi, ive been working on a Autofarmer, and im stuck on only 1 thing. When a player drags out items from the GUI, it saves fine. If they shift clicks a item out, it wont save. Ill post the saving part i have now. I tried countless things, and its jut not saving the inv. Ill also post a GIF for a...
  19. Mattllama987

    Solved Autofarmer

    Hi, how can i get this to set a random crop in the inventory? After 5 seconds, it will fill the whole inv with the crop. I want to add 1 crop to the slot at a time, and not fill up the inv. https://gyazo.com/828df4f3f45325831d4d3c5e3749540a Thanks! ~Matt Code: on inventory click: if...
  20. Mattllama987

    Solved Discord to ingame chat vixo

    Hello, im having a small issue with vixio. When i type a message in minecraft, it shows up in discord and works just fine. But if i type in discord, it shows the message i typed in discord 3 times in minecraft. Does anyone know what wrong with this...